1
1
---
2
2
title : SharePoint site design - PnP PowerShell cmdlets
3
3
description : Use PnP PowerShell cmdlets to create, retrieve, and remove site designs and site scripts.
4
- ms.date : 06/05/2020
4
+ ms.date : 02/19/2021
5
5
localization_priority : Priority
6
6
---
7
7
@@ -36,12 +36,15 @@ The following cmdlets are available for managing site designs and site scripts f
36
36
- [ Add-PnPSiteDesign] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Add-PnPSiteDesign?view=sharepoint-ps )
37
37
- [ Add-PnPSiteDesignTask] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Add-PnPSiteDesignTask?view=sharepoint-ps )
38
38
- [ Add-PnPSiteScript] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Add-PnPSiteScript?view=sharepoint-ps )
39
+ - [ Add-PnPSiteScriptPackage] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Add-PnPSiteScriptPackage?view=sharepoint-ps )
39
40
- [ Get-PnPSiteDesign] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteDesign?view=sharepoint-ps )
40
41
- [ Get-PnPSiteDesignRights] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteDesignRights?view=sharepoint-ps )
41
42
- [ Get-PnPSiteDesignRun] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteDesignRun?view=sharepoint-ps )
42
43
- [ Get-PnPSiteDesignRunStatus] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteDesignRunStatus?view=sharepoint-ps )
43
44
- [ Get-PnPSiteDesignTask] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteDesignTask?view=sharepoint-ps )
44
45
- [ Get-PnPSiteScript] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteScript?view=sharepoint-ps )
46
+ - [ Get-PnPSiteScriptFromList] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteScriptFromList?view=sharepoint-ps )
47
+ - [ Get-PnPSiteScriptFromWeb] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Get-PnPSiteScriptFromWeb?view=sharepoint-ps )
45
48
- [ Grant-PnPSiteDesignRights] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Grant-PnPSiteDesignRights?view=sharepoint-ps )
46
49
- [ Invoke-PnPSiteDesign] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Invoke-PnPSiteDesign?view=sharepoint-ps )
47
50
- [ Remove-PnPSiteDesign] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Remove-PnPSiteDesign?view=sharepoint-ps )
@@ -50,7 +53,7 @@ The following cmdlets are available for managing site designs and site scripts f
50
53
- [ Revoke-PnPSiteDesignRights] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Revoke-PnPSiteDesignRights?view=sharepoint-ps )
51
54
- [ Set-PnPSiteDesign] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Set-PnPSiteDesign?view=sharepoint-ps )
52
55
- [ Set-PnPSiteScript] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Set-PnPSiteScript?view=sharepoint-ps )
53
-
56
+ - [ Set-PnPSiteScriptPackage ] ( https://docs.microsoft.com/powershell/module/sharepoint-pnp/Set-PnPSiteScriptPackage?view=sharepoint-ps )
54
57
55
58
## See also
56
59
0 commit comments