Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.16 KB

File metadata and controls

24 lines (22 loc) · 1.16 KB

#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.