Skip to content

Commit 7635a70

Browse files
authored
Update Get-CsPushNotificationConfiguration.md
1 parent baad9cc commit 7635a70

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

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

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,15 @@ For example, users can receive notice for events such as these:
4343
Without the push notification service users would receive these notices only when Skype for Business was in the foreground and serving as the active application.
4444

4545
Administrators have the ability to enable or disable push notifications for iPhone users and/or Windows Phone users.
46-
(By default, push notifications are disabled for both iPhone users and Windows Phone users.) Administrators can enable or disable push notifications at the global scope by using the Set-CsPushNotificationConfiguration cmdlet.
47-
They can also create custom push notification settings at the site scope by using the New-CsPushNotificationConfiguration cmdlet.
46+
(By default, push notifications are disabled for both iPhone users and Windows Phone users.) Administrators can enable or disable push notifications at the global scope by using the `Set-CsPushNotificationConfiguration` cmdlet.
47+
They can also create custom push notification settings at the site scope by using the `New-CsPushNotificationConfiguration` cmdlet.
4848

49-
The Get-CsPushNotificationConfiguration cmdlet provides a way for you to return information about the push notification configuration settings currently in use in your organization.
49+
The `Get-CsPushNotificationConfiguration` cmdlet provides a way for you to return information about the push notification configuration settings currently in use in your organization.
5050

5151

5252

5353
## EXAMPLES
5454

55-
### -------------------------- EXAMPLE 1 -------------------------- (Lync Server 2013)
56-
```
57-
58-
```
59-
60-
Example 1 returns information about all the push notification settings configured for use in your organization.
61-
62-
Get-CsPushNotificationConfiguration
63-
64-
### Example 1 (Skype for Business Online)
65-
```
66-
PS C:\> {{ Add example code here }}
67-
```
68-
69-
{{ Add example description here }}
70-
7155
### -------------------------- Example 1 --------------------------
7256
```
7357
Get-CsPushNotificationConfiguration
@@ -273,4 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
273257

274258

275259
## RELATED LINKS
260+
[Set-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/set-cspushnotificationconfiguration?view=skype-ps)
261+
[New-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/new-cspushnotificationconfiguration?view=skype-ps)
262+
[Remove-CsPushNotificationConfiguration](https://docs.microsoft.com/en-us/powershell/module/skype/remove-cspushnotificationconfiguration?view=skype-ps)
276263

0 commit comments

Comments
 (0)