Skip to content

Commit 1cedf38

Browse files
authored
Merge pull request #10184 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 164e28b + 3804e9c commit 1cedf38

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed

exchange/exchange-ps/exchange/Add-UnifiedGroupLinks.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ You can use any value that uniquely identifies the recipient. For example:
9292
9393
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
9494

95+
You must use this parameter with the LinkType parameter, which means the specified recipients will all receive the same role in the Microsoft 365 Group (you can't add recipients with different roles in the same command).
96+
9597
```yaml
9698
Type: RecipientIdParameter[]
9799
Parameter Sets: (All)
@@ -106,12 +108,15 @@ Accept wildcard characters: False
106108
```
107109

108110
### -LinkType
109-
The LinkType parameter specifies the Microsoft 365 Group property that you want to modify. Valid values are:
111+
The LinkType parameter specifies the recipient's role in the Microsoft 365 Group that you want to add. Valid values are:
112+
113+
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
114+
- Owners: Add or remove members, delete conversations, changes Team settings, delete the Team, and full control of the connected SharePoint site. A group must have at least one owner.
115+
- Subscribers: Members who receive conversation and calendar event notifications from the group. All subscribers are members of the group, but all members aren't necessarily subscribers (depending on the AutoSubscribeNewMembers property value of the group and when the member was added).
116+
117+
In PowerShell, any owner or subscriber that you want to add to the group must also be a member.
110118

111-
- Aggregators
112-
- Members
113-
- Owners
114-
- Subscribers
119+
You must use this parameter with the LinkType parameter.
115120

116121
```yaml
117122
Type: LinkType

exchange/exchange-ps/exchange/Get-UnifiedGroupLinks.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ Accept wildcard characters: False
6666
```
6767
6868
### -LinkType
69-
The LinkType parameter specifies the Microsoft 365 Group property that you want to view. Valid values are:
69+
The LinkType parameter filters the results by recipient roles in the Microsoft 365 Group. Valid values are:
7070
71-
- Aggregators
72-
- Members
73-
- Owners
74-
- Subscribers
71+
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
72+
- Owners: Add or remove members, delete conversations, changes Team settings, delete the Team, and full control of the connected SharePoint site. A group must have at least one owner.
73+
- Subscribers: Members who receive conversation and calendar event notifications from the group. All subscribers are members of the group, but all members aren't necessarily subscribers (depending on the AutoSubscribeNewMembers property value of the group and when the member was added).
7574
7675
```yaml
7776
Type: LinkType

exchange/exchange-ps/exchange/Remove-UnifiedGroupLinks.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ You can use any value that uniquely identifies the recipient. For example:
8282
8383
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
8484

85+
You must use this parameter with the LinkType parameter, which means the specified recipients will all be removed from the same role in the Microsoft 365 Group (you can't remove different roles from specific recipients in the same command).
86+
8587
```yaml
8688
Type: RecipientIdParameter[]
8789
Parameter Sets: (All)
@@ -96,12 +98,13 @@ Accept wildcard characters: False
9698
```
9799

98100
### -LinkType
99-
The LinkType parameter specifies the Microsoft 365 Group property that you want to modify. Valid values are:
101+
The LinkType parameter specifies the recipient's role in the Microsoft 365 Group that you want to remove. Valid values are:
102+
103+
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
104+
- Owners: Add or remove members, delete conversations, changes Team settings, delete the Team, and full control of the connected SharePoint site. A group must have at least one owner.
105+
- Subscribers: Members who receive conversation and calendar event notifications from the group. All subscribers are members of the group, but all members aren't necessarily subscribers (depending on the AutoSubscribeNewMembers property value of the group and when the member was added).
100106

101-
- Aggregators
102-
- Members
103-
- Owners
104-
- Subscribers
107+
You must use this parameter with the LinkType parameter.
105108

106109
```yaml
107110
Type: LinkType

0 commit comments

Comments
 (0)