Revoke-SPOSiteDesignRights
Revokes rights for specified principals from a site design.
Syntax
Default (Default)
Revoke-SPOSiteDesignRights
[-Identity] <SPOSiteDesignPipeBind>
-Principals <String[]>
[<CommonParameters>]
Description
Revokes rights for specified principals from a site design.
Examples
Example 1
This example shows how to revoke rights to a site design for Nestor.
Revoke-SPOSiteDesignRights 44252d09-62c4-4913-9eb0-a2a8b8d7f863 `
-Principals "nestorw@contoso.onmicrosoft.com"
Parameters
-Identity
Applicable: SharePoint Online
The ID of the site design from which to revoke rights.
Parameter properties
Type: | Microsoft.Online.SharePoint.PowerShell.SPOSiteDesignPipeBind |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Principals
Applicable: SharePoint Online
One or more principals to revoke rights on the specified site design.
Parameter properties
Type: | System.String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.