Skip to content

Commit fd28428

Browse files
authored
Update Set-CsPushNotificationConfiguration.md
1 parent 7311b6e commit fd28428

File tree

1 file changed

+6
-29
lines changed

1 file changed

+6
-29
lines changed

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

Lines changed: 6 additions & 29 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:
@@ -277,22 +270,6 @@ Accept pipeline input: False
277270
Accept wildcard characters: False
278271
```
279272

280-
### -BypassDualWrite
281-
{{Fill BypassDualWrite Description}}
282-
283-
```yaml
284-
Type: Object
285-
Parameter Sets: (All)
286-
Aliases:
287-
Applicable: Skype for Business Online
288-
289-
Required: False
290-
Position: Named
291-
Default value: None
292-
Accept pipeline input: False
293-
Accept wildcard characters: False
294-
```
295-
296273
### -AsJob
297274
{{Fill AsJob Description}}
298275

0 commit comments

Comments
 (0)