Skip to content
New issue

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

Invoke-PnPTenantTemplate : Unknown Error #690

Open
1 task done
manuhinCCS opened this issue Jun 6, 2024 · 2 comments
Open
1 task done

Invoke-PnPTenantTemplate : Unknown Error #690

manuhinCCS opened this issue Jun 6, 2024 · 2 comments

Comments

@manuhinCCS
Copy link

manuhinCCS commented Jun 6, 2024

Category

  • Bug

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

  • Invoke-PnPTenantTemplate -Path starterkit.pnp -Parameters @{"PORTALUR ...
  •   + CategoryInfo          : InvalidOperation: (:) [Invoke-PnPTenantTemplate] 
     , PSInvalidOperationException
      + FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Provisi 
     oning.Tenant.InvokeTenantTemplate
    
    
    

Expected or Desired Behavior

Observed Behavior

image

Steps to Reproduce

Environment Details (Development & Target environment)

  • Starter kit version: v3
  • OS: Windows 10
  • Target Environment: SharePoint Online
  • Framework: Node.js v14.20.0
  • PnPPowerShell Version : 1.12.0
  • Browser(s): Chrome

Thanks for your contribution! Sharing is caring.

@eoverfield
Copy link
Collaborator

I don't think this is the issue, though try adding .\ before starterkit.pnp, i.e.
Invoke-PnPTenantTemplate -Path .\starterkit.pnp

@manuhinCCS
Copy link
Author

I don't think this is the issue, though try adding .\ before starterkit.pnp, i.e. Invoke-PnPTenantTemplate -Path .\starterkit.pnp

Still, not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants