Set-MceGroup
#
SYNOPSISUpdates the properties of an MCE group.
#
SYNTAX#
DESCRIPTIONThis cmdlet updates individual properties of an MCE group.
The cmdlet is designed to support pipelining from Get-MceGroup.
#
EXAMPLES#
EXAMPLE 1Updates the display name and description for a group.
#
EXAMPLE 2Clears the description for a group.
#
EXAMPLE 3Enables a group.
#
EXAMPLE 4Enables a group and updates its privacy to Secret.
#
EXAMPLE 5Sets all MCE groups' privacy to Open.
#
EXAMPLE 6Adds managers belonging to COI1 to a group.
#
EXAMPLE 7Removes the COI2 attribute from a group's managers collection.
#
EXAMPLE 8Replaces all the members of a group with the Engineers AD group.
#
EXAMPLE 9Removes a user from the group's members and the group's managers.
#
PARAMETERS#
-IdThe group ID.
#
-DisplayNameThe group display name.
#
-IsEnabledThe enabled state.
#
-PrivacyThe group privacy.
#
-DescriptionThe group description, or null
to clear the description.
#
-MembersThe group members.
#
-ManagersThe group managers.
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
System.StringThe group ID.
#
System.Management.Automation.PSListModifierThe group members.
#
System.Management.Automation.PSListModifierThe group managers.