Revoke-SPOSiteDesignRights
Revokes rights for specified principals from a site design.
Syntax
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
The ID of the site design from which to revoke rights.
Type: | SPOSiteDesignPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Principals
One or more principals to revoke rights on the specified site design.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |