Skip to content

Commit 4f06eca

Browse files
authored
Update configuring-the-pnp-provisioning-engine.md
Update the command to the PnP.PowerShell versions, becasue SharePointPnPPowerShellOnline is deprecated.
1 parent 8b2b02d commit 4f06eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/configuring-the-pnp-provisioning-engine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ For some of the handlers we can specify more detail configuration options:
6060

6161
Using the configuration above we limit the extraction of lists to only include the list called "My Test List". We're telling the engine that we do want to export list items to the template (they will show up as DataRow elements), and we tell the engine also to include any attachments if present. However, the engine will not download those attachments unless you set the `persistAssetFiles` property to `true`.
6262

63-
Once you have a configuration file in place, you can use it like so, as described in the documentation for [Get-PnPProvisioningTemplate](/powershell/module/sharepoint-pnp/get-pnpprovisioningtemplate):
63+
Once you have a configuration file in place, you can use it like so, as described in the documentation for [Get-PnPSiteTemplate](/powershell/module/sharepoint-pnp/get-pnpsitetemplate):
6464

6565
```powershell
66-
Get-PnPProvisioningTemplate -Configuration "config.json" -Out "template.xml"
66+
Get-PnPSiteTemplate -Configuration "config.json" -Out "template.xml"
6767
```
6868

6969
Notice that you can specify more configuration options for lists, and we advice you to explore the schema further.

0 commit comments

Comments
 (0)