Skip to content

Commit 154b18a

Browse files
authored
Update Get-CsImConfiguration.md
1 parent 2262d1a commit 154b18a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skype/skype-ps/skype/Get-CsImConfiguration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Use the Get-CsImConfiguration cmdlet to retrieve information about Instant Messa
1212

1313
## SYNTAX
1414

15-
### Filter
15+
### Identity (Default)
1616
```
17-
Get-CsImConfiguration [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
17+
Get-CsImConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
1818
```
1919

20-
### Identity
20+
### Filter
2121
```
22-
Get-CsImConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
22+
Get-CsImConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION

0 commit comments

Comments
 (0)