Skip to content

Commit 1803359

Browse files
authored
Merge pull request MicrosoftDocs#1239 from dariomws306/patch-5
Patch 5
2 parents 6244879 + c71ed0a commit 1803359

9 files changed

+139
-228
lines changed

skype/skype-ps/skype/Get-CsExternalUserCommunicationPolicy.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns information about one or more external user communication policies confi
1414
## SYNTAX
1515

1616
```
17-
Get-CsExternalUserCommunicationPolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>] [-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
17+
Get-CsExternalUserCommunicationPolicy [[-Identity] <XdsIdentity>] [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [-AsJob] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -52,27 +52,11 @@ This example uses the Filter parameter to retrieve all the external user communi
5252

5353
## PARAMETERS
5454

55-
### -BypassDualWrite
56-
{{Fill BypassDualWrite Description}}
57-
58-
```yaml
59-
Type: Object
60-
Parameter Sets: (All)
61-
Aliases:
62-
Applicable: Skype for Business Online
63-
64-
Required: False
65-
Position: Named
66-
Default value: None
67-
Accept pipeline input: False
68-
Accept wildcard characters: False
69-
```
70-
7155
### -Filter
7256
This parameter accepts a wildcard string and returns all external user communication policies with identities matching that string. For example, a Filter value of tag:* will return all external user communication policies excluding Global policy.
7357

7458
```yaml
75-
Type: Object
59+
Type: String
7660
Parameter Sets: (All)
7761
Aliases:
7862
Applicable: Skype for Business Online
@@ -88,7 +72,7 @@ Accept wildcard characters: False
8872
Unique identifier for the external user communication policy to be created.
8973
9074
```yaml
91-
Type: Object
75+
Type: XdsIdentity
9276
Parameter Sets: (All)
9377
Aliases:
9478
Applicable: Skype for Business Online
@@ -100,7 +84,7 @@ Accept pipeline input: False
10084
Accept wildcard characters: False
10185
```
10286
### -LocalStore
103-
{{Fill LocalStore Description}}
87+
This parameter is reserved for internal Microsoft use.
10488
10589
```yaml
10690
Type: SwitchParameter
@@ -127,7 +111,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
127111
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
128112
129113
```yaml
130-
Type: Object
114+
Type: Guid
131115
Parameter Sets: (All)
132116
Aliases:
133117
Applicable: Skype for Business Online

skype/skype-ps/skype/Get-CsHybridApplicationEndpoint.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ This cmdlet was introduced in the July 2017 cumulative update for the Lync Serve
1414

1515
## SYNTAX
1616
```
17-
Get-CsHybridApplicationEndpoint [-Filter <String>] [-LdapFilter <String>] [-OU <OUIdParameter>]
18-
[-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>]
19-
[-ResultSize <Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]>] [<CommonParameters>]
17+
Get-CsHybridApplicationEndpoint [-Filter <String>] [-LdapFilter <String>] [-OU <OUIdParameter>] [-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>] [-ResultSize <Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]>] [<CommonParameters>]
2018
```
2119

2220
## DESCRIPTION

skype/skype-ps/skype/Get-CsIPPhonePolicy.md

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Use the Get-CsIPPhonePolicy cmdlet to get all the settings of the Skype for Busi
1313
## SYNTAX
1414

1515
```
16-
Get-CsIPPhonePolicy [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>] [-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
16+
Get-CsIPPhonePolicy [[-Identity] <XdsIdentity>] [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [-AsJob] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -26,31 +26,15 @@ IP phone policies are applied each time a user accesses the system via an IP pho
2626
PS C:\> Get-CsIPPhonePolicy
2727
```
2828

29-
This example returns the global IP phone policy along with all their settings..
29+
This example returns the global IP phone policy along with all their settings.
3030

3131
## PARAMETERS
3232

33-
### -BypassDualWrite
34-
{{Fill BypassDualWrite Description}}
35-
36-
```yaml
37-
Type: Object
38-
Parameter Sets: (All)
39-
Aliases:
40-
Applicable: Skype for Business Online
41-
42-
Required: False
43-
Position: Named
44-
Default value: None
45-
Accept pipeline input: False
46-
Accept wildcard characters: False
47-
```
48-
4933
### -Filter
50-
{{Fill Filter Description}}
34+
This parameter is reserved for internal Microsoft use.
5135

5236
```yaml
53-
Type: Object
37+
Type: String
5438
Parameter Sets: (All)
5539
Aliases:
5640
Applicable: Skype for Business Online
@@ -63,12 +47,10 @@ Accept wildcard characters: False
6347
```
6448
6549
### -Identity
66-
Microsoft.Rtc.Management.Xds.XdsIdentity
67-
6850
This parameter is reserved for internal Microsoft use.
6951
7052
```yaml
71-
Type: Object
53+
Type: XdsIdentity
7254
Parameter Sets: (All)
7355
Aliases:
7456
Applicable: Skype for Business Online
@@ -81,7 +63,7 @@ Accept wildcard characters: False
8163
```
8264
8365
### -LocalStore
84-
{{Fill LocalStore Description}}
66+
This parameter is reserved for internal Microsoft use.
8567
8668
```yaml
8769
Type: SwitchParameter
@@ -97,12 +79,10 @@ Accept wildcard characters: False
9779
```
9880
9981
### -Tenant
100-
System.Guid
101-
10282
This parameter is reserved for internal Microsoft use.
10383
10484
```yaml
105-
Type: Object
85+
Type: Guid
10686
Parameter Sets: (All)
10787
Aliases:
10888
Applicable: Skype for Business Online

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

Lines changed: 22 additions & 9 deletions
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] <Object>] [[-PolicyName] <Object>] [-Confirm] [-DomainController <Object>] [-PassThru] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
18+
Grant-CsExternalUserCommunicationPolicy [[-Identity] <UserIdParameter>] [[-PolicyName] <String>] [-Confirm] [-DomainController <Fqdn>] [-PassThru] [-Global] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -25,7 +25,7 @@ You can check whether a user has been granted an external user communication pol
2525

2626
## EXAMPLES
2727

28-
### Example 1
28+
### -------------------------- Example 1 --------------------------
2929

3030
```
3131
PS C:\> Grant-CsExternalUserCommunicationPolicy -Identity "Ken Myer" -PolicyName BlockExternalP2PFileTransfer
@@ -40,16 +40,14 @@ PS C:\> Get-CsOnlineUser -Filter {City -eq "Redmond"} | Grant-CsExternalUserComm
4040

4141
This example assigns the external user communication policy with the Identity BlockExternalP2PFileTransfer to all users in the city of Redmond. The first part of the command calls the Get-CsOnlineUser cmdlet to retrieve all users enabled for Skype for Business Online from the specified city. This collection of users is then piped to the Grant-CsExternalUserCommunicationPolicy cmdlet, which assigns the policy BlockExternalP2PFileTransfer to each of these users.
4242

43-
4443
## PARAMETERS
4544

4645
### -PolicyName
4746

4847
The name (Identity) of the external user communication policy to be assigned to the user. (Note that this includes only the name portion of the Identity. Per-user policy identities include a prefix of tag: that should not be included with the PolicyName.)
4948

50-
5149
```yaml
52-
Type: Object
50+
Type: String
5351
Parameter Sets: (All)
5452
Aliases:
5553
Applicable: Skype for Business Online
@@ -78,10 +76,10 @@ Accept wildcard characters: False
7876
```
7977
8078
### -DomainController
81-
PARAMVALUE: Fqdn
79+
This parameter is reserved for internal Microsoft use.
8280
8381
```yaml
84-
Type: Object
82+
Type: Fqdn
8583
Parameter Sets: (All)
8684
Aliases:
8785
Applicable: Skype for Business Online
@@ -99,7 +97,7 @@ Indicates the Identity of the user account to be retrieved. User Identities can
9997
You can use the asterisk (*) wildcard character when using the display name as the user Identity. For example, the Identity "*Smith" returns all the users who have a display name that ends with the string value "Smith".
10098
10199
```yaml
102-
Type: Object
100+
Type: UserIdParameter
103101
Parameter Sets: (All)
104102
Aliases:
105103
Applicable: Skype for Business Online
@@ -139,7 +137,7 @@ Get-CsTenant | Select-Object DisplayName, TenantID
139137
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
140138
141139
```yaml
142-
Type: Object
140+
Type: Guid
143141
Parameter Sets: (All)
144142
Aliases:
145143
Applicable: Skype for Business Online
@@ -187,6 +185,21 @@ Accept pipeline input: False
187185
Accept wildcard characters: False
188186
```
189187
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+
190203
### CommonParameters
191204
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).`
192205

skype/skype-ps/skype/Grant-CsIPPhonePolicy.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ For example, you might enable the Better Together Over Ethernet feature for some
1515
## SYNTAX
1616

1717
```
18-
Grant-CsIPPhonePolicy [[-Identity] <Object>] [[-PolicyName] <Object>] [-Confirm] [-DomainController <Object>]
19-
[-PassThru] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
18+
Grant-CsIPPhonePolicy [[-Identity] <UserIdParameter>] [[-PolicyName] <String>] [-Confirm] [-DomainController <Fqdn>]
19+
[-PassThru] [-Tenant <Guid>] [-WhatIf] [-AsJob] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -55,7 +55,7 @@ If you set PolicyName to a null value, then the command will unassign any per-us
5555
For example: `Grant-CsIPPhonePolicy -Identity "Ken Myer" -PolicyName $Null`
5656

5757
```yaml
58-
Type: Object
58+
Type: String
5959
Parameter Sets: (All)
6060
Aliases:
6161
Applicable: Skype for Business Online
@@ -87,7 +87,7 @@ Accept wildcard characters: False
8787
This parameter is reserved for internal Microsoft use.
8888
8989
```yaml
90-
Type: Object
90+
Type: Fqdn
9191
Parameter Sets: (All)
9292
Aliases:
9393
Applicable: Skype for Business Online
@@ -110,7 +110,7 @@ Example: sip:[email protected]
110110
Example: 98403f08-577c-46dd-851a-f0460a13b03d
111111
112112
```yaml
113-
Type: Object
113+
Type: UserIdParameter
114114
Parameter Sets: (All)
115115
Aliases:
116116
Applicable: Skype for Business Online
@@ -140,10 +140,19 @@ Accept wildcard characters: False
140140
```
141141
142142
### -Tenant
143-
This parameter is reserved for internal Microsoft use.
143+
-Tenant
144+
Globally unique identifier (GUID) of the tenant account whose external user communication policy are being created. For example:
145+
146+
-Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"
147+
148+
You can return your tenant ID by running this command:
149+
150+
Get-CsTenant | Select-Object DisplayName, TenantID
151+
152+
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
144153
145154
```yaml
146-
Type: Object
155+
Type: Guid
147156
Parameter Sets: (All)
148157
Aliases:
149158
Applicable: Skype for Business Online
@@ -173,7 +182,11 @@ Accept wildcard characters: False
173182
```
174183
175184
### -AsJob
176-
{{Fill AsJob Description}}
185+
Indicates that this cmdlet runs as a background job.
186+
187+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
188+
189+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
177190
178191
```yaml
179192
Type: SwitchParameter

0 commit comments

Comments
 (0)