We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2262d1a commit 154b18aCopy full SHA for 154b18a
skype/skype-ps/skype/Get-CsImConfiguration.md
@@ -12,14 +12,14 @@ Use the Get-CsImConfiguration cmdlet to retrieve information about Instant Messa
12
13
## SYNTAX
14
15
-### Filter
+### Identity (Default)
16
```
17
-Get-CsImConfiguration [-Filter <String>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
+Get-CsImConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore] [<CommonParameters>]
18
19
20
-### Identity
+### Filter
21
22
-Get-CsImConfiguration [[-Identity] <XdsIdentity>] [-LocalStore] [-Tenant <Guid>] [<CommonParameters>]
+Get-CsImConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
23
24
25
## DESCRIPTION
0 commit comments