Get-SPOSiteDesignRights
Displays a list of principals and their rights for usage of the site design. This can be used to determine the scope that your site design has with users on the tenant.
Syntax
Get-SPOSiteDesignRights
[-Identity] <SPOSiteDesignPipeBind>
[<CommonParameters>]
Description
Displays a list of principals and their rights for usage of the site design. This can be used to determine the scope that your site design has with users on the tenant.
Examples
Example 1
This example gets the rights for a site design.
Get-SPOSiteDesignRights 607aed52-6d61-490a-b692-c0f58a6981a1
DisplayName PrincipalName Rights
----------- ------------- ------
Nestor Wilke i:0#.f|membership|nestorw@contoso.onmicrosoft.com View
Parameters
-Identity
The ID of the site design to get scoping information.
Type: | SPOSiteDesignPipeBind |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |