Skip to content

Commit 94d40fa

Browse files
authored
Merge pull request #12647 from MicrosoftDocs/chrisda
Update Add-UnifiedGroupLinks.md
2 parents 7fbe000 + 0fbda0e commit 94d40fa

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4646
Add-UnifiedGroupLinks -Identity "Legal Department" -LinkType Members -Links chris@contoso.com,michelle@contoso.com
4747
```
4848

49-
This example adds members chris@contoso.com and michelle@contoso.com to the Microsoft 365 Group named Legal Department.
49+
This example adds members `chris@contoso.com` and `michelle@contoso.com` to the Microsoft 365 Group named Legal Department.
5050

5151
### Example 2
5252
```powershell
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
The LinkType parameter specifies the recipient's role in the Microsoft 365 Group that you want to add. Valid values are:
118118

119119
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
120-
- 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. When you use this value, the users you specify with the Links parameter must be members of the group. This limitation doesn't apply in admin centers (you can add users as owners who aren't members of the group).
120+
- 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.
121121
- Subscribers: Existing group 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).
122122

123123
You must use this parameter with the Links parameter.

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the Remove-UnifiedGroupLinks cmdlet to remove members, owners and subscribers from Microsoft 365 Groups in your cloud-based organization. To add members, owners and subscribers, use the Add-UnifiedGroupLinks cmdlet. To modify other properties of Microsoft 365 Groups, use the Set-UnifiedGroup cmdlet.
17+
Use the Remove-UnifiedGroupLinks cmdlet to remove members, owners, and subscribers from Microsoft 365 Groups in your cloud-based organization. To add members, owners and subscribers, use the Add-UnifiedGroupLinks cmdlet. To modify other properties of Microsoft 365 Groups, use the Set-UnifiedGroup cmdlet.
1818

19-
**Note**: You can't use this cmdlet to modify Microsoft 365 Group members, owners, or subscribers if you connect using certificate based authentication (also known as CBA or app-only authentication for unattended scripts) or Azure managed identity. You can use Microsoft Graph instead. For more information, see [Group resource type](https://learn.microsoft.com/graph/api/resources/group).
19+
> [!NOTE]
20+
> You can't use this cmdlet to modify Microsoft 365 Group members, owners, or subscribers if you connect using certificate based authentication (also known as CBA or app-only authentication for unattended scripts) or Azure managed identity. You can use Microsoft Graph instead. For more information, see [Group resource type](https://learn.microsoft.com/graph/api/resources/group).
2021
2122
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2223

@@ -41,7 +42,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4142
Remove-UnifiedGroupLinks -Identity "Legal Department" -LinkType Members -Links laura@contoso.com,julia@contoso.com
4243
```
4344

44-
This example removes members laura@contoso.com and julia@contoso.com from the Microsoft 365 Group named Legal Department.
45+
This example removes members `laura@contoso.com` and `julia@contoso.com` from the Microsoft 365 Group named Legal Department.
4546

4647
## PARAMETERS
4748

@@ -69,7 +70,7 @@ Accept wildcard characters: False
6970
```
7071
7172
### -Links
72-
The Links parameter specifies the recipients to remove from the Microsoft 365 Group. You specify whether these recipients are members, owners, or subscribers by using the LinkType parameter.
73+
The Links parameter specifies the recipients to remove from the Microsoft 365 Group. You specify whether these recipients were members, owners, or subscribers by using the LinkType parameter.
7374
7475
You can use any value that uniquely identifies the recipient. For example:
7576
@@ -82,7 +83,7 @@ You can use any value that uniquely identifies the recipient. For example:
8283
8384
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"`.
8485

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+
You must use this parameter with the LinkType parameter, which means the specified recipients are removed from the same role in the Microsoft 365 Group (you can't remove recipients from different roles in the same command).
8687

8788
```yaml
8889
Type: RecipientIdParameter[]
@@ -102,9 +103,9 @@ The LinkType parameter specifies the recipient's role in the Microsoft 365 Group
102103

103104
- Members: Participate in conversations, create Teams channels, collaborate on files, and edit the connected SharePoint site.
104105
- 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).
106+
- Subscribers: Existing group 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).
106107

107-
You must use this parameter with the LinkType parameter.
108+
You must use this parameter with the Links parameter.
108109

109110
```yaml
110111
Type: LinkType

0 commit comments

Comments
 (0)