Skip to content

Commit 9924d8b

Browse files
authored
Merge pull request MicrosoftDocs#3533 from dariomws306/patch-19
Update Get-UnifiedGroupLinks.md
2 parents 8dff2d6 + 315ebcd commit 9924d8b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

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

2323
```
24-
Get-UnifiedGroupLinks [-Identity] <UnifiedGroupIdParameter>
25-
-LinkType <Members | Owners | Subscribers | Aggregators> [-ResultSize <Unlimited>]
24+
Get-UnifiedGroupLinks [-Identity] <UnifiedGroupIdParameter> -LinkType <LinkType>
25+
[-ResultSize <Unlimited>]
2626
[<CommonParameters>]
2727
```
2828

@@ -78,8 +78,12 @@ The LinkType parameter specifies the Office 365 Group property that you want to
7878
7979
- Subscribers
8080
81+
- Aggregators
82+
83+
- EventSubscribers
84+
8185
```yaml
82-
Type: Members | Owners | Subscribers | Aggregators | EventSubscribers
86+
Type: LinkType
8387
Parameter Sets: (All)
8488
Aliases:
8589
Applicable: Exchange Online

0 commit comments

Comments
 (0)