Skip to content

Commit e7823bf

Browse files
authored
Merge pull request MicrosoftDocs#3545 from thmeyer-msft/master
Update Remove-UnifiedGroupLinks.md
2 parents da990df + 0ae1729 commit e7823bf

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

exchange/exchange-ps/exchange/users-and-groups/Add-UnifiedGroupLinks.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Add-UnifiedGroupLinks [-Identity] <UnifiedGroupIdParameter> -Links <RecipientIdParameter[]>
25-
-LinkType <Members | Owners | Subscribers | Aggregators> [-Confirm] [-WhatIf]
26-
[<CommonParameters>]
25+
-LinkType <LinkType>
26+
[-Confirm]
27+
[-WhatIf] [<CommonParameters>]
2728
```
2829

2930
## DESCRIPTION
@@ -109,8 +110,12 @@ The LinkType parameter specifies the Office 365 Group property that you want to
109110
110111
- Subscribers
111112
113+
- Aggregators
114+
115+
- EventSubscribers
116+
112117
```yaml
113-
Type: Members | Owners | Subscribers | Aggregators
118+
Type: LinkType
114119
Parameter Sets: (All)
115120
Aliases:
116121
Applicable: Exchange Online, Exchange Online Protection

exchange/exchange-ps/exchange/users-and-groups/Remove-UnifiedGroupLinks.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Remove-UnifiedGroupLinks [-Identity] <UnifiedGroupIdParameter> -Links <RecipientIdParameter[]>
25-
-LinkType <Members | Owners | Subscribers | Aggregators> [-Confirm] [-WhatIf]
26-
[<CommonParameters>]
25+
-LinkType <LinkType>
26+
[-Confirm]
27+
[-WhatIf] [<CommonParameters>]
2728
```
2829

2930
## DESCRIPTION
@@ -103,14 +104,18 @@ Accept wildcard characters: False
103104
### -LinkType
104105
The LinkType parameter specifies the Office 365 Group property that you want to modify. Valid values are:
105106
106-
- EventSubscribers
107-
108107
- Members
109108
110109
- Owners
111110
111+
- Subscribers
112+
113+
- Aggregators
114+
115+
- EventSubscribers
116+
112117
```yaml
113-
Type: Members | Owners | Subscribers | Aggregators
118+
Type: LinkType
114119
Parameter Sets: (All)
115120
Aliases:
116121
Applicable: Exchange Online

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPNavigationNode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Returns all navigation nodes in the quicklaunch navigation
4444

4545
### ------------------EXAMPLE 3------------------
4646
```powershell
47-
Get-PnPNavigationNode -TopNavigationBar
47+
Get-PnPNavigationNode -Location TopNavigationBar
4848
```
4949

5050
Returns all navigation nodes in the top navigation bar
@@ -121,4 +121,4 @@ Accept pipeline input: False
121121
122122
## RELATED LINKS
123123
124-
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)
124+
[SharePoint Developer Patterns and Practices](https://aka.ms/sppnp)

0 commit comments

Comments
 (0)