Add-PnPSiteScriptPackage for pnp PowerShell - Anyone get this to work? #2968
Unanswered
wniemiGHUb
asked this question in
Q&A
Replies: 1 comment
-
Any resolution to this? Im experiencing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone been able to get the Add-PnPSiteScriptPackage command to work? Documentation is very scarce. I attempted to combine a simple .json site script file with 1 excel file. I package them together into a package.zip and attempt to call the command using pnpOnline PowerShell: Add-PnPSiteScriptPackage -Title "MP Projects Package" -Description "Major Projects" -ContentPath "c:\provision\package.zip" and I receive the same error every time - what am I missing here? thanks, Wes.
Add-PnPSiteScriptPackage : Unexpected character encountered while parsing value: P. Path '', line 0, position 0.
At line:1 char:1
Beta Was this translation helpful? Give feedback.
All reactions