Skip to content

Commit ec18753

Browse files
authored
Merge pull request MicrosoftDocs#1587 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 881dbe4 + 01d6dd5 commit ec18753

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
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

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)