Skip to content

Commit 67aad8e

Browse files
authored
Merge pull request MicrosoftDocs#1475 from dariomws306/patch-8
Patch 8
2 parents af18d41 + 154b18a commit 67aad8e

7 files changed

+37
-101
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +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>] [-DomainController <Fqdn>] [-Credential <PSCredential>] [[-Identity] <UserIdParameter>] [-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 <UInt32>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -161,7 +161,7 @@ Enables you to limit the number of records returned by the cmdlet. For example,
161161
The result size can be set to any whole number between 0 and 2147483647, inclusive. If set to 0 the command will run, but no data will be returned. If you set the ResultSize to 7 but you have only three endpoints in your forest, the command will return those three endpoints, and then complete without error.
162162
163163
```yaml
164-
Type: Microsoft.Rtc.Management.ADConnect.Core.Unlimited`1[System.UInt32]
164+
Type: UInt32
165165
Parameter Sets: (All)
166166
Aliases:
167167
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019

skype/skype-ps/skype/Get-CsImConfiguration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Use the Get-CsImConfiguration cmdlet to retrieve information about Instant Messa
1212

1313
## SYNTAX
1414

15-
### Filter
15+
### Identity (Default)
1616
```
17-
Get-CsImConfiguration [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
17+
Get-CsImConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
1818
```
1919

20-
### Identity
20+
### Filter
2121
```
22-
Get-CsImConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsImConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION

skype/skype-ps/skype/Get-CsPushNotificationConfiguration.md

Lines changed: 8 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,15 @@ This cmdlet was introduced in the cumulative update for Lync Server 2010: Novemb
1515

1616
## SYNTAX
1717

18-
### Filter
19-
```
20-
Get-CsPushNotificationConfiguration [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
21-
```
22-
23-
### Identity
18+
### Identity (Default)
2419
```
25-
Get-CsPushNotificationConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-Tenant <Guid>]
20+
Get-CsPushNotificationConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
2621
[<CommonParameters>]
2722
```
2823

29-
### (Default)
24+
### Filter
3025
```
31-
Get-CsPushNotificationConfiguration [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Filter <Object>]
32-
[-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
26+
Get-CsPushNotificationConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
3327
```
3428

3529
## DESCRIPTION
@@ -138,19 +132,6 @@ If you need to use wildcards, then include the Filter parameter instead.
138132

139133
If this parameter is not specified, then the Get-CsPushNotificationConfiguration cmdlet returns a collection of all the push notification configuration settings in use in the organization.
140134

141-
```yaml
142-
Type: XdsIdentity
143-
Parameter Sets: Identity
144-
Aliases:
145-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
146-
147-
Required: False
148-
Position: 2
149-
Default value: None
150-
Accept pipeline input: False
151-
Accept wildcard characters: False
152-
```
153-
154135
```yaml
155136
Type: XdsIdentity
156137
Parameter Sets: (All)
@@ -207,24 +188,12 @@ Accept pipeline input: False
207188
Accept wildcard characters: False
208189
```
209190

210-
### -BypassDualWrite
211-
{{Fill BypassDualWrite Description}}
212-
213-
```yaml
214-
Type: Object
215-
Parameter Sets: (All)
216-
Aliases:
217-
Applicable: Skype for Business Online
191+
### -AsJob
192+
Indicates that this cmdlet runs as a background job.
218193

219-
Required: False
220-
Position: Named
221-
Default value: None
222-
Accept pipeline input: False
223-
Accept wildcard characters: False
224-
```
194+
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.
225195

226-
### -AsJob
227-
{{Fill AsJob Description}}
196+
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).
228197

229198
```yaml
230199
Type: SwitchParameter

skype/skype-ps/skype/New-CsPushNotificationConfiguration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,5 +255,9 @@ The New-CsPushNotificationConfiguration cmdlet creates new instances of the Micr
255255
## NOTES
256256

257257
## RELATED LINKS
258+
[Set-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/set-cspushnotificationconfiguration?view=skype-ps)
258259

260+
[Get-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/get-cspushnotificationconfiguration?view=skype-ps)
261+
262+
[Remove-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/remove-cspushnotificationconfiguration?view=skype-ps)
259263

skype/skype-ps/skype/Remove-CsPushNotificationConfiguration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,8 @@ Instead, the `Remove-CsPushNotificationConfiguration` cmdlet deletes instances o
192192
## NOTES
193193

194194
## RELATED LINKS
195+
[Set-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/set-cspushnotificationconfiguration?view=skype-ps)
195196

197+
[New-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/new-cspushnotificationconfiguration?view=skype-ps)
198+
199+
[Get-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/get-cspushnotificationconfiguration?view=skype-ps)

skype/skype-ps/skype/Set-CsImConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Use the Set-CsImConfiguration cmdlet to modify an existing Instant Messaging (IM
1212

1313
## SYNTAX
1414

15-
### Identity
15+
### Identity (Default)
1616
```
1717
Set-CsImConfiguration [[-Identity] <XdsIdentity>] [-Confirm] [-EnableOfflineIm <Boolean>] [-Force]
1818
[-Tenant <Guid>] [-WhatIf] [<CommonParameters>]

skype/skype-ps/skype/Set-CsPushNotificationConfiguration.md

Lines changed: 14 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,20 @@ This cmdlet was introduced in the cumulative update for Lync Server 2010: Novemb
1515

1616
## SYNTAX
1717

18-
### Identity
18+
### Identity (Default)
1919
```
20-
Set-CsPushNotificationConfiguration [[-Identity] <XdsIdentity>] [-Confirm]
21-
[-EnableApplePushNotificationService <Boolean>] [-EnableMicrosoftPushNotificationService <Boolean>] [-Force]
22-
[-Tenant <Guid>] [-WhatIf] [<CommonParameters>]
20+
Set-CsPushNotificationConfiguration [-Tenant <Guid>] [-EnableApplePushNotificationService <Boolean>]
21+
[-EnableMicrosoftPushNotificationService <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
22+
[<CommonParameters>]
2323
```
2424

2525
### Instance
2626
```
27-
Set-CsPushNotificationConfiguration [-Confirm] [-EnableApplePushNotificationService <Boolean>]
28-
[-EnableMicrosoftPushNotificationService <Boolean>] [-Force] [-Instance <PSObject>] [-Tenant <Guid>] [-WhatIf]
27+
Set-CsPushNotificationConfiguration [-Tenant <Guid>] [-EnableApplePushNotificationService <Boolean>]
28+
[-EnableMicrosoftPushNotificationService <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
2929
[<CommonParameters>]
3030
```
3131

32-
### (Default)
33-
```
34-
Set-CsPushNotificationConfiguration [[-Identity] <Object>] [-BypassDualWrite <Object>] [-Confirm]
35-
[-EnableApplePushNotificationService <Object>] [-EnableMicrosoftPushNotificationService <Object>] [-Force]
36-
[-Instance <Object>] [-Tenant <Object>] [-WhatIf] [-AsJob] [<CommonParameters>]
37-
```
38-
3932
## DESCRIPTION
4033
The Apple Push Notification Service and the Microsoft Push Notification Service enable users running Skype for Business on their Apple iPhone or Windows Phone to receive notifications about Skype for Business Server events even when Skype for Business is suspended or running in the background.
4134
For example, users can receive notice for events such as these:
@@ -176,19 +169,6 @@ To refer to site settings, use syntax similar to this:
176169
Note that you cannot use wildcards when specifying an Identity.
177170

178171

179-
```yaml
180-
Type: XdsIdentity
181-
Parameter Sets: Identity
182-
Aliases:
183-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
184-
185-
Required: False
186-
Position: 2
187-
Default value: None
188-
Accept pipeline input: False
189-
Accept wildcard characters: False
190-
```
191-
192172
```yaml
193173
Type: XdsIdentity
194174
Parameter Sets: (All)
@@ -219,19 +199,6 @@ Accept pipeline input: True (ByValue)
219199
Accept wildcard characters: False
220200
```
221201

222-
```yaml
223-
Type: PSObject
224-
Parameter Sets: (All)
225-
Aliases:
226-
Applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
227-
228-
Required: False
229-
Position: Named
230-
Default value: None
231-
Accept pipeline input: True (ByValue)
232-
Accept wildcard characters: False
233-
```
234-
235202
### -Tenant
236203
Globally unique identifier (GUID) of the Skype for Business Online tenant account for the push notification settings being modified.
237204
For example:
@@ -277,24 +244,12 @@ Accept pipeline input: False
277244
Accept wildcard characters: False
278245
```
279246

280-
### -BypassDualWrite
281-
{{Fill BypassDualWrite Description}}
282-
283-
```yaml
284-
Type: Object
285-
Parameter Sets: (All)
286-
Aliases:
287-
Applicable: Skype for Business Online
247+
### -AsJob
248+
Indicates that this cmdlet runs as a background job.
288249

289-
Required: False
290-
Position: Named
291-
Default value: None
292-
Accept pipeline input: False
293-
Accept wildcard characters: False
294-
```
250+
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.
295251

296-
### -AsJob
297-
{{Fill AsJob Description}}
252+
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).
298253

299254
```yaml
300255
Type: SwitchParameter
@@ -327,4 +282,8 @@ Instead, the `Set-CsPushNotificationConfiguration` cmdlet modifies existing inst
327282
## NOTES
328283

329284
## RELATED LINKS
285+
[Get-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/get-cspushnotificationconfiguration?view=skype-ps)
286+
287+
[New-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/new-cspushnotificationconfiguration?view=skype-ps)
330288

289+
[Remove-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/remove-cspushnotificationconfiguration?view=skype-ps)

0 commit comments

Comments
 (0)