We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting below error when trying to run the command.
Command: Invoke-PnPTenantTemplate -Path starterkit.pnp -Parameters @{"PORTALURL"="/sites/kitv3portal"; "MARKETINGALIAS"="kitv3marketing"; "HRALIAS"="kitv3hr" }
Invoke-PnPTenantTemplate : Unknown Error At line:1 char:1
+ CategoryInfo : InvalidOperation: (:) [Invoke-PnPTenantTemplate] , PSInvalidOperationException + FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Provisi oning.Tenant.InvokeTenantTemplate
Thanks for your contribution! Sharing is caring.
The text was updated successfully, but these errors were encountered:
I don't think this is the issue, though try adding .\ before starterkit.pnp, i.e. Invoke-PnPTenantTemplate -Path .\starterkit.pnp
Invoke-PnPTenantTemplate -Path .\starterkit.pnp
Sorry, something went wrong.
Still, not working.
No branches or pull requests
Category
Describe the bug
Getting below error when trying to run the command.
Command: Invoke-PnPTenantTemplate -Path starterkit.pnp -Parameters @{"PORTALURL"="/sites/kitv3portal"; "MARKETINGALIAS"="kitv3marketing"; "HRALIAS"="kitv3hr" }
Invoke-PnPTenantTemplate : Unknown Error
At line:1 char:1
Expected or Desired Behavior
Observed Behavior
Steps to Reproduce
Environment Details (Development & Target environment)
Thanks for your contribution! Sharing is caring.
The text was updated successfully, but these errors were encountered: