Exports the page 'Home.aspx' to a new PnP Provisioning Template
PARAMETERS
-Configuration
Specify a JSON configuration file to configure the extraction progress.
@@ -144,7 +148,7 @@
-Force
Accept wildcard characters: False
-Identity
-
The name of the page
+
The name/identity of the page. This can be a page instance or the filename of the page. I.e. if the page is called MyPage.aspx and is located in the root of the Site Pages library, provide "MyPage" or "MyPage.aspx". If the page is called MyOtherPage.aspx and is located inside a subfolder called HR located in the root of the Site Pages library, provide "HR/MyOtherPage" or "HR/MyOtherPage.aspx
This returns a specific custom connector on the default Power Platform environment
+
PARAMETERS
+
-Environment
+
The name of the Power Platform environment or an Environment instance to retrieve the available custom connectors for. If omitted, the default environment will be used.
This cmdlet allows retrieval of the progress of setting version policy for existing document libraries on the site.
+
EXAMPLES
+
EXAMPLE 1
+
Get-PnPSiteVersionPolicyProgress
+
+
Returns the progress of setting version policy for existing document libraries on the site.
+
PARAMETERS
+
-Connection
+
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Allows to retrieve list of channels for a specified team.
+
Note that the ModerationSettings are only being returned when providing the channel Id of a specific channel through -Identity and by providing -IncludeModerationSettings (Example 4). They will not be returned when retrieving all channels for a team or when omitting -IncludeModerationSettings. This is because of a design choice in Microsoft Graph and the moderationsettings currently only being available through its beta endpoint, which will be used when -IncludeModerationSettings is provided.
When provided, it will use the beta endpoint of Microsoft Graph to retrieve the information. This will include the ModerationSettings if used in combination with -Identity .
This cmdlet allows retrieval of the available Microsoft Purview retention labels in the currently connected tenant. You can retrieve all the labels or a specific label.
+
EXAMPLES
+
EXAMPLE 1
+
Get-PnPRetentionLabel
+
+
Returns all the Microsoft Purview retention labels that exist on the tenant
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Removes the retention label on a list or library and its items, or removes the retention label from specified items in a list or a library. Does not work for sensitivity labels.
+When resetting retention label on specified items, cmdlet allows passing of unlimited number of items - items will be split and processed in batches (CSOM method SetComplianceTagOnBulkItems has a hard count limit on number of processed items in one go). If needed, batch size may be adjusted with BatchSize parameter.
+
EXAMPLES
+
EXAMPLE 1
+
Reset-PnPRetentionLabel -List "Demo List"
+
+
This resets an O365 label on the specified list or library to None
This resets an O365 label on the specified list or library to None and resets the label on all the items in the list and library except Folders and where the label has been manually or previously automatically assigned
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Sets a retention label on the specified list or library, or on specified items within a list or library. Use ReSet-PnPRetentionLabel to remove the label again.
Allows setting a retention label on a list or library and its items, or sets the retention label for specified items in a list or a library. Does not work for sensitivity labels.
+When setting retention label to specified items, cmdlet allows passing of unlimited number of items - items will be split and processed in batches (CSOM method SetComplianceTagOnBulkItems has a hard count limit on number of processed items in one go). If needed, batch size may be adjusted with BatchSize parameter.
Block deletion of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release.
Block editing of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release.
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning.
Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning.
Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning.
-
EXAMPLE 10
-
Set-PnPSite -InheritTenantVPForNewDocLibs
-
-
Clear the file version setting on a site. The new document libraries will use the tenant level setting.
Create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning.
-
EXAMPLE 17
-
Set-PnPSite -CancelVPForExistingLibs
-
-
Cancel the existing request which sets the file version trim mode for existing document libraries on a site.
PARAMETERS
-AllowSelfServiceUpgrade
Specifies if the site administrator can upgrade the site collection.
@@ -596,97 +544,6 @@
-Wait
Type: SwitchParameter
Parameter Sets: Set Lock State
-Required: False
-Position: Named
-Default value: None
-Accept pipeline input: False
-Accept wildcard characters: False
-
-
-EnableAutoExpirationVersionTrim
-
Enable or disable AutoExpiration version trim for the document libraries on the site. Set to $true to enable, $false to disable.
-
Parameter ExpireVersionsAfterDays is required when EnableAutoExpirationVersionTrim is false. Set it to 0 for NoExpiration, set it to greater or equal to 30 for ExpireAfter.
-
Parameter MajorVersions is required when EnableAutoExpirationVersionTrim is false.
-
Parameter MinorVersions is required when EnableAutoExpirationVersionTrim is false and the setting is for document libraries that including existing ones. It is used when minor version is enabled on the document libraries.
Set site version policy for new document libraries. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MinorVersions.
Create a request to set the file version trim mode for existing document libraries that enabled versioning. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MinorVersions.
Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning.
Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning.
Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning.
+
EXAMPLE 4
+
Set-PnPSiteVersionPolicy -InheritFromTenant
+
+
Clear the file version setting on a site. The new document libraries will use the tenant level setting.
Cancel the existing request which sets the file version trim mode for existing document libraries on a site.
+
PARAMETERS
+
-EnableAutoExpirationVersionTrim
+
Enable or disable AutoExpiration version trim for the document libraries on the site. Set to $true to enable, $false to disable.
+
Parameter ExpireVersionsAfterDays is required when EnableAutoExpirationVersionTrim is false. Set it to 0 for NoExpiration, set it to greater or equal to 30 for ExpireAfter.
+
Parameter MajorVersions is required when EnableAutoExpirationVersionTrim is false.
+
Parameter MajorWithMinorVersions is required when EnableAutoExpirationVersionTrim is false and the setting is for document libraries that including existing ones. It is used when minor version is enabled on the document libraries.
Maximum major versions for which to keep minor versions. Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim.
Set site version policy for new document libraries. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MajorWithMinorVersions.
Create a request to set the file version trim mode for existing document libraries that enabled versioning. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MajorWithMinorVersions.
PnP PowerShell exists out of 693 cmdlets which can help you in setting up, configuring, maintaining and using various Microsoft 365 products from one single connection. Each of the cmdlets is documented to aid in learning how to use it. Find the available cmdlets below.
+
PnP PowerShell exists out of 694 cmdlets which can help you in setting up, configuring, maintaining and using various Microsoft 365 products from one single connection. Each of the cmdlets is documented to aid in learning how to use it. Find the available cmdlets below.
1: Only available in the latest nightly build. All the others can also be used using the latest stable release. 2: Cmdlet is an alias of another cmdlet, used to provide backwards compatibility.
diff --git a/index.json b/index.json
index 53ef5b48b..799bd3b92 100644
--- a/index.json
+++ b/index.json
@@ -797,7 +797,7 @@
"cmdlets/Export-PnPPage.html": {
"href": "cmdlets/Export-PnPPage.html",
"title": "Export-PnPPage | PnP PowerShell",
- "keywords": "Export-PnPPage SYNOPSIS Exports a Client Side Page to a PnP Provisioning Template SYNTAX Export-PnPPage [-Identity] [-PersistBrandingFiles] [-Out ] [-Force] [-Configuration ] [-Connection ] DESCRIPTION Allows to export a Client Side Page to a PnP Provisioning Template. EXAMPLES EXAMPLE 1 Export-PnPPage -Identity Home.aspx Exports the page 'Home.aspx' to a new PnP Provisioning Template PARAMETERS -Configuration Specify a JSON configuration file to configure the extraction progress. Type: ExtractConfigurationPipeBind Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Force Specify to override the question to overwrite a file if it already exists. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The name of the page Type: ClientSidePagePipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Out If specified the template will be saved to the file specified with this parameter. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -PersistBrandingFiles If specified referenced files will be exported to the current folder. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Export-PnPPage SYNOPSIS Exports a Client Side Page to a PnP Provisioning Template SYNTAX Export-PnPPage [-Identity] [-PersistBrandingFiles] [-Out ] [-Force] [-Configuration ] [-Connection ] DESCRIPTION Allows to export a Client Side Page to a PnP Provisioning Template. EXAMPLES EXAMPLE 1 Export-PnPPage -Identity Home.aspx Exports the page 'Home.aspx' to a new PnP Provisioning Template EXAMPLE 2 Export-PnPPage -Identity HR/Home.aspx -Out template.pnp Exports the page 'Home.aspx' to a new PnP Provisioning Template PARAMETERS -Configuration Specify a JSON configuration file to configure the extraction progress. Type: ExtractConfigurationPipeBind Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Confirm Prompts you for confirmation before running the cmdlet. Type: SwitchParameter Parameter Sets: (All) Aliases: cf Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Force Specify to override the question to overwrite a file if it already exists. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The name/identity of the page. This can be a page instance or the filename of the page. I.e. if the page is called MyPage.aspx and is located in the root of the Site Pages library, provide \"MyPage\" or \"MyPage.aspx\". If the page is called MyOtherPage.aspx and is located inside a subfolder called HR located in the root of the Site Pages library, provide \"HR/MyOtherPage\" or \"HR/MyOtherPage.aspx Type: ClientSidePagePipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Out If specified the template will be saved to the file specified with this parameter. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -PersistBrandingFiles If specified referenced files will be exported to the current folder. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -WhatIf Shows what would happen if the cmdlet runs. The cmdlet is not run. Type: SwitchParameter Parameter Sets: (All) Aliases: wi Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Export-PnPPageMapping.html": {
"href": "cmdlets/Export-PnPPageMapping.html",
@@ -1192,7 +1192,7 @@
"cmdlets/Get-PnPFlowRun.html": {
"href": "cmdlets/Get-PnPFlowRun.html",
"title": "Get-PnPFlowRun | PnP PowerShell",
- "keywords": "Get-PnPFlowRun SYNOPSIS Required Permissions Azure: management.azure.com Returns the flows runs for a given flow. SYNTAX Get-PnPFlowRun -Environment -Flow [-Identity ] [-Connection ] DESCRIPTION This cmdlet returns the flow runs for a given flow. EXAMPLES Example 1 $environment = Get-PnPPowerPlatformEnvironment Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 This returns all the flow runs for a given flow Example 2 $environment = Get-PnPPowerPlatformEnvironment Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 This returns a specific flow run PARAMETERS -Environment The name of the Power Platform environment or an Environment object to retrieve the available flows for. Type: PowerAutomateEnvironmentPipeBind Parameter Sets: (All) Aliases: Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Flow The Name/Id of the flow to retrieve the available runs for. Type: PowerAutomateFlowPipeBind Parameter Sets: (All) Aliases: Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The Name/Id of the flow run to retrieve. Type: PowerAutomateFlowRunPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Get-PnPFlowRun SYNOPSIS Required Permissions Azure: management.azure.com Returns the flows runs for a given flow. SYNTAX Get-PnPFlowRun -Environment -Flow [-Identity ] [-Connection ] DESCRIPTION This cmdlet returns the flow runs for a given flow. EXAMPLES Example 1 $environment = Get-PnPPowerPlatformEnvironment Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 This returns all the flow runs for a given flow Example 2 $environment = Get-PnPPowerPlatformEnvironment Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 This returns a specific flow run Example 3 $environment = Get-PnPPowerPlatformEnvironment $flowrun = Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 -Identity 08585531682024670884771461819CU230 $flowrun.Properties.trigger This returns a specific flow run trigger information as below Output Name : Recurrence StartTime : 2024-02-02 06:00:00 EndTime : 2024-02-02 06:00:00 ScheduledTime : 2024-02-02 06:00:00 OriginHistoryName : 08584947532854535568834568113CU171 Code : OK Status : Succeeded Example 4 $environment = Get-PnPPowerPlatformEnvironment $flowruns = Get-PnPFlowRun -Environment $environment -Flow fba63225-baf9-4d76-86a1-1b42c917a182 $flowruns.Properties.trigger This returns a specific flows trigger information as below Output Name : Recurrence StartTime : 2024-02-02 06:00:00 EndTime : 2024-02-02 06:00:00 ScheduledTime : 2024-02-02 06:00:00 OriginHistoryName : 08584947532854535568834568113CU171 Code : OK Status : Succeeded Name : Recurrence StartTime : 2024-02-01 06:00:00 EndTime : 2024-02-01 06:00:00 ScheduledTime : 2024-02-01 06:00:00 OriginHistoryName : 08584948396849679000001446214CU251 Code : OK Status : Succeeded Name : Recurrence StartTime : 2024-01-31 06:00:00 EndTime : 2024-01-31 06:00:00 ScheduledTime : 2024-01-31 06:00:00 OriginHistoryName : 08584949260853628013416159080CU185 Code : OK Status : Succeeded PARAMETERS -Environment The name of the Power Platform environment or an Environment object to retrieve the available flows for. Type: PowerAutomateEnvironmentPipeBind Parameter Sets: (All) Aliases: Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Flow The Name/Id of the flow to retrieve the available runs for. Type: PowerAutomateFlowPipeBind Parameter Sets: (All) Aliases: Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The Name/Id of the flow run to retrieve. Type: PowerAutomateFlowRunPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Get-PnPFolder.html": {
"href": "cmdlets/Get-PnPFolder.html",
@@ -1489,10 +1489,10 @@
"title": "Get-PnPPowerApp | PnP PowerShell",
"keywords": "Get-PnPPowerApp SYNOPSIS Required Permissions Azure: management.azure.com Returns the Power Apps for a given environment SYNTAX Get-PnPPowerApp [-Environment ] [-AsAdmin] [-Identity ] [-Connection ] [-Verbose] DESCRIPTION This cmdlet returns the Power Apps for a given enviroment. EXAMPLES Example 1 $environment = Get-PnPPowerPlatformEnvironment Get-PnPPowerApp -Environment $environment This returns all the apps for a given Power Platform environment Example 2 $environment = Get-PnPPowerPlatformEnvironment Get-PnPPowerApp -Environment $environment -Identity fba63225-baf9-4d76-86a1-1b42c917a182 This returns a specific app PARAMETERS -Environment The name of the Power Platform environment or an Environment object to retrieve the available Power Apps for. Type: PowerPlatformEnvironmentPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: The default environment Accept pipeline input: True Accept wildcard characters: False -Identity The Id of the app to retrieve. Type: PowerAppPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AsAdmin If specified returns all the Power Apps as admin. If not specified only the apps for the current user will be returned. Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Verbose When provided, additional debug statements will be shown while executing the cmdlet. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
- "cmdlets/Get-PnPPowerPlatformConnector.html": {
- "href": "cmdlets/Get-PnPPowerPlatformConnector.html",
- "title": "Get-PnPPowerPlatformConnector | PnP PowerShell",
- "keywords": "Get-PnPPowerPlatformConnector SYNOPSIS Required Permissions Azure: management.azure.com Returns the Custom Power Platform Connectors for a given environment SYNTAX Get-PnPPowerPlatformConnector [-Environment ] [-Identity ] [-AsAdmin] [-Verbose] DESCRIPTION This cmdlet returns the custom connectors on a given enviroment. EXAMPLES Example 1 Get-PnPPowerPlatformConnector -Environment (Get-PnPPowerPlatformEnvironment) This returns all the custom connectors for a given Power Platform environment Example 2 Get-PowerPlatformConnectorPipeBind -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182 This returns a specific custom connector on the default Power Platform environment PARAMETERS -Environment The name of the Power Platform environment or an Environment instance to retrieve the available custom connectors for. If omitted, the default environment will be used. Type: PowerPlatformEnvironmentPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: The default environment Accept pipeline input: True Accept wildcard characters: False -Identity The Id of the connector to retrieve. If not provided, all custom connectors will be returned. Type: PowerPlatformConnectorPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AsAdmin If specified returns all the custom connectors as admin. If not specified only the custom connectors for the current user will be returned. Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Verbose When provided, additional debug statements will be shown while executing the cmdlet. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "cmdlets/Get-PnPPowerPlatformCustomConnector.html": {
+ "href": "cmdlets/Get-PnPPowerPlatformCustomConnector.html",
+ "title": "Get-PnPPowerPlatformCustomConnector | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Get-PnPPowerPlatformCustomConnector SYNOPSIS Required Permissions Azure: management.azure.com Returns the custom Power Platform Connectors for a given environment SYNTAX Get-PnPPowerPlatformCustomConnector [-Environment ] [-Identity ] [-AsAdmin] [-Verbose] DESCRIPTION This cmdlet returns the custom connectors on a given enviroment. EXAMPLES Example 1 Get-PnPPowerPlatformCustomConnector -Environment (Get-PnPPowerPlatformEnvironment) This returns all the custom connectors for a given Power Platform environment Example 2 Get-PowerPlatformConnectorPipeBind -Environment (Get-PnPPowerPlatformEnvironment -IsDefault) -Identity fba63225-baf9-4d76-86a1-1b42c917a182 This returns a specific custom connector on the default Power Platform environment PARAMETERS -Environment The name of the Power Platform environment or an Environment instance to retrieve the available custom connectors for. If omitted, the default environment will be used. Type: PowerPlatformEnvironmentPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: The default environment Accept pipeline input: True Accept wildcard characters: False -Identity The Id of the connector to retrieve. If not provided, all custom connectors will be returned. Type: PowerPlatformConnectorPipeBind Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AsAdmin If specified returns all the custom connectors as admin. If not specified only the custom connectors for the current user will be returned. Type: SwitchParameter Parameter Sets: (All) Aliases: Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Verbose When provided, additional debug statements will be shown while executing the cmdlet. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Get-PnPPowerPlatformEnvironment.html": {
"href": "cmdlets/Get-PnPPowerPlatformEnvironment.html",
@@ -1534,11 +1534,6 @@
"title": "Get-PnPRequestAccessEmails | PnP PowerShell",
"keywords": "Get-PnPRequestAccessEmails SYNOPSIS Returns the request access e-mail addresses SYNTAX Get-PnPRequestAccessEmails [-Connection ] DESCRIPTION Allows to retrieve request access e-mail addresses. EXAMPLES EXAMPLE 1 Get-PnPRequestAccessEmails This will return all the request access e-mail addresses for the current web PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
- "cmdlets/Get-PnPRetentionLabel.html": {
- "href": "cmdlets/Get-PnPRetentionLabel.html",
- "title": "Get-PnPRetentionLabel | PnP PowerShell",
- "keywords": "Get-PnPRetentionLabel SYNOPSIS Gets the Microsoft Purview retention labels that are within the tenant SYNTAX Get-PnPRetentionLabel [-Identity ] [-Connection ] DESCRIPTION This cmdlet allows retrieval of the available Microsoft Purview retention labels in the currently connected tenant. You can retrieve all the labels or a specific label. EXAMPLES EXAMPLE 1 Get-PnPRetentionLabel Returns all the Microsoft Purview retention labels that exist on the tenant EXAMPLE 3 Get-PnPRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995 Returns a specific Microsoft Purview retention label by its id PARAMETERS -Identity The Id of the Microsoft Purview retention label to retrieve Type: Guid Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Graph documentation"
- },
"cmdlets/Get-PnPRoleDefinition.html": {
"href": "cmdlets/Get-PnPRoleDefinition.html",
"title": "Get-PnPRoleDefinition | PnP PowerShell",
@@ -1674,11 +1669,6 @@
"title": "Get-PnPSiteSensitivityLabel | PnP PowerShell",
"keywords": "Get-PnPSiteSensitivityLabel SYNOPSIS Gets the Microsoft Purview sensitivity label that is set on the connected to site SYNTAX Get-PnPSiteSensitivityLabel [-Connection ] DESCRIPTION This cmdlet allows retrieval of the currently assigned Microsoft Purview sensitivity label to the currently connected to site. EXAMPLES EXAMPLE 1 Get-PnPSiteSensitivityLabel Returns the Microsoft Purview sensitivity label set on the currently connected to site PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Docs documentation"
},
- "cmdlets/Get-PnPSiteSetVersionPolicyProgress.html": {
- "href": "cmdlets/Get-PnPSiteSetVersionPolicyProgress.html",
- "title": "Get-PnPSiteSetVersionPolicyProgress | PnP PowerShell",
- "keywords": "Get-PnPSiteSetVersionPolicyProgress SYNOPSIS Get the progress of setting version policy for existing document libraries on the site. SYNTAX Get-PnPSiteSetVersionPolicyProgress [-Connection ] DESCRIPTION This cmdlet allows retrieval of the progress of setting version policy for existing document libraries on the site. EXAMPLES EXAMPLE 1 Get-PnPSiteSetVersionPolicyProgress Returns the progress of setting version policy for existing document libraries on the site. PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Docs documentation"
- },
"cmdlets/Get-PnPSiteTemplate.html": {
"href": "cmdlets/Get-PnPSiteTemplate.html",
"title": "Get-PnPSiteTemplate | PnP PowerShell",
@@ -1694,6 +1684,11 @@
"title": "Get-PnPSiteVersionPolicy | PnP PowerShell",
"keywords": "Get-PnPSiteVersionPolicy SYNOPSIS Get version policy setting of the site. SYNTAX Get-PnPSiteVersionPolicy [-Connection ] DESCRIPTION This cmdlet allows retrieval of version policy setting on the site. When the new document libraries are created, they will be set as the version policy of the site. If the version policy is not set on the site, the setting of the tenant will be used. EXAMPLES EXAMPLE 1 Get-PnPSiteVersionPolicy Returns the version policy setting of the site. PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Docs documentation"
},
+ "cmdlets/Get-PnPSiteVersionPolicyProgress.html": {
+ "href": "cmdlets/Get-PnPSiteVersionPolicyProgress.html",
+ "title": "Get-PnPSiteVersionPolicyProgress | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Get-PnPSiteVersionPolicyProgress SYNOPSIS Get the progress of setting version policy for existing document libraries on the site. SYNTAX Get-PnPSiteVersionPolicyProgress [-Connection ] DESCRIPTION This cmdlet allows retrieval of the progress of setting version policy for existing document libraries on the site. EXAMPLES EXAMPLE 1 Get-PnPSiteVersionPolicyProgress Returns the progress of setting version policy for existing document libraries on the site. PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Docs documentation"
+ },
"cmdlets/Get-PnPStorageEntity.html": {
"href": "cmdlets/Get-PnPStorageEntity.html",
"title": "Get-PnPStorageEntity | PnP PowerShell",
@@ -1752,7 +1747,7 @@
"cmdlets/Get-PnPTeamsChannel.html": {
"href": "cmdlets/Get-PnPTeamsChannel.html",
"title": "Get-PnPTeamsChannel | PnP PowerShell",
- "keywords": "Get-PnPTeamsChannel SYNOPSIS Required Permissions Microsoft Graph API : One of Group.Read.All, Group.ReadWrite.All Gets the channels for a specified Team. SYNTAX Get-PnPTeamsChannel -Team [-Identity ] DESCRIPTION Allows to retrieve list of channels for a specified team. EXAMPLES EXAMPLE 1 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 Retrieves all channels for the specified team EXAMPLE 2 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\" Retrieves the channel called 'Test Channel' EXAMPLE 3 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" Retrieves the channel specified by its channel id PARAMETERS -Identity The id or name of the channel to retrieve. Type: TeamsChannelPipeBind Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Team Specify the group id, mailNickname or display name of the team to use. Type: TeamsTeamPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Get-PnPTeamsChannel SYNOPSIS Required Permissions Microsoft Graph API : One of Group.Read.All, Group.ReadWrite.All Gets the channels for a specified Team. SYNTAX Get-PnPTeamsChannel -Team [-Identity ] [-IncludeModerationSettings ] DESCRIPTION Allows to retrieve list of channels for a specified team. Note that the ModerationSettings are only being returned when providing the channel Id of a specific channel through -Identity and by providing -IncludeModerationSettings (Example 4). They will not be returned when retrieving all channels for a team or when omitting -IncludeModerationSettings. This is because of a design choice in Microsoft Graph and the moderationsettings currently only being available through its beta endpoint, which will be used when -IncludeModerationSettings is provided. EXAMPLES EXAMPLE 1 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 Retrieves all channels for the specified team EXAMPLE 2 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"Test Channel\" Retrieves the channel called 'Test Channel' EXAMPLE 3 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" Retrieves the channel specified by its channel id EXAMPLE 4 Get-PnPTeamsChannel -Team a6c1e0d7-f579-4993-81ab-4b666f8edea8 -Identity \"19:796d063b63e34497aeaf092c8fb9b44e@thread.skype\" -IncludeModerationSettings Retrieves the channel specified by its channel id which will include the ModerationSettings PARAMETERS -Identity The id or name of the channel to retrieve. Type: TeamsChannelPipeBind Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Team Specify the group id, mailNickname or display name of the team to use. Type: TeamsTeamPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -IncludeModerationSettings When provided, it will use the beta endpoint of Microsoft Graph to retrieve the information. This will include the ModerationSettings if used in combination with -Identity . Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Get-PnPTeamsChannelFilesFolder.html": {
"href": "cmdlets/Get-PnPTeamsChannelFilesFolder.html",
@@ -1854,6 +1849,11 @@
"title": "Get-PnPTenantRecycleBinItem | PnP PowerShell",
"keywords": "Get-PnPTenantRecycleBinItem SYNOPSIS Required Permissions SharePoint: Access to the SharePoint Tenant Administration site Returns all modern and classic site collections in the tenant scoped recycle bin SYNTAX Get-PnPTenantRecycleBinItem [-Connection ] DESCRIPTION This command will return all the items in the tenant recycle bin for the Office 365 tenant you are connected to. If you are not a SharePoint Tenant Admin connect to the site where you want to manage the recycle bin and use Get-PnPRecycleBinItem. EXAMPLES EXAMPLE 1 Get-PnPTenantRecycleBinItem Returns all modern and classic site collections in the tenant scoped recycle bin PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
+ "cmdlets/Get-PnPTenantRetentionLabel.html": {
+ "href": "cmdlets/Get-PnPTenantRetentionLabel.html",
+ "title": "Get-PnPRetentionLabel | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Get-PnPRetentionLabel SYNOPSIS Gets the Microsoft Purview retention labels that are available within the tenant SYNTAX Get-PnPRetentionLabel [-Identity ] [-Connection ] DESCRIPTION This cmdlet allows retrieval of the available Microsoft Purview retention labels in the currently connected tenant. You can retrieve all the labels or a specific label. EXAMPLES EXAMPLE 1 Get-PnPRetentionLabel Returns all the Microsoft Purview retention labels that exist on the tenant EXAMPLE 3 Get-PnPRetentionLabel -Identity 58f77809-9738-5080-90f1-gh7afeba2995 Returns a specific Microsoft Purview retention label by its id PARAMETERS -Identity The Id of the Microsoft Purview retention label to retrieve Type: Guid Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Graph documentation"
+ },
"cmdlets/Get-PnPTenantSequence.html": {
"href": "cmdlets/Get-PnPTenantSequence.html",
"title": "Get-PnPTenantSequence | PnP PowerShell",
@@ -3004,16 +3004,16 @@
"title": "Reset-PnPFileVersion | PnP PowerShell",
"keywords": "Reset-PnPFileVersion SYNOPSIS Resets a file to its previous version SYNTAX Reset-PnPFileVersion -ServerRelativeUrl [-CheckinType ] [-CheckInComment ] [-Connection ] DESCRIPTION Allows to rollback a file to its previous version. EXAMPLES EXAMPLE 1 Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" EXAMPLE 2 Reset-PnPFileVersion -ServerRelativeUrl \"/sites/test/office365.png\" -CheckinType MajorCheckin -Comment \"Restored to previous version\" PARAMETERS -CheckInComment The comment added to the check-in. Defaults to 'Restored to previous version'. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CheckinType The check in type to use. Defaults to Major. Type: CheckinType Parameter Sets: (All) Accepted values: MinorCheckIn, MajorCheckIn, OverwriteCheckIn Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ServerRelativeUrl The server relative URL of the file. Type: String Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
- "cmdlets/Reset-PnPLabel.html": {
- "href": "cmdlets/Reset-PnPLabel.html",
- "title": "Reset-PnPLabel | PnP PowerShell",
- "keywords": "Reset-PnPLabel SYNOPSIS Resets a retention label on the specified list or library to None SYNTAX Reset-PnPLabel [-List] [-SyncToItems ] [-Connection ] DESCRIPTION Removes the retention label on a list or library and its items. Does not work for sensitivity labels. EXAMPLES EXAMPLE 1 Reset-PnPLabel -List \"Demo List\" This resets an O365 label on the specified list or library to None EXAMPLE 2 Reset-PnPLabel -List \"Demo List\" -SyncToItems $true This resets an O365 label on the specified list or library to None and resets the label on all the items in the list and library except Folders and where the label has been manually or previously automatically assigned PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -List The ID or Url of the list Type: ListPipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -SyncToItems Reset label on existing items in the library Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
- },
"cmdlets/Reset-PnPMicrosoft365GroupExpiration.html": {
"href": "cmdlets/Reset-PnPMicrosoft365GroupExpiration.html",
"title": "Reset-PnPMicrosoft365GroupExpiration | PnP PowerShell",
"keywords": "Reset-PnPMicrosoft365GroupExpiration SYNOPSIS Required Permissions Microsoft Graph API : One of Directory.ReadWrite.All, Group.ReadWrite.All Renews the Microsoft 365 Group by extending its expiration with the number of days defined in the group expiration policy set on the Azure Active Directory. SYNTAX Reset-PnPMicrosoft365GroupExpiration -Identity DESCRIPTION Allows to extend the Microsoft 365 Group expiration date by the number of days defined in the group expiration policy. EXAMPLES EXAMPLE 1 Reset-PnPMicrosoft365GroupExpiration Renews the Microsoft 365 Group by extending its expiration with the number of days defined in the group expiration policy set on the Azure Active Directory. PARAMETERS -Identity The Identity of the Microsoft 365 Group. Type: Microsoft365GroupPipeBind Parameter Sets: (All) Required: True Position: Named Accept pipeline input: True RELATED LINKS Microsoft 365 Patterns and Practices Microsoft Graph documentation"
},
+ "cmdlets/Reset-PnPRetentionLabel.html": {
+ "href": "cmdlets/Reset-PnPRetentionLabel.html",
+ "title": "Reset-PnPRetentionLabel | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Reset-PnPRetentionLabel SYNOPSIS Resets a retention label on the specified list or library to None, or resets a retention label on specified list items in a list or a library SYNTAX Reset on a list Reset-PnPRetentionLabel [-List] [-SyncToItems ] [-Connection ] Reset on items in bulk Reset-PnPRetentionLabel [-List] -ItemIds > [-BatchSize ] [-Connection ] [-Verbose] DESCRIPTION Removes the retention label on a list or library and its items, or removes the retention label from specified items in a list or a library. Does not work for sensitivity labels. When resetting retention label on specified items, cmdlet allows passing of unlimited number of items - items will be split and processed in batches (CSOM method SetComplianceTagOnBulkItems has a hard count limit on number of processed items in one go). If needed, batch size may be adjusted with BatchSize parameter. EXAMPLES EXAMPLE 1 Reset-PnPRetentionLabel -List \"Demo List\" This resets an O365 label on the specified list or library to None EXAMPLE 2 Reset-PnPRetentionLabel -List \"Demo List\" -SyncToItems $true This resets an O365 label on the specified list or library to None and resets the label on all the items in the list and library except Folders and where the label has been manually or previously automatically assigned EXAMPLE 3 Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) This clears a retention label from items with ids 1, 2 and 3 on a list \"Demo List\" PARAMETERS -BatchSize Optional batch size when resetting a label on specified items. Type: Int32 Parameter Sets: (BulkItems) Required: True Position: Named Default value: 25 Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ItemIds List of iist item IDs to reset label. Type: List Parameter Sets: (BulkItems) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -List The ID or Url of the list Type: ListPipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -SyncToItems Reset label on existing items in the library Type: Boolean Parameter Sets: (List) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Verbose When provided, additional debug statements will be shown while executing the cmdlet. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ## RELATED LINKS [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) [Microsoft Learn article on applying retention labels](https://learn.microsoft.com/en-us/sharepoint/dev/apis/csom-methods-for-applying-retention-labels)"
+ },
"cmdlets/Reset-PnPUserOneDriveQuotaToDefault.html": {
"href": "cmdlets/Reset-PnPUserOneDriveQuotaToDefault.html",
"title": "Reset-PnPUserOneDriveQuotaToDefault | PnP PowerShell",
@@ -3294,11 +3294,6 @@
"title": "Set-PnPKnowledgeHubSite | PnP PowerShell",
"keywords": "Set-PnPKnowledgeHubSite SYNOPSIS Required Permissions SharePoint: Access to the SharePoint Tenant Administration site Sets the Knowledge Hub Site for your tenant SYNTAX Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl [-Connection ] DESCRIPTION Allows to set Knowledge Hub Site of the current tenant. EXAMPLES EXAMPLE 1 Set-PnPKnowledgeHubSite -KnowledgeHubSiteUrl \"https://yoursite.sharepoint.com/sites/knowledge\" Sets the Knowledge Hub Site for your tenant PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -KnowledgeHubSiteUrl Type: String Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
- "cmdlets/Set-PnPLabel.html": {
- "href": "cmdlets/Set-PnPLabel.html",
- "title": "Set-PnPLabel | PnP PowerShell",
- "keywords": "Set-PnPLabel SYNOPSIS Sets a retention label on the specified list or library. Use Reset-PnPLabel to remove the label again. SYNTAX Set-PnPLabel [-List] -Label [-SyncToItems ] [-BlockDeletion ] [-BlockEdit ] [-Connection ] DESCRIPTION Allows setting a retention label on a list or library and its items. Does not work for sensitivity labels. EXAMPLES EXAMPLE 1 Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" This sets an O365 label on the specified list or library. EXAMPLE 2 Set-PnPLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true This sets an O365 label on the specified list or library and sets the label to all the items in the list and library as well. PARAMETERS -BlockDeletion Block deletion of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release. Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -BlockEdit Block editing of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release. Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Label The name of the retention label Type: String Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -List The ID or Url of the list. Type: ListPipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -SyncToItems Apply label to existing items in the library Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
- },
"cmdlets/Set-PnPList.html": {
"href": "cmdlets/Set-PnPList.html",
"title": "Set-PnPList | PnP PowerShell",
@@ -3434,6 +3429,11 @@
"title": "Set-PnPRequestAccessEmails | PnP PowerShell",
"keywords": "Set-PnPRequestAccessEmails SYNOPSIS Sets Request Access Email on a web SYNTAX Set-PnPRequestAccessEmails [-Emails ] [-Disabled] [-Connection ] DESCRIPTION Enables or disables access requests to be sent and configures which e-mail address should receive these requests. The web you apply this on must have unique rights. EXAMPLES EXAMPLE 1 Set-PnPRequestAccessEmails -Emails someone@example.com This will enable requesting access and send the requests to the provided e-mail address EXAMPLE 2 Set-PnPRequestAccessEmails -Disabled This will disable the ability to request access to the site EXAMPLE 3 Set-PnPRequestAccessEmails -Disabled:$false This will enable the ability to request access to the site and send the requests to the default owners of the site PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Disabled Enables or disables access to be requested Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Emails Email address to send the access requests to Type: String[] Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
+ "cmdlets/Set-PnPRetentionLabel.html": {
+ "href": "cmdlets/Set-PnPRetentionLabel.html",
+ "title": "Set-PnPRetentionLabel | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Set-PnPRetentionLabel SYNOPSIS Sets a retention label on the specified list or library, or on specified items within a list or library. Use ReSet-PnPRetentionLabel to remove the label again. SYNTAX Set on a list Set-PnPRetentionLabel [-List] -Label [-SyncToItems ] [-BlockDeletion ] [-BlockEdit ] [-Connection ] Set on items in bulk Set-PnPRetentionLabel [-List] -Label -ItemIds > [-BatchSize ] [-Connection ] [-Verbose] DESCRIPTION Allows setting a retention label on a list or library and its items, or sets the retention label for specified items in a list or a library. Does not work for sensitivity labels. When setting retention label to specified items, cmdlet allows passing of unlimited number of items - items will be split and processed in batches (CSOM method SetComplianceTagOnBulkItems has a hard count limit on number of processed items in one go). If needed, batch size may be adjusted with BatchSize parameter. EXAMPLES EXAMPLE 1 Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" This sets an O365 label on the specified list or library. EXAMPLE 2 Set-PnPRetentionLabel -List \"Demo List\" -Label \"Project Documentation\" -SyncToItems $true This sets an O365 label on the specified list or library and sets the label to all the items in the list and library as well. EXAMPLE 3 Set-PnPRetentionLabel -List \"Demo List\" -ItemIds @(1,2,3) -Label \"My demo label\" Sets \"My demo label\" retention label for items with ids 1, 2 and 3 on a list \"Demo List\" PARAMETERS -BatchSize Optional batch size when setting a label on specified items. Type: Int32 Parameter Sets: (BulkItems) Required: True Position: Named Default value: 25 Accept pipeline input: False Accept wildcard characters: False -BlockDeletion Block deletion of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release. Type: Boolean Parameter Sets: (List) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -BlockEdit Block editing of items in the library. This parameter has been deprecated because overriding Purview retention label settings has been deprecated in SharePoint Online. This parameter will be removed in the next major release. Type: Boolean Parameter Sets: (List) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ItemIds List of iist item IDs to set label. Type: List Parameter Sets: (BulkItems) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Label The name of the retention label Type: String Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -List The ID or Url of the list. Type: ListPipeBind Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -SyncToItems Apply label to existing items in the library Type: Boolean Parameter Sets: (List) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Verbose When provided, additional debug statements will be shown while executing the cmdlet. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ## RELATED LINKS [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) [Microsoft Learn article on applying retention labels](https://learn.microsoft.com/en-us/sharepoint/dev/apis/csom-methods-for-applying-retention-labels)"
+ },
"cmdlets/Set-PnPRoleDefinition.html": {
"href": "cmdlets/Set-PnPRoleDefinition.html",
"title": "Set-PnPRoleDefinition | PnP PowerShell",
@@ -3457,7 +3457,7 @@
"cmdlets/Set-PnPSite.html": {
"href": "cmdlets/Set-PnPSite.html",
"title": "Set-PnPSite | PnP PowerShell",
- "keywords": "Set-PnPSite SYNOPSIS Sets site collection properties. SYNTAX Set Properties Set-PnPSite [-Identity ] [-Classification ] [-DisableFlows] [-LogoFilePath ] [-Sharing ] [-StorageMaximumLevel ] [-StorageWarningLevel ] [-AllowSelfServiceUpgrade] [-NoScriptSite] [-Owners ] [-CommentsOnSitePagesDisabled] [-DefaultLinkPermission ] [-DefaultSharingLinkType ] [-DefaultLinkToExistingAccess ] [-DefaultLinkToExistingAccessReset] [-DisableAppViews ] [-DisableCompanyWideSharingLinks ] [-DisableSharingForNonOwners] [-LocaleId ] [-RestrictedToGeo ] [-SocialBarOnSitePagesDisabled] [-AnonymousLinkExpirationInDays ] [-RequestFilesLinkExpirationInDays ] [-OverrideTenantAnonymousLinkExpirationPolicy] [-MediaTranscription ] [-SensitivityLabel ] [-RequestFilesLinkEnabled ] [-ScriptSafeDomainName ] [-BlockDownloadPolicy ] [-ExcludeBlockDownloadPolicySiteOwners ] [-ExcludedBlockDownloadGroupIds ] [-ListsShowHeaderAndNavigation ] [-EnableAutoExpirationVersionTrim ] [-ExpireVersionsAfterDays ] [-MajorVersions ] [-MinorVersions ] [-InheritTenantVPForNewDocLibs] [-ApplyForNewLibs] [-ApplyForExistingLibs] [-CancelVPForExistingLibs] [-Connection ] Set Lock State Set-PnPSite [-Identity ] [-LockState ] [-Wait] [-Connection ] DESCRIPTION Allows to modify a site properties. EXAMPLES EXAMPLE 1 Set-PnPSite -Classification \"HBI\" Sets the current site classification tag to HBI EXAMPLE 2 Set-PnPSite -Classification $null Un-sets the current site classification tag EXAMPLE 3 Set-PnPSite -DisableFlows Disables Microsoft Flow for this site, and also hides the Flow button from the ribbon EXAMPLE 4 Set-PnPSite -DisableFlows:$false Enables Microsoft Flow for this site EXAMPLE 5 Set-PnPSite -LogoFilePath c:\\images\\mylogo.png Sets the logo if the site is a modern team site without a Microsoft 365 Group behind it. Check the notes below for options for other types of sites. EXAMPLE 6 Set-PnPSite -NoScriptSite $false Allows custom script on a specific site. See Allow or prevent custom script for more information. EXAMPLE 7 Set-PnPSite -EnableAutoExpirationVersionTrim $true Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning. EXAMPLE 8 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MinorVersions 10 -ExpireVersionsAfterDays 200 Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning. EXAMPLE 9 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MinorVersions 20 -ExpireVersionsAfterDays 0 Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning. EXAMPLE 10 Set-PnPSite -InheritTenantVPForNewDocLibs Clear the file version setting on a site. The new document libraries will use the tenant level setting. EXAMPLE 11 Set-PnPSite -EnableAutoExpirationVersionTrim $true -ApplyForNewLibs Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 12 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyForNewLibs Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 13 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyForNewLibs Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 14 Set-PnPSite -EnableAutoExpirationVersionTrim $true -ApplyForExistingLibs Create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning. EXAMPLE 15 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyForExistingLibs Create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning. EXAMPLE 16 Set-PnPSite -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyForExistingLibs Create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning. EXAMPLE 17 Set-PnPSite -CancelVPForExistingLibs Cancel the existing request which sets the file version trim mode for existing document libraries on a site. PARAMETERS -AllowSelfServiceUpgrade Specifies if the site administrator can upgrade the site collection. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AnonymousLinkExpirationInDays Specifies all anonymous/anyone links that have been created (or will be created) will expire after the set number of days. Only applies if OverrideTenantAnonymousLinkExpirationPolicy is set to true. To remove the expiration requirement, set the value to zero (0). Type: Int32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RequestFilesLinkExpirationInDays Specifies the number of days before a Request Files link expires for the site. The value can be from 0 to 730 days. Type: Int32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Classification The classification tag to set. This is the old classification/labeling method. Set it to $null to remove the classification entirely. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SensitivityLabel The Microsoft Purview sensitivity label to set. This is the new classification/labeling method. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CommentsOnSitePagesDisabled Specifies if comments on site pages are enabled or disabled. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultLinkPermission Specifies the default link permission for the site collection. None - Respect the organization default link permission. View - Sets the default link permission for the site to \"view\" permissions. Edit - Sets the default link permission for the site to \"edit\" permissions Type: SharingPermissionType Parameter Sets: Set Properties Accepted values: None, View, Edit Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultSharingLinkType Specifies the default link type for the site collection. None - Respect the organization default sharing link type. AnonymousAccess - Sets the default sharing link for this site to an Anonymous Access or Anyone link. Internal - Sets the default sharing link for this site to the \"organization\" link or company shareable link. Direct - Sets the default sharing link for this site to the \"Specific people\" link Type: SharingLinkType Parameter Sets: Set Properties Accepted values: None, Direct, Internal, AnonymousAccess Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultLinkToExistingAccess When set to $true, the DefaultSharingLinkType will be overridden and the default sharing link will be All People with Existing Access link (which does not modify permissions). When set to $false (the default), the default sharing link type is controlled by the DefaultSharingLinkType parameter Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False -DisableAppViews Determines whether the App Views feature is disabled in the site collection. Type: AppViewsPolicy Parameter Sets: Set Properties Accepted values: Unknown, Disabled, NotDisabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableCompanyWideSharingLinks Determines whether company-wide sharing links are disabled in collection. Type: CompanyWideSharingLinksPolicy Parameter Sets: Set Properties Accepted values: Unknown, Disabled, NotDisabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableFlows Disables Microsoft Flow for this site. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableSharingForNonOwners Specifies whether non-owners should be prevented from inviting new users to the site. Setting this will also disable Access Request Emails. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The url of the site collection. Type: String Parameter Sets: (All) Aliases: Url Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LocaleId Specifies the language of this site collection. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LockState Sets the lockState of a site collection. Type: SiteLockState Parameter Sets: Set Lock State Accepted values: Unlock, NoAccess, ReadOnly Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LogoFilePath Sets the logo of the site if it is a modern team site without a Microsoft 365 Group behind it. Provide a full path to a local image file on your disk which you want to use as the site logo. The logo will be uploaded automatically to SharePoint. If you want to set the logo for a classic site, use Set-PnPWeb -SiteLogoUrl instead. If the modern site has a Microsoft 365 Group behind it, use Set-PnPWebHeader -SiteLogoUrl instead. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NoScriptSite Specifies if a site allows custom script or not. See Allow or prevent custom script for more information. Type: SwitchParameter Parameter Sets: Set Properties Aliases: DenyAndAddCustomizePages Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -OverrideTenantAnonymousLinkExpirationPolicy Specifies whether to use company-wide or a site collection level anonymous links expiration policy. Set it to true to get advantage of AnonymousLinkExpirationInDays. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Owners Specifies owner(s) to add as site collection administrators. They will be added as additional site collection administrators. Existing administrators will stay. Can be both users and groups. Type: System.Collections.Generic.List`1[System.String] Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RestrictedToGeo Specifies the Geo/Region restrictions of this site. Type: RestrictedToRegion Parameter Sets: Set Properties Accepted values: NoRestriction, BlockMoveOnly, BlockFull, Unknown Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Sharing Specifies what the sharing capabilities are for the site. Possible values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly Type: SharingCapabilities Parameter Sets: Set Properties Accepted values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SocialBarOnSitePagesDisabled Disables or enables the Social Bar for site collection. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -StorageMaximumLevel Specifies the storage quota for this site collection in megabytes. This value must not exceed the company's available quota. Type: Int64 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -StorageWarningLevel Specifies the warning level for the storage quota in megabytes. This value must not exceed the values set for the StorageMaximumLevel parameter Type: Int64 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MediaTranscription When the feature is enabled, videos can have transcripts generated on demand or generated automatically in certain scenarios. This is the default because the policy is default on. If a video owner decides they don’t want the transcript, they can always hide or delete it from that video. Type: MediaTranscriptionPolicyType Parameter Sets: Set Properties Accepted values: Enabled, Disabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RequestFilesLinkEnabled Allows configuring whether users will be able to create anonymous requests for people to upload files regardless of the Share with anyone link configuration setting for this particular site collection. Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ScriptSafeDomainName Allow contributors to insert iframe only from the specified domains only Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RestrictedAccessControl To enable restricted access control on a group-connected or Teams-connected site Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -BlockDownloadPolicy Set this to true to block download of files from SharePoint sites or OneDrive Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExcludeBlockDownloadPolicySiteOwners Set this to true to exempts site owners from the block download policy so that they can fully download any content for the site. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExcludedBlockDownloadGroupIds Exempts users from the mentioned groups from this policy and they can fully download any content for the site. Type: GUID[] Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ListsShowHeaderAndNavigation Set a property on a site collection to make all lists always load with the site elements intact. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Wait Wait for the operation to complete Type: SwitchParameter Parameter Sets: Set Lock State Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -EnableAutoExpirationVersionTrim Enable or disable AutoExpiration version trim for the document libraries on the site. Set to $true to enable, $false to disable. Parameter ExpireVersionsAfterDays is required when EnableAutoExpirationVersionTrim is false. Set it to 0 for NoExpiration, set it to greater or equal to 30 for ExpireAfter. Parameter MajorVersions is required when EnableAutoExpirationVersionTrim is false. Parameter MinorVersions is required when EnableAutoExpirationVersionTrim is false and the setting is for document libraries that including existing ones. It is used when minor version is enabled on the document libraries. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExpireVersionsAfterDays Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MajorVersions Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MinorVersions Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -InheritTenantVPForNewDocLibs Clear the file version setting on a site. The new document libraries will use the tenant level setting. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ApplyForNewLibs Set site version policy for new document libraries. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MinorVersions. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ApplyForExistingLibs Create a request to set the file version trim mode for existing document libraries that enabled versioning. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MinorVersions. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CancelVPForExistingLibs Cancel the existing request which sets the file version trim mode for existing document libraries on a site. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Set-PnPSite SYNOPSIS Sets site collection properties. SYNTAX Set Properties Set-PnPSite [-Identity ] [-Classification ] [-DisableFlows] [-LogoFilePath ] [-Sharing ] [-StorageMaximumLevel ] [-StorageWarningLevel ] [-AllowSelfServiceUpgrade] [-NoScriptSite] [-Owners ] [-CommentsOnSitePagesDisabled] [-DefaultLinkPermission ] [-DefaultSharingLinkType ] [-DefaultLinkToExistingAccess ] [-DefaultLinkToExistingAccessReset] [-DisableAppViews ] [-DisableCompanyWideSharingLinks ] [-DisableSharingForNonOwners] [-LocaleId ] [-RestrictedToGeo ] [-SocialBarOnSitePagesDisabled] [-AnonymousLinkExpirationInDays ] [-RequestFilesLinkExpirationInDays ] [-OverrideTenantAnonymousLinkExpirationPolicy] [-MediaTranscription ] [-SensitivityLabel ] [-RequestFilesLinkEnabled ] [-ScriptSafeDomainName ] [-BlockDownloadPolicy ] [-ExcludeBlockDownloadPolicySiteOwners ] [-ExcludedBlockDownloadGroupIds ] [-ListsShowHeaderAndNavigation ] [-Connection ] Set Lock State Set-PnPSite [-Identity ] [-LockState ] [-Wait] [-Connection ] DESCRIPTION Allows to modify a site properties. EXAMPLES EXAMPLE 1 Set-PnPSite -Classification \"HBI\" Sets the current site classification tag to HBI EXAMPLE 2 Set-PnPSite -Classification $null Un-sets the current site classification tag EXAMPLE 3 Set-PnPSite -DisableFlows Disables Microsoft Flow for this site, and also hides the Flow button from the ribbon EXAMPLE 4 Set-PnPSite -DisableFlows:$false Enables Microsoft Flow for this site EXAMPLE 5 Set-PnPSite -LogoFilePath c:\\images\\mylogo.png Sets the logo if the site is a modern team site without a Microsoft 365 Group behind it. Check the notes below for options for other types of sites. EXAMPLE 6 Set-PnPSite -NoScriptSite $false Allows custom script on a specific site. See Allow or prevent custom script for more information. PARAMETERS -AllowSelfServiceUpgrade Specifies if the site administrator can upgrade the site collection. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AnonymousLinkExpirationInDays Specifies all anonymous/anyone links that have been created (or will be created) will expire after the set number of days. Only applies if OverrideTenantAnonymousLinkExpirationPolicy is set to true. To remove the expiration requirement, set the value to zero (0). Type: Int32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RequestFilesLinkExpirationInDays Specifies the number of days before a Request Files link expires for the site. The value can be from 0 to 730 days. Type: Int32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Classification The classification tag to set. This is the old classification/labeling method. Set it to $null to remove the classification entirely. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SensitivityLabel The Microsoft Purview sensitivity label to set. This is the new classification/labeling method. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CommentsOnSitePagesDisabled Specifies if comments on site pages are enabled or disabled. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultLinkPermission Specifies the default link permission for the site collection. None - Respect the organization default link permission. View - Sets the default link permission for the site to \"view\" permissions. Edit - Sets the default link permission for the site to \"edit\" permissions Type: SharingPermissionType Parameter Sets: Set Properties Accepted values: None, View, Edit Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultSharingLinkType Specifies the default link type for the site collection. None - Respect the organization default sharing link type. AnonymousAccess - Sets the default sharing link for this site to an Anonymous Access or Anyone link. Internal - Sets the default sharing link for this site to the \"organization\" link or company shareable link. Direct - Sets the default sharing link for this site to the \"Specific people\" link Type: SharingLinkType Parameter Sets: Set Properties Accepted values: None, Direct, Internal, AnonymousAccess Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DefaultLinkToExistingAccess When set to $true, the DefaultSharingLinkType will be overridden and the default sharing link will be All People with Existing Access link (which does not modify permissions). When set to $false (the default), the default sharing link type is controlled by the DefaultSharingLinkType parameter Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: False Accept pipeline input: False Accept wildcard characters: False -DisableAppViews Determines whether the App Views feature is disabled in the site collection. Type: AppViewsPolicy Parameter Sets: Set Properties Accepted values: Unknown, Disabled, NotDisabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableCompanyWideSharingLinks Determines whether company-wide sharing links are disabled in collection. Type: CompanyWideSharingLinksPolicy Parameter Sets: Set Properties Accepted values: Unknown, Disabled, NotDisabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableFlows Disables Microsoft Flow for this site. Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisableSharingForNonOwners Specifies whether non-owners should be prevented from inviting new users to the site. Setting this will also disable Access Request Emails. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity The url of the site collection. Type: String Parameter Sets: (All) Aliases: Url Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LocaleId Specifies the language of this site collection. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LockState Sets the lockState of a site collection. Type: SiteLockState Parameter Sets: Set Lock State Accepted values: Unlock, NoAccess, ReadOnly Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -LogoFilePath Sets the logo of the site if it is a modern team site without a Microsoft 365 Group behind it. Provide a full path to a local image file on your disk which you want to use as the site logo. The logo will be uploaded automatically to SharePoint. If you want to set the logo for a classic site, use Set-PnPWeb -SiteLogoUrl instead. If the modern site has a Microsoft 365 Group behind it, use Set-PnPWebHeader -SiteLogoUrl instead. Type: String Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NoScriptSite Specifies if a site allows custom script or not. See Allow or prevent custom script for more information. Type: SwitchParameter Parameter Sets: Set Properties Aliases: DenyAndAddCustomizePages Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -OverrideTenantAnonymousLinkExpirationPolicy Specifies whether to use company-wide or a site collection level anonymous links expiration policy. Set it to true to get advantage of AnonymousLinkExpirationInDays. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Owners Specifies owner(s) to add as site collection administrators. They will be added as additional site collection administrators. Existing administrators will stay. Can be both users and groups. Type: System.Collections.Generic.List`1[System.String] Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RestrictedToGeo Specifies the Geo/Region restrictions of this site. Type: RestrictedToRegion Parameter Sets: Set Properties Accepted values: NoRestriction, BlockMoveOnly, BlockFull, Unknown Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Sharing Specifies what the sharing capabilities are for the site. Possible values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly Type: SharingCapabilities Parameter Sets: Set Properties Accepted values: Disabled, ExternalUserSharingOnly, ExternalUserAndGuestSharing, ExistingExternalUserSharingOnly Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SocialBarOnSitePagesDisabled Disables or enables the Social Bar for site collection. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -StorageMaximumLevel Specifies the storage quota for this site collection in megabytes. This value must not exceed the company's available quota. Type: Int64 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -StorageWarningLevel Specifies the warning level for the storage quota in megabytes. This value must not exceed the values set for the StorageMaximumLevel parameter Type: Int64 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MediaTranscription When the feature is enabled, videos can have transcripts generated on demand or generated automatically in certain scenarios. This is the default because the policy is default on. If a video owner decides they don’t want the transcript, they can always hide or delete it from that video. Type: MediaTranscriptionPolicyType Parameter Sets: Set Properties Accepted values: Enabled, Disabled Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RequestFilesLinkEnabled Allows configuring whether users will be able to create anonymous requests for people to upload files regardless of the Share with anyone link configuration setting for this particular site collection. Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ScriptSafeDomainName Allow contributors to insert iframe only from the specified domains only Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -RestrictedAccessControl To enable restricted access control on a group-connected or Teams-connected site Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -BlockDownloadPolicy Set this to true to block download of files from SharePoint sites or OneDrive Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExcludeBlockDownloadPolicySiteOwners Set this to true to exempts site owners from the block download policy so that they can fully download any content for the site. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExcludedBlockDownloadGroupIds Exempts users from the mentioned groups from this policy and they can fully download any content for the site. Type: GUID[] Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ListsShowHeaderAndNavigation Set a property on a site collection to make all lists always load with the site elements intact. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Wait Wait for the operation to complete Type: SwitchParameter Parameter Sets: Set Lock State Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Set-PnPSiteClassification.html": {
"href": "cmdlets/Set-PnPSiteClassification.html",
@@ -3504,6 +3504,11 @@
"title": "Set-PnPSiteTemplateMetadata | PnP PowerShell",
"keywords": "Set-PnPSiteTemplateMetadata SYNOPSIS Sets metadata of a provisioning template SYNTAX Set-PnPSiteTemplateMetadata [-Path] [-TemplateDisplayName ] [-TemplateImagePreviewUrl ] [-TemplateProperties ] [-TemplateProviderExtensions ] [-Connection ] DESCRIPTION Allows to modify metadata of a provisioning template. EXAMPLES EXAMPLE 1 Set-PnPSiteTemplateMetadata -Path template.xml -TemplateDisplayName \"DisplayNameValue\" Sets the DisplayName property of a site template in XML format. EXAMPLE 2 Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateDisplayName \"DisplayNameValue\" Sets the DisplayName property of a site template in Office Open XML format. EXAMPLE 3 Set-PnPSiteTemplateMetadata -Path template.xml -TemplateImagePreviewUrl \"Full URL of the Image Preview\" Sets the Url to the preview image of a site template in XML format. EXAMPLE 4 Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateImagePreviewUrl \"Full URL of the Image Preview\" Sets the to the preview image of a site template in Office Open XML format. EXAMPLE 5 Set-PnPSiteTemplateMetadata -Path template.xml -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"} Sets the property 'Property1' to the value 'Test Value 1' of a site template in XML format. EXAMPLE 6 Set-PnPSiteTemplateMetadata -Path template.pnp -TemplateProperties @{\"Property1\" = \"Test Value 1\"; \"Property2\"=\"Test Value 2\"} Sets the property 'Property1' to the value 'Test Value 1' of a site template in Office Open XML format. PARAMETERS -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Path Path to the xml or pnp file containing the site template. Type: String Parameter Sets: (All) Required: True Position: 0 Default value: None Accept pipeline input: True (ByPropertyName, ByValue) Accept wildcard characters: False -TemplateDisplayName It can be used to specify the DisplayName of the template file that will be updated. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -TemplateImagePreviewUrl It can be used to specify the ImagePreviewUrl of the template file that will be updated. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -TemplateProperties It can be used to specify custom Properties for the template file that will be updated. Type: Hashtable Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -TemplateProviderExtensions Allows you to specify ITemplateProviderExtension to execute while extracting a template. Type: ITemplateProviderExtension[] Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
+ "cmdlets/Set-PnPSiteVersionPolicy.html": {
+ "href": "cmdlets/Set-PnPSiteVersionPolicy.html",
+ "title": "Set-PnPSiteVersionPolicy | PnP PowerShell",
+ "keywords": "Available in the current Nightly Release only. Set-PnPSiteVersionPolicy SYNOPSIS Set file version policy related properties on the site. SYNTAX Set-PnPSiteVersionPolicy [-EnableAutoExpirationVersionTrim ] [-ExpireVersionsAfterDays ] [-MajorVersions ] [-MajorWithMinorVersions ] [-InheritFromTenant] [-ApplyToNewDocumentLibraries] [-ApplyToExistingDocumentLibraries] [-CancelForExistingDocumentLibraries] [-Connection ] EXAMPLES EXAMPLE 1 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning. EXAMPLE 2 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 10 -ExpireVersionsAfterDays 200 Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning. EXAMPLE 3 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -MajorWithMinorVersions 20 -ExpireVersionsAfterDays 0 Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. Also create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning. EXAMPLE 4 Set-PnPSiteVersionPolicy -InheritFromTenant Clear the file version setting on a site. The new document libraries will use the tenant level setting. EXAMPLE 5 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToNewDocumentLibraries Set AutoExpiration file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 6 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -ExpireVersionsAfterDays 200 -ApplyToNewDocumentLibraries Set ExpireAfter file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 7 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 300 -ExpireVersionsAfterDays 0 -ApplyToNewDocumentLibraries Set NoExpiration file version trim mode for a site. The new document libraries will use this version setting. EXAMPLE 8 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $true -ApplyToExistingDocumentLibraries Create a request to set the file version trim mode as AutoExpiration for existing document libraries that enabled versioning. EXAMPLE 9 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 200 -ApplyToExistingDocumentLibraries Create a request to set the file version trim mode as ExpireAfter for existing document libraries that enabled versioning. EXAMPLE 10 Set-PnPSiteVersionPolicy -EnableAutoExpirationVersionTrim $false -MajorVersions 100 -MajorWithMinorVersions 5 -ExpireVersionsAfterDays 0 -ApplyToExistingDocumentLibraries Create a request to set the file version trim mode as NoExpiration for existing document libraries that enabled versioning. EXAMPLE 11 Set-PnPSiteVersionPolicy -CancelForExistingDocumentLibraries Cancel the existing request which sets the file version trim mode for existing document libraries on a site. PARAMETERS -EnableAutoExpirationVersionTrim Enable or disable AutoExpiration version trim for the document libraries on the site. Set to $true to enable, $false to disable. Parameter ExpireVersionsAfterDays is required when EnableAutoExpirationVersionTrim is false. Set it to 0 for NoExpiration, set it to greater or equal to 30 for ExpireAfter. Parameter MajorVersions is required when EnableAutoExpirationVersionTrim is false. Parameter MajorWithMinorVersions is required when EnableAutoExpirationVersionTrim is false and the setting is for document libraries that including existing ones. It is used when minor version is enabled on the document libraries. Type: Boolean Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ExpireVersionsAfterDays Expire the version after the days. Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MajorVersions Maximum major versions to keep. Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MajorWithMinorVersions Maximum major versions for which to keep minor versions. Work with parameter EnableAutoExpirationVersionTrim. Please see description in EnableAutoExpirationVersionTrim. Type: UInt32 Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -InheritFromTenant Clear the file version setting on a site. The new document libraries will use the tenant level setting. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ApplyToNewDocumentLibraries Set site version policy for new document libraries. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MajorWithMinorVersions. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ApplyToExistingDocumentLibraries Create a request to set the file version trim mode for existing document libraries that enabled versioning. Work with parameters EnableAutoExpirationVersionTrim, ExpireVersionsAfterDays, MajorVersions and MajorWithMinorVersions. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CancelForExistingDocumentLibraries Cancel the existing request which sets the file version trim mode for existing document libraries on a site. Type: SwitchParameter Parameter Sets: Set Properties Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ },
"cmdlets/Set-PnPStorageEntity.html": {
"href": "cmdlets/Set-PnPStorageEntity.html",
"title": "Set-PnPStorageEntity | PnP PowerShell",
@@ -3537,7 +3542,7 @@
"cmdlets/Set-PnPTeamsChannel.html": {
"href": "cmdlets/Set-PnPTeamsChannel.html",
"title": "Set-PnPTeamsChannel | PnP PowerShell",
- "keywords": "Set-PnPTeamsChannel SYNOPSIS Required Permissions Microsoft Graph API: Group.ReadWrite.All Updates an existing Teams Channel SYNTAX Set-PnPTeamsChannel -Team -Identity [-DisplayName ] [-Description ] [-IsFavoriteByDefault ] DESCRIPTION Allows to update an existing Teams Channel. EXAMPLES EXAMPLE 1 Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\" Updates the channel called 'MyChannel' to have the display name set to 'My Channel' EXAMPLE 2 Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true Updates the channel called 'MyChannel' to make it visible to members. PARAMETERS -Description Changes the description of the specified channel. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisplayName Changes the display name of the specified channel. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity Specify the channel id or display name of the channel to use. Type: TeamsChannelPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -IsFavoriteByDefault Allows you to specify if the channel is by default visible for members Type: Boolean Parameter Sets: Public channel Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Team Specify the group id, mailNickname or display name of the team to use. Type: TeamsTeamPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Set-PnPTeamsChannel SYNOPSIS Required Permissions Microsoft Graph API: Group.ReadWrite.All Updates an existing Teams Channel SYNTAX Set-PnPTeamsChannel -Team -Identity [-DisplayName ] [-Description ] [-IsFavoriteByDefault ] [-AllowNewMessageFromBots ] [-AllowNewMessageFromConnectors ] [-ReplyRestriction ] [-UserNewMessageRestriction ] DESCRIPTION Allows to update an existing Teams Channel. EXAMPLES EXAMPLE 1 Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -DisplayName \"My Channel\" Updates the channel called 'MyChannel' to have the display name set to 'My Channel' EXAMPLE 2 Set-PnPTeamsChannel -Team \"MyTeam\" -Channel \"MyChannel\" -IsFavoriteByDefault $true Updates the channel called 'MyChannel' to make it visible to members. PARAMETERS -AllowNewMessageFromBots Allows configuring if bots are allowed to post messages in the channel Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -AllowNewMessageFromConnectors Allows configuring if connectors are allowed to post messages in the channel Type: Boolean Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -ReplyRestriction Allows configuring who can reply to posts in the channel Type: TeamChannelModerationSettingReplyRestriction Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -UserNewMessageRestriction Allows configuring who can post new messages in the channel Type: TeamChannelModerationSettingNewMessageRestriction Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Description Changes the description of the specified channel. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisplayName Changes the display name of the specified channel. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Identity Specify the channel id or display name of the channel to use. Type: TeamsChannelPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -IsFavoriteByDefault Allows you to specify if the channel is by default visible for members Type: Boolean Parameter Sets: Public channel Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Team Specify the group id, mailNickname or display name of the team to use. Type: TeamsTeamPipeBind Parameter Sets: (All) Required: True Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Set-PnPTeamsTab.html": {
"href": "cmdlets/Set-PnPTeamsTab.html",
@@ -3647,7 +3652,7 @@
"cmdlets/Set-PnPWeb.html": {
"href": "cmdlets/Set-PnPWeb.html",
"title": "Set-PnPWeb | PnP PowerShell",
- "keywords": "Set-PnPWeb SYNOPSIS Sets properties on a web SYNTAX Set-PnPWeb [-SiteLogoUrl ] [-AlternateCssUrl ] [-Title ] [-Description ] [-MasterUrl ] [-CustomMasterUrl ] [-QuickLaunchEnabled] [-MembersCanShare] [-NoCrawl] [-HeaderLayout ] [-HeaderEmphasis ] [-NavAudienceTargetingEnabled] [-MegaMenuEnabled] [-DisablePowerAutomate] [-CommentsOnSitePagesDisabled] [-HideTitleInHeader] [-Connection ] DESCRIPTION Allows setting various properties on a web EXAMPLES EXAMPLE 1 Set-PnPWeb -CommentsOnSitePagesDisabled:$true Disables the page comments to be shown below each page in the current web by default EXAMPLE 2 Set-PnPWeb -QuickLaunchEnabled:$false Hides the quick launch from being shown in the current web EXAMPLE 3 Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact Sets the header style in the current web. EXAMPLE 4 Set-PnPWeb -NoCrawl:$true Prevents the current web from being returned in search results PARAMETERS -AlternateCssUrl Sets the AlternateCssUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CommentsOnSitePagesDisabled Defines if comments on modern site pages should be enabled by default ($false) or they should be hidden ($true) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CustomMasterUrl Sets the CustomMasterUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Description Sets the description of the web Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisablePowerAutomate Defines if Power Automate should be available on lists and document libraries ($false) or if the option should be hidden ($true) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HeaderEmphasis Defines the tone of color used for the bar shown at the top of the site with the site name and logo Type: SPVariantThemeType Parameter Sets: (All) Accepted values: None, Neutral, Soft, Strong Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HeaderLayout Defines the layout type of the site header Type: HeaderLayoutType Parameter Sets: (All) Accepted values: None, Standard, Compact, Minimal, Extended Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MasterUrl Sets the MasterUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MegaMenuEnabled Defines if the navigation menu should be shown as the mega menu ($true) or the smaller sized menu ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MembersCanShare Indicates if members of this site can share the site and its content with others ($true) or only owners can do this ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NavAudienceTargetingEnabled Defines if the navigation menu on a modern site should be enabled for modern audience targeting ($true) or not ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NoCrawl Indicates if this site should not be returned in search results ($true) or if it should be ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -QuickLaunchEnabled Defines if the quick launch menu on the left side of modern Team Sites should be shown ($true) or hidden ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SiteLogoUrl Sets the logo of the web to the current url. If you want to set the logo to a modern team site, use Set-PnPSite -LogoFilePath. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Title Sets the title of the web Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HideTitleInHeader Toggle the title visibility in the header. Set -HideTitleInHeader:$false to show the header Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
+ "keywords": "Set-PnPWeb SYNOPSIS Sets properties on a web SYNTAX Set-PnPWeb [-SiteLogoUrl ] [-AlternateCssUrl ] [-Title ] [-Description ] [-MasterUrl ] [-CustomMasterUrl ] [-QuickLaunchEnabled] [-MembersCanShare] [-NoCrawl] [-HeaderLayout ] [-HeaderEmphasis ] [-NavAudienceTargetingEnabled] [-MegaMenuEnabled] [-DisablePowerAutomate] [-CommentsOnSitePagesDisabled] [-HideTitleInHeader] [-HorizontalQuickLaunch] [-Connection ] DESCRIPTION Allows setting various properties on a web EXAMPLES EXAMPLE 1 Set-PnPWeb -CommentsOnSitePagesDisabled:$true Disables the page comments to be shown below each page in the current web by default EXAMPLE 2 Set-PnPWeb -QuickLaunchEnabled:$false Hides the quick launch from being shown in the current web EXAMPLE 3 Set-PnPWeb -HeaderEmphasis Strong -HeaderLayout Compact Sets the header style in the current web. EXAMPLE 4 Set-PnPWeb -NoCrawl:$true Prevents the current web from being returned in search results PARAMETERS -AlternateCssUrl Sets the AlternateCssUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CommentsOnSitePagesDisabled Defines if comments on modern site pages should be enabled by default ($false) or they should be hidden ($true) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Connection Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection. Type: PnPConnection Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -CustomMasterUrl Sets the CustomMasterUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Description Sets the description of the web Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -DisablePowerAutomate Defines if Power Automate should be available on lists and document libraries ($false) or if the option should be hidden ($true) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HeaderEmphasis Defines the tone of color used for the bar shown at the top of the site with the site name and logo Type: SPVariantThemeType Parameter Sets: (All) Accepted values: None, Neutral, Soft, Strong Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HeaderLayout Defines the layout type of the site header Type: HeaderLayoutType Parameter Sets: (All) Accepted values: None, Standard, Compact, Minimal, Extended Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MasterUrl Sets the MasterUrl of the web. Only works for classic pages. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MegaMenuEnabled Defines if the navigation menu should be shown as the mega menu ($true) or the smaller sized menu ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -MembersCanShare Indicates if members of this site can share the site and its content with others ($true) or only owners can do this ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NavAudienceTargetingEnabled Defines if the navigation menu on a modern site should be enabled for modern audience targeting ($true) or not ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -NoCrawl Indicates if this site should not be returned in search results ($true) or if it should be ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -QuickLaunchEnabled Defines if the quick launch menu on the left side of modern Team Sites should be shown ($true) or hidden ($false) Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -SiteLogoUrl Sets the logo of the web to the current url. If you want to set the logo to a modern team site, use Set-PnPSite -LogoFilePath. Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Title Sets the title of the web Type: String Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HideTitleInHeader Toggle the title visibility in the header. Set -HideTitleInHeader:$false to show the header Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -HorizontalQuickLaunch Change navigation orientation to horizontal Set -HorizontalQuickLaunch :$false to change navigation to vertical Type: SwitchParameter Parameter Sets: (All) Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False RELATED LINKS Microsoft 365 Patterns and Practices"
},
"cmdlets/Set-PnPWebHeader.html": {
"href": "cmdlets/Set-PnPWebHeader.html",
@@ -3802,7 +3807,7 @@
"cmdlets/index.html": {
"href": "cmdlets/index.html",
"title": "PnP PowerShell cmdlets | PnP PowerShell",
- "keywords": "PnP PowerShell cmdlets PnP PowerShell exists out of 693 cmdlets which can help you in setting up, configuring, maintaining and using various Microsoft 365 products from one single connection. Each of the cmdlets is documented to aid in learning how to use it. Find the available cmdlets below. 1: Only available in the latest nightly build. All the others can also be used using the latest stable release. 2: Cmdlet is an alias of another cmdlet, used to provide backwards compatibility. Add Add-PnPAdaptiveScopeProperty 1 2 Add-PnPAlert Add-PnPApp Add-PnPApplicationCustomizer Add-PnPAvailableSiteClassification Add-PnPAzureADGroupMember Add-PnPAzureADGroupOwner Add-PnPAzureADServicePrincipalAppRole Add-PnPContentType Add-PnPContentTypesFromContentTypeHub Add-PnPContentTypeToDocumentSet Add-PnPContentTypeToList Add-PnPCustomAction Add-PnPDataRowsToSiteTemplate Add-PnPDocumentSet Add-PnPEntraIDGroupMember 1 2 Add-PnPEntraIDGroupOwner 1 2 Add-PnPEntraIDServicePrincipalAppRole 1 2 Add-PnPEventReceiver Add-PnPField Add-PnPFieldFromXml Add-PnPFieldToContentType Add-PnPFile Add-PnPFileAnonymousSharingLink Add-PnPFileOrganizationalSharingLink Add-PnPFileSharingInvite Add-PnPFileToSiteTemplate Add-PnPFileUserSharingLink Add-PnPFlowOwner Add-PnPFolder Add-PnPFolderAnonymousSharingLink Add-PnPFolderOrganizationalSharingLink Add-PnPFolderSharingInvite Add-PnPFolderUserSharingLink Add-PnPGroupMember Add-PnPHtmlPublishingPageLayout Add-PnPHubSiteAssociation Add-PnPHubToHubAssociation Add-PnPIndexedProperty Add-PnPJavaScriptBlock Add-PnPJavaScriptLink Add-PnPListDesign Add-PnPListFoldersToSiteTemplate Add-PnPListItem Add-PnPListItemAttachment Add-PnPListItemComment Add-PnPMasterPage Add-PnPMicrosoft365GroupMember Add-PnPMicrosoft365GroupOwner Add-PnPMicrosoft365GroupToSite Add-PnPNavigationNode Add-PnPOrgAssetsLibrary Add-PnPOrgNewsSite Add-PnPPage Add-PnPPageImageWebPart Add-PnPPageSection Add-PnPPageTextPart Add-PnPPageWebPart Add-PnPPlannerBucket Add-PnPPlannerRoster Add-PnPPlannerRosterMember Add-PnPPlannerTask Add-PnPPropertyBagValue 1 2 Add-PnPPublishingImageRendition Add-PnPPublishingPage Add-PnPPublishingPageLayout Add-PnPRoleDefinition Add-PnPSiteClassification 1 2 Add-PnPSiteCollectionAdmin Add-PnPSiteCollectionAppCatalog Add-PnPSiteDesign Add-PnPSiteDesignFromWeb Add-PnPSiteDesignTask Add-PnPSiteScript Add-PnPSiteScriptPackage Add-PnPSiteTemplate Add-PnPStoredCredential Add-PnPTaxonomyField Add-PnPTeamsChannel Add-PnpTeamsChannelUser Add-PnPTeamsTab Add-PnPTeamsTeam Add-PnPTeamsUser Add-PnPTenantCdnOrigin Add-PnPTenantSequence Add-PnPTenantSequenceSite Add-PnPTenantSequenceSubSite Add-PnPTenantTheme Add-PnPTermToTerm Add-PnPView Add-PnPViewsFromXML Add-PnPVivaConnectionsDashboardACE Add-PnPWebhookSubscription Add-PnPWebPartToWebPartPage Add-PnPWebPartToWikiPage Add-PnPWikiPage Approve Approve-PnPTenantServicePrincipalPermissionRequest Clear Clear-PnPAzureADGroupMember Clear-PnPAzureADGroupOwner Clear-PnPDefaultColumnValues Clear-PnPEntraIDGroupMember 1 2 Clear-PnPEntraIDGroupOwner 1 2 Clear-PnPListItemAsRecord Clear-PnPMicrosoft365GroupMember Clear-PnPMicrosoft365GroupOwner Clear-PnpRecycleBinItem Clear-PnPTenantAppCatalogUrl Clear-PnPTenantRecycleBinItem Connect Connect-PnPOnline Convert Convert-PnPFile 1 Convert-PnPFolderToSiteTemplate Convert-PnPSiteTemplate Convert-PnPSiteTemplateToMarkdown ConvertTo ConvertTo-PnPPage Copy Copy-PnPFile Copy-PnPFolder 2 Copy-PnPItemProxy Copy-PnPList Copy-PnPTeamsTeam Deny Deny-PnPTenantServicePrincipalPermissionRequest Disable Disable-PnPFeature Disable-PnPFlow Disable-PnPPageScheduling Disable-PnPPowerShellTelemetry Disable-PnPSharingForNonOwnersOfSite Disable-PnPSiteClassification Disable-PnPTenantServicePrincipal Disconnect Disconnect-PnPOnline Enable Enable-PnPCommSite Enable-PnPFeature Enable-PnPFlow Enable-PnPPageScheduling Enable-PnPPowerShellTelemetry Enable-PnPSiteClassification Enable-PnPTenantServicePrincipal Export Export-PnPFlow Export-PnPListToSiteTemplate Export-PnPPage Export-PnPPageMapping Export-PnPPowerApp Export-PnPTaxonomy Export-PnPTermGroupToXml Export-PnPUserInfo Export-PnPUserProfile Find Find-PnPFile Get Get-PnPAccessToken Get-PnPAlert Get-PnPApp Get-PnPAppAuthAccessToken Get-PnPAppErrors Get-PnPAppInfo Get-PnPApplicationCustomizer Get-PnPAuditing Get-PnPAuthenticationRealm Get-PnPAvailableLanguage Get-PnPAvailableSensitivityLabel Get-PnPAvailableSiteClassification Get-PnPAzureACSPrincipal Get-PnPAzureADActivityReportDirectoryAudit Get-PnPAzureADActivityReportSignIn Get-PnPAzureADApp Get-PnPAzureADAppPermission Get-PnPAzureADAppSitePermission Get-PnPAzureADGroup Get-PnPAzureADGroupMember Get-PnPAzureADGroupOwner Get-PnPAzureADServicePrincipal Get-PnPAzureADServicePrincipalAssignedAppRole Get-PnPAzureADServicePrincipalAvailableAppRole Get-PnPAzureADUser Get-PnPAzureCertificate Get-PnPBrowserIdleSignout Get-PnPBuiltInDesignPackageVisibility Get-PnPBuiltInSiteTemplateSettings Get-PnPChangeLog Get-PnPClientSidePage 1 2 Get-PnPCompatibleHubContentTypes Get-PnPConnection Get-PnPContainer Get-PnPContainerTypeConfiguration 1 Get-PnPContentType Get-PnPContentTypePublishingHubUrl Get-PnPContentTypePublishingStatus Get-PnPContext Get-PnPCustomAction Get-PnPDefaultColumnValues Get-PnPDeletedContainer 1 Get-PnPDeletedMicrosoft365Group Get-PnPDeletedTeam Get-PnPDiagnostics Get-PnPDisableSpacesActivation Get-PnPDocumentSetTemplate Get-PnPEntraIDActivityReportDirectoryAudit 1 2 Get-PnPEntraIDActivityReportSignIn 1 2 Get-PnPEntraIDApp 1 2 Get-PnPEntraIDAppPermission 1 2 Get-PnPEntraIDAppSitePermission 1 2 Get-PnPEntraIDGroup 1 2 Get-PnPEntraIDGroupMember 1 2 Get-PnPEntraIDGroupOwner 1 2 Get-PnPEntraIDServicePrincipal 1 2 Get-PnPEntraIDServicePrincipalAssignedAppRole 1 2 Get-PnPEntraIDServicePrincipalAvailableAppRole 1 2 Get-PnPEntraIDUser 1 2 Get-PnPEventReceiver Get-PnPException Get-PnPExternalUser Get-PnPFeature Get-PnPField Get-PnPFile Get-PnPFileAnalyticsData 1 Get-PnPFileInFolder Get-PnPFileSharingLink Get-PnPFileVersion Get-PnPFlow Get-PnPFlowOwner Get-PnPFlowRun Get-PnPFolder Get-PnPFolderInFolder Get-PnPFolderItem Get-PnPFolderSharingLink Get-PnPFolderStorageMetric Get-PnPFooter Get-PnPGraphAccessToken Get-PnPGraphSubscription Get-PnPGroup Get-PnPGroupMember Get-PnPGroupPermissions Get-PnPHideDefaultThemes Get-PnPHomePage Get-PnPHomeSite Get-PnPHubSite Get-PnPHubSiteChild Get-PnPIndexedPropertyKeys Get-PnPInPlaceRecordsManagement Get-PnPIsSiteAliasAvailable Get-PnPJavaScriptLink Get-PnPKnowledgeHubSite Get-PnPLabel Get-PnPLargeListOperationStatus Get-PnPList Get-PnPListDesign Get-PnPListInformationRightsManagement Get-PnPListItem Get-PnPListItemAttachment Get-PnPListItemComment Get-PnPListItemPermission Get-PnPListItemVersion Get-PnPListPermissions Get-PnPListRecordDeclaration Get-PnPMasterPage Get-PnPMessageCenterAnnouncement Get-PnPMicrosoft365ExpiringGroup Get-PnPMicrosoft365Group Get-PnPMicrosoft365GroupEndpoint Get-PnPMicrosoft365GroupMember Get-PnPMicrosoft365GroupMembers 1 2 Get-PnPMicrosoft365GroupOwner Get-PnPMicrosoft365GroupOwners 1 2 Get-PnPMicrosoft365GroupSettings Get-PnPMicrosoft365GroupSettingTemplates Get-PnPMicrosoft365GroupTeam Get-PnPMicrosoft365GroupYammerCommunity Get-PnPNavigationNode Get-PnPOrgAssetsLibrary Get-PnPOrgNewsSite Get-PnPPage Get-PnPPageComponent Get-PnPPlannerBucket Get-PnPPlannerConfiguration Get-PnPPlannerPlan Get-PnPPlannerRosterMember Get-PnPPlannerRosterPlan Get-PnPPlannerTask Get-PnPPlannerUserPolicy Get-PnPPowerApp Get-PnPPowerPlatformConnector Get-PnPPowerPlatformEnvironment Get-PnPPowerPlatformSolution 1 Get-PnPPowerShellTelemetryEnabled Get-PnPProperty Get-PnPPropertyBag Get-PnPPublishingImageRendition Get-PnPRecycleBinItem Get-PnPRequestAccessEmails Get-PnPRetentionLabel Get-PnPRoleDefinition Get-PnPSearchConfiguration Get-PnPSearchCrawlLog Get-PnPSearchSettings Get-PnPServiceCurrentHealth Get-PnPServiceHealthIssue Get-PnPSharePointAddIn Get-PnPSharingForNonOwnersOfSite Get-PnPSite Get-PnPSiteAnalyticsData 1 Get-PnPSiteClassification 1 2 Get-PnPSiteClosure Get-PnPSiteCollectionAdmin Get-PnPSiteCollectionAppCatalog Get-PnPSiteCollectionTermStore Get-PnPSiteDesign Get-PnPSiteDesignRights Get-PnPSiteDesignRun Get-PnPSiteDesignRunStatus Get-PnPSiteDesignTask Get-PnPSiteGroup Get-PnPSitePolicy Get-PnPSiteScript Get-PnPSiteScriptFromList Get-PnPSiteScriptFromWeb Get-PnPSiteSearchQueryResults Get-PnPSiteSensitivityLabel Get-PnPSiteSetVersionPolicyProgress Get-PnPSiteTemplate Get-PnPSiteUserInvitations Get-PnPSiteVersionPolicy Get-PnPStorageEntity Get-PnPStoredCredential Get-PnPStructuralNavigationCacheSiteState Get-PnPStructuralNavigationCacheWebState Get-PnPSubscribeSharePointNewsDigest Get-PnPSubWeb Get-PnPSyntexModel Get-PnPSyntexModelPublication Get-PnPTaxonomyItem Get-PnPTaxonomySession Get-PnPTeamsApp Get-PnPTeamsChannel Get-PnPTeamsChannelFilesFolder Get-PnPTeamsChannelMessage Get-PnPTeamsChannelMessageReply Get-PnPTeamsChannelUser Get-PnPTeamsPrimaryChannel Get-PnPTeamsTab Get-PnPTeamsTag Get-PnPTeamsTeam Get-PnPTeamsUser Get-PnPTemporarilyDisableAppBar Get-PnPTenant Get-PnPTenantAppCatalogUrl Get-PnPTenantCdnEnabled Get-PnPTenantCdnOrigin Get-PnPTenantCdnPolicies Get-PnPTenantDeletedSite Get-PnPTenantId Get-PnPTenantInfo Get-PnPTenantInstance Get-PnPTenantRecycleBinItem Get-PnPTenantSequence Get-PnPTenantSequenceSite Get-PnPTenantServicePrincipal Get-PnPTenantServicePrincipalPermissionGrants Get-PnPTenantServicePrincipalPermissionRequests Get-PnPTenantSite Get-PnPTenantSyncClientRestriction Get-PnPTenantTemplate Get-PnPTenantTheme Get-PnPTerm Get-PnPTermGroup Get-PnPTermLabel Get-PnPTermSet Get-PnPTheme Get-PnPTimeZoneId Get-PnPUnfurlLink Get-PnPUnifiedAuditLog Get-PnPUPABulkImportStatus Get-PnPUser Get-PnPUserOneDriveQuota Get-PnPUserProfileProperty Get-PnPView Get-PnPVivaConnectionsDashboardACE Get-PnPWeb Get-PnPWebHeader Get-PnPWebhookSubscription Get-PnPWebhookSubscriptions 1 2 Get-PnPWebPart Get-PnPWebPartProperty Get-PnPWebPartXml Get-PnPWebPermission 1 Get-PnPWebTemplates Get-PnPWikiPageContent Grant Grant-PnPAzureADAppSitePermission Grant-PnPEntraIDAppSitePermission 1 2 Grant-PnPHubSiteRights Grant-PnPSiteDesignRights Grant-PnPTenantServicePrincipalPermission Import Import-PnPTaxonomy Import-PnPTermGroupFromXml Import-PnPTermSet Install Install-PnPApp Invoke Invoke-PnPBatch Invoke-PnPGraphMethod Invoke-PnPListDesign Invoke-PnPQuery Invoke-PnPSearchQuery 1 2 Invoke-PnPSiteDesign Invoke-PnPSiteScript Invoke-PnPSiteSwap Invoke-PnPSiteTemplate Invoke-PnPSPRestMethod Invoke-PnPTenantTemplate Invoke-PnPWebAction Measure Measure-PnPList Measure-PnPWeb Merge Merge-PnPTerm 1 Move Move-PnPClientSideComponent 1 2 Move-PnPFile Move-PnPFolder Move-PnPListItemToRecycleBin Move-PnPPageComponent Move-PnpRecycleBinItem Move-PnPTerm Move-PnPTermSet New New-PnPAzureADGroup New-PnPAzureADUserTemporaryAccessPass New-PnPAzureCertificate New-PnPBatch New-PnPContainerType 1 New-PnPEntraIDGroup 1 2 New-PnPEntraIDUserTemporaryAccessPass 1 2 New-PnPExtensibilityHandlerObject New-PnPGraphSubscription New-PnPGroup New-PnPList New-PnPMicrosoft365Group New-PnPMicrosoft365GroupSettings New-PnPPersonalSite New-PnPPlannerPlan New-PnPSdnProvider New-PnPSite New-PnPSiteCollectionTermStore New-PnPSiteGroup New-PnPSiteTemplate New-PnPSiteTemplateFromFolder New-PnPTeamsApp New-PnPTeamsTeam New-PnPTenantSequence New-PnPTenantSequenceCommunicationSite New-PnPTenantSequenceTeamNoGroupSite New-PnPTenantSequenceTeamNoGroupSubSite New-PnPTenantSequenceTeamSite New-PnPTenantSite New-PnPTenantTemplate New-PnPTerm New-PnPTermGroup New-PnPTermLabel New-PnPTermSet New-PnPUPABulkImportJob New-PnPUser New-PnPWeb Publish Publish-PnPApp Publish-PnPCompanyApp Publish-PnPContentType Publish-PnPSyntexModel Read Read-PnPSiteTemplate Read-PnPTenantTemplate Receive Receive-PnPCopyMoveJobStatus Register Register-PnPAppCatalogSite Register-PnPAzureADApp Register-PnPEntraIDApp 1 2 Register-PnPHubSite Register-PnPManagementShellAccess Remove Remove-PnPAdaptiveScopeProperty Remove-PnPAlert Remove-PnPApp Remove-PnPApplicationCustomizer Remove-PnPAvailableSiteClassification Remove-PnPAzureADApp Remove-PnPAzureADGroup Remove-PnPAzureADGroupMember Remove-PnPAzureADGroupOwner Remove-PnPAzureADServicePrincipalAssignedAppRole Remove-PnPClientSidePage 1 2 Remove-PnPContainer 1 Remove-PnPContainerType 1 Remove-PnPContentType Remove-PnPContentTypeFromDocumentSet Remove-PnPContentTypeFromList Remove-PnPCustomAction Remove-PnPDeletedMicrosoft365Group Remove-PnPEntraIDApp 1 2 Remove-PnPEntraIDGroup 1 2 Remove-PnPEntraIDGroupMember 1 2 Remove-PnPEntraIDGroupOwner 1 2 Remove-PnPEntraIDServicePrincipalAssignedAppRole 1 2 Remove-PnPEventReceiver Remove-PnPExternalUser Remove-PnPField Remove-PnPFieldFromContentType Remove-PnPFile Remove-PnPFileFromSiteTemplate Remove-PnPFileSharingLink Remove-PnPFileVersion Remove-PnPFlow Remove-PnPFlowOwner Remove-PnPFolder Remove-PnPFolderSharingLink Remove-PnPGraphSubscription Remove-PnPGroup Remove-PnPGroupMember Remove-PnPHomeSite Remove-PnPHubSiteAssociation Remove-PnPHubToHubAssociation Remove-PnPIndexedProperty Remove-PnPJavaScriptLink Remove-PnPKnowledgeHubSite Remove-PnPList Remove-PnPListDesign Remove-PnPListItem Remove-PnPListItemAttachment Remove-PnPListItemComments Remove-PnPListItemVersion Remove-PnPMicrosoft365Group Remove-PnPMicrosoft365GroupMember Remove-PnPMicrosoft365GroupOwner Remove-PnPMicrosoft365GroupPhoto Remove-PnPMicrosoft365GroupSettings Remove-PnPNavigationNode Remove-PnPOrgAssetsLibrary Remove-PnPOrgNewsSite Remove-PnPPage Remove-PnPPageComponent Remove-PnPPlannerBucket Remove-PnPPlannerPlan Remove-PnPPlannerRoster Remove-PnPPlannerRosterMember Remove-PnPPlannerTask Remove-PnPPropertyBagValue Remove-PnPPublishingImageRendition Remove-PnPRoleDefinition Remove-PnPSdnProvider Remove-PnPSearchConfiguration Remove-PnPSiteClassitication 1 2 Remove-PnPSiteCollectionAdmin Remove-PnPSiteCollectionAppCatalog Remove-PnPSiteCollectionTermStore Remove-PnPSiteDesign Remove-PnPSiteDesignTask Remove-PnPSiteGroup Remove-PnPSiteScript Remove-PnPSiteUserInvitations Remove-PnPStorageEntity Remove-PnPStoredCredential Remove-PnPTaxonomyItem Remove-PnPTeamsApp Remove-PnPTeamsChannel Remove-PnPTeamsChannelUser Remove-PnPTeamsTab Remove-PnPTeamsTag Remove-PnPTeamsTeam Remove-PnPTeamsUser Remove-PnPTenantCdnOrigin Remove-PnPTenantDeletedSite Remove-PnPTenantSite Remove-PnPTenantSyncClientRestriction Remove-PnPTenantTheme Remove-PnPTerm Remove-PnPTermGroup Remove-PnPTermLabel Remove-PnPUser Remove-PnPUserInfo Remove-PnPUserProfile Remove-PnPView Remove-PnPVivaConnectionsDashboardACE Remove-PnPWeb Remove-PnPWebhookSubscription Remove-PnPWebPart Remove-PnPWikiPage Rename Rename-PnPFile Rename-PnPFolder Rename-PnPTenantSite Repair Repair-PnPSite Request Request-PnPAccessToken Request-PnPPersonalSite Request-PnPReIndexList Request-PnPReIndexWeb Request-PnPSyntexClassifyAndExtract Reset Reset-PnPFileVersion Reset-PnPLabel Reset-PnPMicrosoft365GroupExpiration Reset-PnPUserOneDriveQuotaToDefault Resolve Resolve-PnPFolder Restart Restart-PnPFlowRun Restore Restore-PnPDeletedContainer 1 Restore-PnPDeletedMicrosoft365Group Restore-PnPFileVersion Restore-PnPListItemVersion Restore-PnPRecycleBinItem Restore-PnPTenantRecycleBinItem Restore-PnPTenantSite Revoke Revoke-PnPAzureADAppSitePermission Revoke-PnPEntraIDAppSitePermission 1 2 Revoke-PnPHubSiteRights Revoke-PnPSiteDesignRights Revoke-PnPTenantServicePrincipalPermission Revoke-PnPUserSession Save Save-PnPPageConversionLog Save-PnPSiteTemplate Save-PnPTenantTemplate Send Send-PnPMail Set Set-PnPAdaptiveScopeProperty Set-PnPApplicationCustomizer Set-PnPAppSideLoading Set-PnPAuditing Set-PnPAvailablePageLayouts Set-PnPAzureADAppSitePermission Set-PnPAzureADGroup Set-PnPBrowserIdleSignout Set-PnPBuiltInDesignPackageVisibility Set-PnPBuiltInSiteTemplateSettings Set-PnPClientSidePage 1 2 Set-PnPContentType Set-PnPContext Set-PnPDefaultColumnValues Set-PnPDefaultContentTypeToList Set-PnPDefaultPageLayout Set-PnPDisableSpacesActivation Set-PnPDocumentSetField Set-PnPEntraIDAppSitePermission 1 2 Set-PnPEntraIDGroup 1 2 Set-PnPField Set-PnPFileCheckedIn Set-PnPFileCheckedOut Set-PnPFolderPermission Set-PnPFooter Set-PnPGraphSubscription Set-PnPGroup Set-PnPGroupPermissions Set-PnPHideDefaultThemes Set-PnPHomePage Set-PnPHomeSite Set-PnPHubSite Set-PnPImageListItemColumn Set-PnPIndexedProperties Set-PnPInPlaceRecordsManagement Set-PnPKnowledgeHubSite Set-PnPLabel Set-PnPList Set-PnPListInformationRightsManagement Set-PnPListItem Set-PnPListItemAsRecord Set-PnPListItemPermission Set-PnPListPermission Set-PnPListRecordDeclaration Set-PnPMasterPage Set-PnPMessageCenterAnnouncementAsArchived Set-PnPMessageCenterAnnouncementAsFavorite Set-PnPMessageCenterAnnouncementAsNotArchived Set-PnPMessageCenterAnnouncementAsNotFavorite Set-PnPMessageCenterAnnouncementAsRead Set-PnPMessageCenterAnnouncementAsUnread Set-PnPMicrosoft365Group Set-PnPMicrosoft365GroupSettings Set-PnPMinimalDownloadStrategy Set-PnPPage Set-PnPPageTextPart Set-PnPPageWebPart Set-PnPPlannerBucket Set-PnPPlannerConfiguration Set-PnPPlannerPlan Set-PnPPlannerTask Set-PnPPlannerUserPolicy Set-PnPPropertyBagValue Set-PnPRequestAccessEmails Set-PnPRoleDefinition Set-PnPSearchConfiguration Set-PnPSearchExternalItem Set-PnPSearchSettings Set-PnPSite Set-PnPSiteClassification Set-PnPSiteClosure Set-PnPSiteDesign Set-PnPSiteGroup Set-PnPSitePolicy Set-PnPSiteScript Set-PnPSiteScriptPackage Set-PnPSiteSensitivityLabel Set-PnPSiteTemplateMetadata Set-PnPStorageEntity Set-PnPStructuralNavigationCacheSiteState Set-PnPStructuralNavigationCacheWebState Set-PnPSubscribeSharePointNewsDigest Set-PnPTaxonomyFieldValue Set-PnPTeamifyPromptHidden Set-PnPTeamsChannel Set-PnpTeamsChannelUser Set-PnPTeamsTab Set-PnPTeamsTag Set-PnPTeamsTeam Set-PnPTeamsTeamArchivedState Set-PnPTeamsTeamPicture Set-PnPTemporarilyDisableAppBar Set-PnPTenant Set-PnPTenantAppCatalogUrl Set-PnPTenantCdnEnabled Set-PnPTenantCdnPolicy Set-PnPTenantSite Set-PnPTenantSyncClientRestriction Set-PnPTerm Set-PnPTermGroup Set-PnPTermSet Set-PnPTheme Set-PnPTraceLog Set-PnPUserOneDriveQuota Set-PnPUserProfileProperty Set-PnPView Set-PnPVivaConnectionsDashboardACE Set-PnPWeb Set-PnPWebHeader Set-PnPWebhookSubscription Set-PnPWebPartProperty Set-PnPWebPermission Set-PnPWebTheme Set-PnPWikiPageContent Stop Stop-PnPFlowRun Submit Submit-PnPSearchQuery Submit-PnPTeamsChannelMessage Sync Sync-PnPAppToTeams Sync-PnPSharePointUserProfilesFromAzureActiveDirectory Test Test-PnPListItemIsRecord Test-PnPMicrosoft365GroupAliasIsUsed Test-PnPSite Test-PnPTenantTemplate Undo Undo-PnPFileCheckedOut Uninstall Uninstall-PnPApp Unpublish Unpublish-PnPApp Unpublish-PnPContentType Unpublish-PnPSyntexModel Unregister Unregister-PnPHubSite Update Update-PnPApp Update-PnPAvailableSiteClassification Update-PnPSiteDesignFromWeb Update-PnPTeamsApp Update-PnPTeamsUser Update-PnPUserType Update-PnPVivaConnectionsDashboardACE 1 2 Update-SiteClassification 1 2"
+ "keywords": "PnP PowerShell cmdlets PnP PowerShell exists out of 694 cmdlets which can help you in setting up, configuring, maintaining and using various Microsoft 365 products from one single connection. Each of the cmdlets is documented to aid in learning how to use it. Find the available cmdlets below. 1: Only available in the latest nightly build. All the others can also be used using the latest stable release. 2: Cmdlet is an alias of another cmdlet, used to provide backwards compatibility. Add Add-PnPAdaptiveScopeProperty 1 2 Add-PnPAlert Add-PnPApp Add-PnPApplicationCustomizer Add-PnPAvailableSiteClassification Add-PnPAzureADGroupMember Add-PnPAzureADGroupOwner Add-PnPAzureADServicePrincipalAppRole Add-PnPContentType Add-PnPContentTypesFromContentTypeHub Add-PnPContentTypeToDocumentSet Add-PnPContentTypeToList Add-PnPCustomAction Add-PnPDataRowsToSiteTemplate Add-PnPDocumentSet Add-PnPEntraIDGroupMember 1 2 Add-PnPEntraIDGroupOwner 1 2 Add-PnPEntraIDServicePrincipalAppRole 1 2 Add-PnPEventReceiver Add-PnPField Add-PnPFieldFromXml Add-PnPFieldToContentType Add-PnPFile Add-PnPFileAnonymousSharingLink Add-PnPFileOrganizationalSharingLink Add-PnPFileSharingInvite Add-PnPFileToSiteTemplate Add-PnPFileUserSharingLink Add-PnPFlowOwner Add-PnPFolder Add-PnPFolderAnonymousSharingLink Add-PnPFolderOrganizationalSharingLink Add-PnPFolderSharingInvite Add-PnPFolderUserSharingLink Add-PnPGroupMember Add-PnPHtmlPublishingPageLayout Add-PnPHubSiteAssociation Add-PnPHubToHubAssociation Add-PnPIndexedProperty Add-PnPJavaScriptBlock Add-PnPJavaScriptLink Add-PnPListDesign Add-PnPListFoldersToSiteTemplate Add-PnPListItem Add-PnPListItemAttachment Add-PnPListItemComment Add-PnPMasterPage Add-PnPMicrosoft365GroupMember Add-PnPMicrosoft365GroupOwner Add-PnPMicrosoft365GroupToSite Add-PnPNavigationNode Add-PnPOrgAssetsLibrary Add-PnPOrgNewsSite Add-PnPPage Add-PnPPageImageWebPart Add-PnPPageSection Add-PnPPageTextPart Add-PnPPageWebPart Add-PnPPlannerBucket Add-PnPPlannerRoster Add-PnPPlannerRosterMember Add-PnPPlannerTask Add-PnPPropertyBagValue 1 2 Add-PnPPublishingImageRendition Add-PnPPublishingPage Add-PnPPublishingPageLayout Add-PnPRoleDefinition Add-PnPSiteClassification 1 2 Add-PnPSiteCollectionAdmin Add-PnPSiteCollectionAppCatalog Add-PnPSiteDesign Add-PnPSiteDesignFromWeb Add-PnPSiteDesignTask Add-PnPSiteScript Add-PnPSiteScriptPackage Add-PnPSiteTemplate Add-PnPStoredCredential Add-PnPTaxonomyField Add-PnPTeamsChannel Add-PnpTeamsChannelUser Add-PnPTeamsTab Add-PnPTeamsTeam Add-PnPTeamsUser Add-PnPTenantCdnOrigin Add-PnPTenantSequence Add-PnPTenantSequenceSite Add-PnPTenantSequenceSubSite Add-PnPTenantTheme Add-PnPTermToTerm Add-PnPView Add-PnPViewsFromXML Add-PnPVivaConnectionsDashboardACE Add-PnPWebhookSubscription Add-PnPWebPartToWebPartPage Add-PnPWebPartToWikiPage Add-PnPWikiPage Approve Approve-PnPTenantServicePrincipalPermissionRequest Clear Clear-PnPAzureADGroupMember Clear-PnPAzureADGroupOwner Clear-PnPDefaultColumnValues Clear-PnPEntraIDGroupMember 1 2 Clear-PnPEntraIDGroupOwner 1 2 Clear-PnPListItemAsRecord Clear-PnPMicrosoft365GroupMember Clear-PnPMicrosoft365GroupOwner Clear-PnpRecycleBinItem Clear-PnPTenantAppCatalogUrl Clear-PnPTenantRecycleBinItem Connect Connect-PnPOnline Convert Convert-PnPFile 1 Convert-PnPFolderToSiteTemplate Convert-PnPSiteTemplate Convert-PnPSiteTemplateToMarkdown ConvertTo ConvertTo-PnPPage Copy Copy-PnPFile Copy-PnPFolder 2 Copy-PnPItemProxy Copy-PnPList Copy-PnPTeamsTeam Deny Deny-PnPTenantServicePrincipalPermissionRequest Disable Disable-PnPFeature Disable-PnPFlow Disable-PnPPageScheduling Disable-PnPPowerShellTelemetry Disable-PnPSharingForNonOwnersOfSite Disable-PnPSiteClassification Disable-PnPTenantServicePrincipal Disconnect Disconnect-PnPOnline Enable Enable-PnPCommSite Enable-PnPFeature Enable-PnPFlow Enable-PnPPageScheduling Enable-PnPPowerShellTelemetry Enable-PnPSiteClassification Enable-PnPTenantServicePrincipal Export Export-PnPFlow Export-PnPListToSiteTemplate Export-PnPPage Export-PnPPageMapping Export-PnPPowerApp Export-PnPTaxonomy Export-PnPTermGroupToXml Export-PnPUserInfo Export-PnPUserProfile Find Find-PnPFile Get Get-PnPAccessToken Get-PnPAlert Get-PnPApp Get-PnPAppAuthAccessToken Get-PnPAppErrors Get-PnPAppInfo Get-PnPApplicationCustomizer Get-PnPAuditing Get-PnPAuthenticationRealm Get-PnPAvailableLanguage Get-PnPAvailableSensitivityLabel Get-PnPAvailableSiteClassification Get-PnPAzureACSPrincipal Get-PnPAzureADActivityReportDirectoryAudit Get-PnPAzureADActivityReportSignIn Get-PnPAzureADApp Get-PnPAzureADAppPermission Get-PnPAzureADAppSitePermission Get-PnPAzureADGroup Get-PnPAzureADGroupMember Get-PnPAzureADGroupOwner Get-PnPAzureADServicePrincipal Get-PnPAzureADServicePrincipalAssignedAppRole Get-PnPAzureADServicePrincipalAvailableAppRole Get-PnPAzureADUser Get-PnPAzureCertificate Get-PnPBrowserIdleSignout Get-PnPBuiltInDesignPackageVisibility Get-PnPBuiltInSiteTemplateSettings Get-PnPChangeLog Get-PnPClientSidePage 1 2 Get-PnPCompatibleHubContentTypes Get-PnPConnection Get-PnPContainer Get-PnPContainerTypeConfiguration 1 Get-PnPContentType Get-PnPContentTypePublishingHubUrl Get-PnPContentTypePublishingStatus Get-PnPContext Get-PnPCustomAction Get-PnPDefaultColumnValues Get-PnPDeletedContainer 1 Get-PnPDeletedMicrosoft365Group Get-PnPDeletedTeam Get-PnPDiagnostics Get-PnPDisableSpacesActivation Get-PnPDocumentSetTemplate Get-PnPEntraIDActivityReportDirectoryAudit 1 2 Get-PnPEntraIDActivityReportSignIn 1 2 Get-PnPEntraIDApp 1 2 Get-PnPEntraIDAppPermission 1 2 Get-PnPEntraIDAppSitePermission 1 2 Get-PnPEntraIDGroup 1 2 Get-PnPEntraIDGroupMember 1 2 Get-PnPEntraIDGroupOwner 1 2 Get-PnPEntraIDServicePrincipal 1 2 Get-PnPEntraIDServicePrincipalAssignedAppRole 1 2 Get-PnPEntraIDServicePrincipalAvailableAppRole 1 2 Get-PnPEntraIDUser 1 2 Get-PnPEventReceiver Get-PnPException Get-PnPExternalUser Get-PnPFeature Get-PnPField Get-PnPFile Get-PnPFileAnalyticsData 1 Get-PnPFileInFolder Get-PnPFileSharingLink Get-PnPFileVersion Get-PnPFlow Get-PnPFlowOwner Get-PnPFlowRun Get-PnPFolder Get-PnPFolderInFolder Get-PnPFolderItem Get-PnPFolderSharingLink Get-PnPFolderStorageMetric Get-PnPFooter Get-PnPGraphAccessToken Get-PnPGraphSubscription Get-PnPGroup Get-PnPGroupMember Get-PnPGroupPermissions Get-PnPHideDefaultThemes Get-PnPHomePage Get-PnPHomeSite Get-PnPHubSite Get-PnPHubSiteChild Get-PnPIndexedPropertyKeys Get-PnPInPlaceRecordsManagement Get-PnPIsSiteAliasAvailable Get-PnPJavaScriptLink Get-PnPKnowledgeHubSite Get-PnPLabel Get-PnPLargeListOperationStatus Get-PnPList Get-PnPListDesign Get-PnPListInformationRightsManagement Get-PnPListItem Get-PnPListItemAttachment Get-PnPListItemComment Get-PnPListItemPermission Get-PnPListItemVersion Get-PnPListPermissions Get-PnPListRecordDeclaration Get-PnPMasterPage Get-PnPMessageCenterAnnouncement Get-PnPMicrosoft365ExpiringGroup Get-PnPMicrosoft365Group Get-PnPMicrosoft365GroupEndpoint Get-PnPMicrosoft365GroupMember Get-PnPMicrosoft365GroupMembers 1 2 Get-PnPMicrosoft365GroupOwner Get-PnPMicrosoft365GroupOwners 1 2 Get-PnPMicrosoft365GroupSettings Get-PnPMicrosoft365GroupSettingTemplates Get-PnPMicrosoft365GroupTeam Get-PnPMicrosoft365GroupYammerCommunity Get-PnPNavigationNode Get-PnPOrgAssetsLibrary Get-PnPOrgNewsSite Get-PnPPage Get-PnPPageComponent Get-PnPPlannerBucket Get-PnPPlannerConfiguration Get-PnPPlannerPlan Get-PnPPlannerRosterMember Get-PnPPlannerRosterPlan Get-PnPPlannerTask Get-PnPPlannerUserPolicy Get-PnPPowerApp Get-PnPPowerPlatformCustomConnector 1 Get-PnPPowerPlatformEnvironment Get-PnPPowerPlatformSolution 1 Get-PnPPowerShellTelemetryEnabled Get-PnPProperty Get-PnPPropertyBag Get-PnPPublishingImageRendition Get-PnPRecycleBinItem Get-PnPRequestAccessEmails Get-PnPRoleDefinition Get-PnPSearchConfiguration Get-PnPSearchCrawlLog Get-PnPSearchSettings Get-PnPServiceCurrentHealth Get-PnPServiceHealthIssue Get-PnPSharePointAddIn Get-PnPSharingForNonOwnersOfSite Get-PnPSite Get-PnPSiteAnalyticsData 1 Get-PnPSiteClassification 1 2 Get-PnPSiteClosure Get-PnPSiteCollectionAdmin Get-PnPSiteCollectionAppCatalog Get-PnPSiteCollectionTermStore Get-PnPSiteDesign Get-PnPSiteDesignRights Get-PnPSiteDesignRun Get-PnPSiteDesignRunStatus Get-PnPSiteDesignTask Get-PnPSiteGroup Get-PnPSitePolicy Get-PnPSiteScript Get-PnPSiteScriptFromList Get-PnPSiteScriptFromWeb Get-PnPSiteSearchQueryResults Get-PnPSiteSensitivityLabel Get-PnPSiteTemplate Get-PnPSiteUserInvitations Get-PnPSiteVersionPolicy Get-PnPSiteVersionPolicyProgress 1 Get-PnPStorageEntity Get-PnPStoredCredential Get-PnPStructuralNavigationCacheSiteState Get-PnPStructuralNavigationCacheWebState Get-PnPSubscribeSharePointNewsDigest Get-PnPSubWeb Get-PnPSyntexModel Get-PnPSyntexModelPublication Get-PnPTaxonomyItem Get-PnPTaxonomySession Get-PnPTeamsApp Get-PnPTeamsChannel Get-PnPTeamsChannelFilesFolder Get-PnPTeamsChannelMessage Get-PnPTeamsChannelMessageReply Get-PnPTeamsChannelUser Get-PnPTeamsPrimaryChannel Get-PnPTeamsTab Get-PnPTeamsTag Get-PnPTeamsTeam Get-PnPTeamsUser Get-PnPTemporarilyDisableAppBar Get-PnPTenant Get-PnPTenantAppCatalogUrl Get-PnPTenantCdnEnabled Get-PnPTenantCdnOrigin Get-PnPTenantCdnPolicies Get-PnPTenantDeletedSite Get-PnPTenantId Get-PnPTenantInfo Get-PnPTenantInstance Get-PnPTenantRecycleBinItem Get-PnPTenantRetentionLabel 1 Get-PnPTenantSequence Get-PnPTenantSequenceSite Get-PnPTenantServicePrincipal Get-PnPTenantServicePrincipalPermissionGrants Get-PnPTenantServicePrincipalPermissionRequests Get-PnPTenantSite Get-PnPTenantSyncClientRestriction Get-PnPTenantTemplate Get-PnPTenantTheme Get-PnPTerm Get-PnPTermGroup Get-PnPTermLabel Get-PnPTermSet Get-PnPTheme Get-PnPTimeZoneId Get-PnPUnfurlLink Get-PnPUnifiedAuditLog Get-PnPUPABulkImportStatus Get-PnPUser Get-PnPUserOneDriveQuota Get-PnPUserProfileProperty Get-PnPView Get-PnPVivaConnectionsDashboardACE Get-PnPWeb Get-PnPWebHeader Get-PnPWebhookSubscription Get-PnPWebhookSubscriptions 1 2 Get-PnPWebPart Get-PnPWebPartProperty Get-PnPWebPartXml Get-PnPWebPermission 1 Get-PnPWebTemplates Get-PnPWikiPageContent Grant Grant-PnPAzureADAppSitePermission Grant-PnPEntraIDAppSitePermission 1 2 Grant-PnPHubSiteRights Grant-PnPSiteDesignRights Grant-PnPTenantServicePrincipalPermission Import Import-PnPTaxonomy Import-PnPTermGroupFromXml Import-PnPTermSet Install Install-PnPApp Invoke Invoke-PnPBatch Invoke-PnPGraphMethod Invoke-PnPListDesign Invoke-PnPQuery Invoke-PnPSearchQuery 1 2 Invoke-PnPSiteDesign Invoke-PnPSiteScript Invoke-PnPSiteSwap Invoke-PnPSiteTemplate Invoke-PnPSPRestMethod Invoke-PnPTenantTemplate Invoke-PnPWebAction Measure Measure-PnPList Measure-PnPWeb Merge Merge-PnPTerm 1 Move Move-PnPClientSideComponent 1 2 Move-PnPFile Move-PnPFolder Move-PnPListItemToRecycleBin Move-PnPPageComponent Move-PnpRecycleBinItem Move-PnPTerm Move-PnPTermSet New New-PnPAzureADGroup New-PnPAzureADUserTemporaryAccessPass New-PnPAzureCertificate New-PnPBatch New-PnPContainerType 1 New-PnPEntraIDGroup 1 2 New-PnPEntraIDUserTemporaryAccessPass 1 2 New-PnPExtensibilityHandlerObject New-PnPGraphSubscription New-PnPGroup New-PnPList New-PnPMicrosoft365Group New-PnPMicrosoft365GroupSettings New-PnPPersonalSite New-PnPPlannerPlan New-PnPSdnProvider New-PnPSite New-PnPSiteCollectionTermStore New-PnPSiteGroup New-PnPSiteTemplate New-PnPSiteTemplateFromFolder New-PnPTeamsApp New-PnPTeamsTeam New-PnPTenantSequence New-PnPTenantSequenceCommunicationSite New-PnPTenantSequenceTeamNoGroupSite New-PnPTenantSequenceTeamNoGroupSubSite New-PnPTenantSequenceTeamSite New-PnPTenantSite New-PnPTenantTemplate New-PnPTerm New-PnPTermGroup New-PnPTermLabel New-PnPTermSet New-PnPUPABulkImportJob New-PnPUser New-PnPWeb Publish Publish-PnPApp Publish-PnPCompanyApp Publish-PnPContentType Publish-PnPSyntexModel Read Read-PnPSiteTemplate Read-PnPTenantTemplate Receive Receive-PnPCopyMoveJobStatus Register Register-PnPAppCatalogSite Register-PnPAzureADApp Register-PnPEntraIDApp 1 2 Register-PnPHubSite Register-PnPManagementShellAccess Remove Remove-PnPAdaptiveScopeProperty Remove-PnPAlert Remove-PnPApp Remove-PnPApplicationCustomizer Remove-PnPAvailableSiteClassification Remove-PnPAzureADApp Remove-PnPAzureADGroup Remove-PnPAzureADGroupMember Remove-PnPAzureADGroupOwner Remove-PnPAzureADServicePrincipalAssignedAppRole Remove-PnPClientSidePage 1 2 Remove-PnPContainer 1 Remove-PnPContainerType 1 Remove-PnPContentType Remove-PnPContentTypeFromDocumentSet Remove-PnPContentTypeFromList Remove-PnPCustomAction Remove-PnPDeletedMicrosoft365Group Remove-PnPEntraIDApp 1 2 Remove-PnPEntraIDGroup 1 2 Remove-PnPEntraIDGroupMember 1 2 Remove-PnPEntraIDGroupOwner 1 2 Remove-PnPEntraIDServicePrincipalAssignedAppRole 1 2 Remove-PnPEventReceiver Remove-PnPExternalUser Remove-PnPField Remove-PnPFieldFromContentType Remove-PnPFile Remove-PnPFileFromSiteTemplate Remove-PnPFileSharingLink Remove-PnPFileVersion Remove-PnPFlow Remove-PnPFlowOwner Remove-PnPFolder Remove-PnPFolderSharingLink Remove-PnPGraphSubscription Remove-PnPGroup Remove-PnPGroupMember Remove-PnPHomeSite Remove-PnPHubSiteAssociation Remove-PnPHubToHubAssociation Remove-PnPIndexedProperty Remove-PnPJavaScriptLink Remove-PnPKnowledgeHubSite Remove-PnPList Remove-PnPListDesign Remove-PnPListItem Remove-PnPListItemAttachment Remove-PnPListItemComments Remove-PnPListItemVersion Remove-PnPMicrosoft365Group Remove-PnPMicrosoft365GroupMember Remove-PnPMicrosoft365GroupOwner Remove-PnPMicrosoft365GroupPhoto Remove-PnPMicrosoft365GroupSettings Remove-PnPNavigationNode Remove-PnPOrgAssetsLibrary Remove-PnPOrgNewsSite Remove-PnPPage Remove-PnPPageComponent Remove-PnPPlannerBucket Remove-PnPPlannerPlan Remove-PnPPlannerRoster Remove-PnPPlannerRosterMember Remove-PnPPlannerTask Remove-PnPPropertyBagValue Remove-PnPPublishingImageRendition Remove-PnPRoleDefinition Remove-PnPSdnProvider Remove-PnPSearchConfiguration Remove-PnPSiteClassitication 1 2 Remove-PnPSiteCollectionAdmin Remove-PnPSiteCollectionAppCatalog Remove-PnPSiteCollectionTermStore Remove-PnPSiteDesign Remove-PnPSiteDesignTask Remove-PnPSiteGroup Remove-PnPSiteScript Remove-PnPSiteUserInvitations Remove-PnPStorageEntity Remove-PnPStoredCredential Remove-PnPTaxonomyItem Remove-PnPTeamsApp Remove-PnPTeamsChannel Remove-PnPTeamsChannelUser Remove-PnPTeamsTab Remove-PnPTeamsTag Remove-PnPTeamsTeam Remove-PnPTeamsUser Remove-PnPTenantCdnOrigin Remove-PnPTenantDeletedSite Remove-PnPTenantSite Remove-PnPTenantSyncClientRestriction Remove-PnPTenantTheme Remove-PnPTerm Remove-PnPTermGroup Remove-PnPTermLabel Remove-PnPUser Remove-PnPUserInfo Remove-PnPUserProfile Remove-PnPView Remove-PnPVivaConnectionsDashboardACE Remove-PnPWeb Remove-PnPWebhookSubscription Remove-PnPWebPart Remove-PnPWikiPage Rename Rename-PnPFile Rename-PnPFolder Rename-PnPTenantSite Repair Repair-PnPSite Request Request-PnPAccessToken Request-PnPPersonalSite Request-PnPReIndexList Request-PnPReIndexWeb Request-PnPSyntexClassifyAndExtract Reset Reset-PnPFileVersion Reset-PnPMicrosoft365GroupExpiration Reset-PnPRetentionLabel 1 Reset-PnPUserOneDriveQuotaToDefault Resolve Resolve-PnPFolder Restart Restart-PnPFlowRun Restore Restore-PnPDeletedContainer 1 Restore-PnPDeletedMicrosoft365Group Restore-PnPFileVersion Restore-PnPListItemVersion Restore-PnPRecycleBinItem Restore-PnPTenantRecycleBinItem Restore-PnPTenantSite Revoke Revoke-PnPAzureADAppSitePermission Revoke-PnPEntraIDAppSitePermission 1 2 Revoke-PnPHubSiteRights Revoke-PnPSiteDesignRights Revoke-PnPTenantServicePrincipalPermission Revoke-PnPUserSession Save Save-PnPPageConversionLog Save-PnPSiteTemplate Save-PnPTenantTemplate Send Send-PnPMail Set Set-PnPAdaptiveScopeProperty Set-PnPApplicationCustomizer Set-PnPAppSideLoading Set-PnPAuditing Set-PnPAvailablePageLayouts Set-PnPAzureADAppSitePermission Set-PnPAzureADGroup Set-PnPBrowserIdleSignout Set-PnPBuiltInDesignPackageVisibility Set-PnPBuiltInSiteTemplateSettings Set-PnPClientSidePage 1 2 Set-PnPContentType Set-PnPContext Set-PnPDefaultColumnValues Set-PnPDefaultContentTypeToList Set-PnPDefaultPageLayout Set-PnPDisableSpacesActivation Set-PnPDocumentSetField Set-PnPEntraIDAppSitePermission 1 2 Set-PnPEntraIDGroup 1 2 Set-PnPField Set-PnPFileCheckedIn Set-PnPFileCheckedOut Set-PnPFolderPermission Set-PnPFooter Set-PnPGraphSubscription Set-PnPGroup Set-PnPGroupPermissions Set-PnPHideDefaultThemes Set-PnPHomePage Set-PnPHomeSite Set-PnPHubSite Set-PnPImageListItemColumn Set-PnPIndexedProperties Set-PnPInPlaceRecordsManagement Set-PnPKnowledgeHubSite Set-PnPList Set-PnPListInformationRightsManagement Set-PnPListItem Set-PnPListItemAsRecord Set-PnPListItemPermission Set-PnPListPermission Set-PnPListRecordDeclaration Set-PnPMasterPage Set-PnPMessageCenterAnnouncementAsArchived Set-PnPMessageCenterAnnouncementAsFavorite Set-PnPMessageCenterAnnouncementAsNotArchived Set-PnPMessageCenterAnnouncementAsNotFavorite Set-PnPMessageCenterAnnouncementAsRead Set-PnPMessageCenterAnnouncementAsUnread Set-PnPMicrosoft365Group Set-PnPMicrosoft365GroupSettings Set-PnPMinimalDownloadStrategy Set-PnPPage Set-PnPPageTextPart Set-PnPPageWebPart Set-PnPPlannerBucket Set-PnPPlannerConfiguration Set-PnPPlannerPlan Set-PnPPlannerTask Set-PnPPlannerUserPolicy Set-PnPPropertyBagValue Set-PnPRequestAccessEmails Set-PnPRetentionLabel 1 Set-PnPRoleDefinition Set-PnPSearchConfiguration Set-PnPSearchExternalItem Set-PnPSearchSettings Set-PnPSite Set-PnPSiteClassification Set-PnPSiteClosure Set-PnPSiteDesign Set-PnPSiteGroup Set-PnPSitePolicy Set-PnPSiteScript Set-PnPSiteScriptPackage Set-PnPSiteSensitivityLabel Set-PnPSiteTemplateMetadata Set-PnPSiteVersionPolicy 1 Set-PnPStorageEntity Set-PnPStructuralNavigationCacheSiteState Set-PnPStructuralNavigationCacheWebState Set-PnPSubscribeSharePointNewsDigest Set-PnPTaxonomyFieldValue Set-PnPTeamifyPromptHidden Set-PnPTeamsChannel Set-PnpTeamsChannelUser Set-PnPTeamsTab Set-PnPTeamsTag Set-PnPTeamsTeam Set-PnPTeamsTeamArchivedState Set-PnPTeamsTeamPicture Set-PnPTemporarilyDisableAppBar Set-PnPTenant Set-PnPTenantAppCatalogUrl Set-PnPTenantCdnEnabled Set-PnPTenantCdnPolicy Set-PnPTenantSite Set-PnPTenantSyncClientRestriction Set-PnPTerm Set-PnPTermGroup Set-PnPTermSet Set-PnPTheme Set-PnPTraceLog Set-PnPUserOneDriveQuota Set-PnPUserProfileProperty Set-PnPView Set-PnPVivaConnectionsDashboardACE Set-PnPWeb Set-PnPWebHeader Set-PnPWebhookSubscription Set-PnPWebPartProperty Set-PnPWebPermission Set-PnPWebTheme Set-PnPWikiPageContent Stop Stop-PnPFlowRun Submit Submit-PnPSearchQuery Submit-PnPTeamsChannelMessage Sync Sync-PnPAppToTeams Sync-PnPSharePointUserProfilesFromAzureActiveDirectory Test Test-PnPListItemIsRecord Test-PnPMicrosoft365GroupAliasIsUsed Test-PnPSite Test-PnPTenantTemplate Undo Undo-PnPFileCheckedOut Uninstall Uninstall-PnPApp Unpublish Unpublish-PnPApp Unpublish-PnPContentType Unpublish-PnPSyntexModel Unregister Unregister-PnPHubSite Update Update-PnPApp Update-PnPAvailableSiteClassification Update-PnPSiteDesignFromWeb Update-PnPTeamsApp Update-PnPTeamsUser Update-PnPUserType Update-PnPVivaConnectionsDashboardACE 1 2 Update-SiteClassification 1 2"
},
"consent.html": {
"href": "consent.html",
diff --git a/manifest.json b/manifest.json
index 58a05080b..07a1f24ed 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3005,10 +3005,10 @@
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPPowerPlatformConnector.md",
+ "source_relative_path": "cmdlets/Get-PnPPowerPlatformCustomConnector.md",
"output": {
".html": {
- "relative_path": "cmdlets/Get-PnPPowerPlatformConnector.html"
+ "relative_path": "cmdlets/Get-PnPPowerPlatformCustomConnector.html"
}
},
"version": ""
@@ -3093,16 +3093,6 @@
},
"version": ""
},
- {
- "type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPRetentionLabel.md",
- "output": {
- ".html": {
- "relative_path": "cmdlets/Get-PnPRetentionLabel.html"
- }
- },
- "version": ""
- },
{
"type": "Conceptual",
"source_relative_path": "cmdlets/Get-PnPRoleDefinition.md",
@@ -3375,40 +3365,40 @@
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPSiteSetVersionPolicyProgress.md",
+ "source_relative_path": "cmdlets/Get-PnPSiteTemplate.md",
"output": {
".html": {
- "relative_path": "cmdlets/Get-PnPSiteSetVersionPolicyProgress.html"
+ "relative_path": "cmdlets/Get-PnPSiteTemplate.html"
}
},
"version": ""
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPSiteTemplate.md",
+ "source_relative_path": "cmdlets/Get-PnPSiteUserInvitations.md",
"output": {
".html": {
- "relative_path": "cmdlets/Get-PnPSiteTemplate.html"
+ "relative_path": "cmdlets/Get-PnPSiteUserInvitations.html"
}
},
"version": ""
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPSiteUserInvitations.md",
+ "source_relative_path": "cmdlets/Get-PnPSiteVersionPolicy.md",
"output": {
".html": {
- "relative_path": "cmdlets/Get-PnPSiteUserInvitations.html"
+ "relative_path": "cmdlets/Get-PnPSiteVersionPolicy.html"
}
},
"version": ""
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Get-PnPSiteVersionPolicy.md",
+ "source_relative_path": "cmdlets/Get-PnPSiteVersionPolicyProgress.md",
"output": {
".html": {
- "relative_path": "cmdlets/Get-PnPSiteVersionPolicy.html"
+ "relative_path": "cmdlets/Get-PnPSiteVersionPolicyProgress.html"
}
},
"version": ""
@@ -3733,6 +3723,16 @@
},
"version": ""
},
+ {
+ "type": "Conceptual",
+ "source_relative_path": "cmdlets/Get-PnPTenantRetentionLabel.md",
+ "output": {
+ ".html": {
+ "relative_path": "cmdlets/Get-PnPTenantRetentionLabel.html"
+ }
+ },
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "cmdlets/Get-PnPTenantSequence.md",
@@ -6035,20 +6035,20 @@
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Reset-PnPLabel.md",
+ "source_relative_path": "cmdlets/Reset-PnPMicrosoft365GroupExpiration.md",
"output": {
".html": {
- "relative_path": "cmdlets/Reset-PnPLabel.html"
+ "relative_path": "cmdlets/Reset-PnPMicrosoft365GroupExpiration.html"
}
},
"version": ""
},
{
"type": "Conceptual",
- "source_relative_path": "cmdlets/Reset-PnPMicrosoft365GroupExpiration.md",
+ "source_relative_path": "cmdlets/Reset-PnPRetentionLabel.md",
"output": {
".html": {
- "relative_path": "cmdlets/Reset-PnPMicrosoft365GroupExpiration.html"
+ "relative_path": "cmdlets/Reset-PnPRetentionLabel.html"
}
},
"version": ""
@@ -6613,16 +6613,6 @@
},
"version": ""
},
- {
- "type": "Conceptual",
- "source_relative_path": "cmdlets/Set-PnPLabel.md",
- "output": {
- ".html": {
- "relative_path": "cmdlets/Set-PnPLabel.html"
- }
- },
- "version": ""
- },
{
"type": "Conceptual",
"source_relative_path": "cmdlets/Set-PnPList.md",
@@ -6893,6 +6883,16 @@
},
"version": ""
},
+ {
+ "type": "Conceptual",
+ "source_relative_path": "cmdlets/Set-PnPRetentionLabel.md",
+ "output": {
+ ".html": {
+ "relative_path": "cmdlets/Set-PnPRetentionLabel.html"
+ }
+ },
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "cmdlets/Set-PnPRoleDefinition.md",
@@ -7033,6 +7033,16 @@
},
"version": ""
},
+ {
+ "type": "Conceptual",
+ "source_relative_path": "cmdlets/Set-PnPSiteVersionPolicy.md",
+ "output": {
+ ".html": {
+ "relative_path": "cmdlets/Set-PnPSiteVersionPolicy.html"
+ }
+ },
+ "version": ""
+ },
{
"type": "Conceptual",
"source_relative_path": "cmdlets/Set-PnPStorageEntity.md",