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
Default (Default)
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
Applicable: SharePoint Online
The ID of the site design to get scoping information.
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 |
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.