Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.08 KB

SetSPOGroup.md

File metadata and controls

26 lines (23 loc) · 1.08 KB

#Set-SPOGroup Topic automatically generated on: 2015-10-13

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
AllowMembersEditMembership Boolean False
AllowRequestToJoinLeave Boolean False
AutoAcceptRequestToJoinLeave Boolean False
Description String False
Identity GroupPipeBind True
OnlyAllowMembersViewMembership Boolean False
Owner String False
RemoveRole String False
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.