Skip to content

Commit 40beaee

Browse files
authored
Merge branch 'master' into chrisda-x
2 parents 837f282 + 0f1139e commit 40beaee

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

exchange/exchange-ps/exchange/users-and-groups/Set-DynamicDistributionGroup.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,16 +1511,12 @@ Accept wildcard characters: False
15111511
```
15121512
15131513
### -ManagedBy
1514-
The ManagedBy parameter specifies an owner for the group. A group must have at least one owner. If you don't use this parameter to specify the owner when you create the group, the user account that created the group is the owner. The group owner is able to:
1514+
The ManagedBy parameter specifies an owner for the group. A dynamic group can only have one owner. The group owner is able to:
15151515
15161516
- Modify the properties of the group
15171517
1518-
- Add or remove group members
1519-
15201518
- Delete the group
15211519
1522-
- Approve member depart or join requests (if available)
1523-
15241520
- Approve messages sent to the group if moderation is enabled, but no moderators are specified.
15251521
15261522
The owner you specify for this parameter must be a mailbox, mail user or mail-enabled security group (a mail-enabled security principal that can have permissions assigned). You can use any value that uniquely identifies the owner. For example:
@@ -1545,12 +1541,6 @@ The owner you specify for this parameter must be a mailbox, mail user or mail-en
15451541
15461542
- User ID or user principal name (UPN)
15471543
1548-
To enter multiple owners and overwrite all existing entries, use the following syntax: \<owner1\>,\<owner2\>,...\<ownerN\>. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\<owner1\>","\<owner2\>",..."\<ownerN\>".
1549-
1550-
To add or remove owners without affecting other existing entries, use the following syntax: @{Add="\<owner1\>","\<owner2\>"...; Remove="\<owner3\>","\<owner4\>"...}.
1551-
1552-
An owner that you specify with this parameter isn't automatically a member of the group. You need to manually add the owner as a member.
1553-
15541544
```yaml
15551545
Type: GeneralRecipientIdParameter
15561546
Parameter Sets: (All)

0 commit comments

Comments
 (0)