Skip to content

Commit aaf5d1f

Browse files
authored
Update Get-CsPushNotificationConfiguration.md
1 parent a8cb66a commit aaf5d1f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +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>]
18+
### Identity (Default)
2119
```
22-
23-
### Identity
24-
```
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] <XdsIdentity>] [-Filter <String>] [-LocalStore] [-Tenant <Object>] [-AsJob] [<CommonParameters>]
26+
Get-CsPushNotificationConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
3227
```
3328

3429
## DESCRIPTION

0 commit comments

Comments
 (0)