Skip to content

Commit c71ed0a

Browse files
authored
Update Grant-CsExternalUserCommunicationPolicy.md
I see -Global parameter with PlatyPS but I cannot see it in another cmdlets... Also I have tried it in a demo tenant and I didn't see it being useful... I ran it alone and powershell ask me for PolicyName. Maybe we can set another policy as Global?
1 parent be995fe commit c71ed0a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

skype/skype-ps/skype/Grant-CsExternalUserCommunicationPolicy.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Assigns an external user communication policy to one or more users or groups.
1515
## SYNTAX
1616

1717
```
18-
Grant-CsExternalUserCommunicationPolicy [[-Identity] <UserIdParameter>] [[-PolicyName] <String>] [-Confirm] [-DomainController <Fqdn>] [-PassThru] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
18+
Grant-CsExternalUserCommunicationPolicy [[-Identity] <UserIdParameter>] [[-PolicyName] <String>] [-Confirm] [-DomainController <Fqdn>] [-PassThru] [-Global] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -185,6 +185,21 @@ Accept pipeline input: False
185185
Accept wildcard characters: False
186186
```
187187
188+
### -Global
189+
This parameter is reserved for internal Microsoft use.
190+
191+
```yaml
192+
Type: SwitchParameter
193+
Parameter Sets: (All)
194+
Aliases:
195+
196+
Required: False
197+
Position: Named
198+
Default value: None
199+
Accept pipeline input: False
200+
Accept wildcard characters: False
201+
```
202+
188203
### CommonParameters
189204
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).`
190205

0 commit comments

Comments
 (0)