pnp / sp-starter-kit

Modern SharePoint Starter Kit - End-to-end showcase solution to get started with modern experiences.
MIT License
752 stars 535 forks source link

Invoke-PnPTenantTemplate : Unknown Error #690

Open manuhinCCS opened 1 month ago

manuhinCCS commented 1 month ago

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

image

Steps to Reproduce

Environment Details (Development & Target environment)

Thanks for your contribution! Sharing is caring.

eoverfield commented 1 month ago

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

manuhinCCS commented 4 weeks ago

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

Still, not working.