Skip to content

Commit 01d6dd5

Browse files
authored
Merge pull request MicrosoftDocs#1586 from MicrosoftDocs/kenwith-patch-3
Adds desc. and synopsis.
2 parents 7333d21 + c92e820 commit 01d6dd5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

skype/skype-ps/skype/Set-CsAuthConfig.md

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

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

1313
## SYNTAX
1414

@@ -17,7 +17,19 @@ Set-CsAuthConfig [-Scenario] <AuthConfigScenario> [[-Pool] <String>] [-WhatIf] [
1717
```
1818

1919
## DESCRIPTION
20-
{{Fill in the Description}}
20+
Use the Set-CsAuthConfig cmdlet to modify the authentication configuration for your organization.
21+
There are 5 different configurations that are supported as you can see in the parameters section.
22+
23+
24+
This cmdlet sets configuration on both the Registrar and the Web Services roles.
25+
It is only meant to be run at the global level (and not at the pool level), and we highly recommend that you only use it in this manner.
26+
However, technically it can be run at a pool level.
27+
But realize that if the pool only has one of the roles needed (say, Registrar and not Web Services), then only the settings for Registrar will be set and the Web Services settings will come from the global setting.
28+
No special warning will be given because some settings were not set.
29+
If a client uses the Registrar settings from one pool and the Web Services settings from another pool and the authentication settings are in an inconsistent state, the client may be unable to log on.
30+
If neither role is present for a pool, both Get will return an error message.
31+
If both roles are present for a pool but policies aren't defined at the pool level, Get will return an error message.
32+
2133

2234
## EXAMPLES
2335

0 commit comments

Comments
 (0)