Get-PnPProvisioningTemplate is not recognized #329
Answered
by
gautamdsheth
ravinleague
asked this question in
General
-
Hi, I am getting an error Get-PnPProvisioningTemplate is not recognized when trying to export a site as a template. Any help would be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
gautamdsheth
Feb 24, 2021
Replies: 1 comment
-
The correct command to use is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
veronicageek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The correct command to use is
Get-PnPSiteTemplate
for exporting site templates.You can read the docs for the same here - https://pnp.github.io/powershell/cmdlets/Get-PnPSiteTemplate.html