File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,15 @@ This cmdlet was introduced in the cumulative update for Lync Server 2010: Novemb
15
15
16
16
## SYNTAX
17
17
18
- ### Filter
19
- ```
20
- Get-CsPushNotificationConfiguration [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
18
+ ### Identity (Default)
21
19
```
22
-
23
- ### Identity
24
- ```
25
- Get-CsPushNotificationConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-Tenant <Guid>]
20
+ Get-CsPushNotificationConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
26
21
[<CommonParameters>]
27
22
```
28
23
29
- ### (Default)
24
+ ### Filter
30
25
```
31
- Get-CsPushNotificationConfiguration [[-Identity] <XdsIdentity >] [-Filter <String>] [-LocalStore] [-Tenant <Object>] [-AsJob ] [<CommonParameters>]
26
+ Get-CsPushNotificationConfiguration [-Tenant <Guid >] [-Filter <String>] [-LocalStore] [<CommonParameters>]
32
27
```
33
28
34
29
## DESCRIPTION
You can’t perform that action at this time.
0 commit comments