#Set-SPOGroup Updates a group ##Syntax
Set-SPOGroup -Identity <GroupPipeBind> [-SetAssociatedGroup <AssociatedGroupType>] [-AddRole <String>] [-RemoveRole <String>] [-Title <String>] [-Owner <String>] [-Description <String>] [-AllowRequestToJoinLeave <Boolean>] [-AutoAcceptRequestToJoinLeave <Boolean>] [-AllowMembersEditMembership <Boolean>] [-OnlyAllowMembersViewMembership <Boolean>] [-RequestToJoinEmail <String>] [-Web <WebPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| AddRole | String | False | Name of the permission set to add to this SharePoint group |
| AllowMembersEditMembership | Boolean | False | |
| AllowRequestToJoinLeave | Boolean | False | |
| AutoAcceptRequestToJoinLeave | Boolean | False | |
| Description | String | False | |
| Identity | GroupPipeBind | True | |
| OnlyAllowMembersViewMembership | Boolean | False | |
| Owner | String | False | |
| RemoveRole | String | False | Name of the permission set to remove from this SharePoint group |
| RequestToJoinEmail | String | False | |
| SetAssociatedGroup | AssociatedGroupType | False | |
| Title | String | False | |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |