Skip to content

Commit 7333d21

Browse files
authored
Merge pull request MicrosoftDocs#1585 from MicrosoftDocs/kenwith-patch-2
Adds synopsis and desc.
2 parents 224e0c4 + 834aeda commit 7333d21

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

skype/skype-ps/skype/Get-CsAuthConfig.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-CsAuthConfig
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Use the Get-CsAuthConfig cmdlet to retrieve the authentication configuration for your organization.
1212

1313
## SYNTAX
1414

@@ -17,7 +17,12 @@ Get-CsAuthConfig [[-Pool] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
Use the Get-CsAuthConfig cmdlet to retrieve the authentication configuration for your organization.
21+
This cmdlet gets authentication configuration from two server roles - Registrar and WebServices.
22+
It is meant to only be run at the global level.
23+
If you do run it at the pool level and only one of the roles are present on the pool, the cmdlet will return the setting that corresponds to the role that exists on the pool and the global settings for the role that doesn’t exist on the pool.
24+
If neither role is present on the pool, it will return an error.
25+
If both roles are present for the pool, but policies are not defined at the pool level, the cmdlet will return an error.
2126

2227
## EXAMPLES
2328

0 commit comments

Comments
 (0)