Skip to content

Commit 03d8eed

Browse files
authored
Update Set-DynamicDistributionGroup.md
1 parent d0f7c49 commit 03d8eed

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
@@ -1510,16 +1510,12 @@ Accept wildcard characters: False
15101510
```
15111511
15121512
### -ManagedBy
1513-
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:
1513+
The ManagedBy parameter specifies an owner for the group. A dynamic group can only have one owner. The group owner is able to:
15141514
15151515
- Modify the properties of the group
15161516
1517-
- Add or remove group members
1518-
15191517
- Delete the group
15201518
1521-
- Approve member depart or join requests (if available)
1522-
15231519
- Approve messages sent to the group if moderation is enabled, but no moderators are specified.
15241520
15251521
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:
@@ -1544,12 +1540,6 @@ The owner you specify for this parameter must be a mailbox, mail user or mail-en
15441540
15451541
- User ID or user principal name (UPN)
15461542
1547-
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\>".
1548-
1549-
To add or remove owners without affecting other existing entries, use the following syntax: @{Add="\<owner1\>","\<owner2\>"...; Remove="\<owner3\>","\<owner4\>"...}.
1550-
1551-
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.
1552-
15531543
```yaml
15541544
Type: GeneralRecipientIdParameter
15551545
Parameter Sets: (All)

0 commit comments

Comments
 (0)