You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsPushNotificationConfiguration.md
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -43,31 +43,15 @@ For example, users can receive notice for events such as these:
43
43
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.
44
44
45
45
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.
48
48
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.
50
50
51
51
52
52
53
53
## EXAMPLES
54
54
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
-
71
55
### -------------------------- Example 1 --------------------------
72
56
```
73
57
Get-CsPushNotificationConfiguration
@@ -273,4 +257,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments