Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 626 Bytes

File metadata and controls

20 lines (17 loc) · 626 Bytes

#Get-SPOGroupPermissions Returns the permissions for a specific SharePoint group ##Syntax

Get-SPOGroupPermissions [-Web <WebPipeBind>] -Identity <GroupPipeBind>

##Parameters

Parameter Type Required Description
Identity GroupPipeBind True Get the permissions of a specific group by name
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Get-SPOGroupPermissions -Identity 'My Site Members'

Returns the permissions for the SharePoint group with the name 'My Site Members'