Skip to content

Commit 104e649

Browse files
authored
Merge pull request MicrosoftDocs#2309 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 70b5cf6 + 91f956b commit 104e649

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ It is only meant to be run at the global level (and not at the pool level), and
3838

3939
### Example 1
4040
```powershell
41-
PS C:\> Set-CsAuthConfig -BlockWindowsAuthExternally
41+
PS C:\> Set-CsAuthConfig -Scenario BlockWindowsAuthExternally
4242
```
4343

4444
This example forces all external clients to use MA but allows NTLM or Kerberos (for clients that don't support ADAL) to work internally. If your clients do support ADAL they will use MA internally.
4545

4646
### Example 2
47-
PS C:\> Set-CsAuthConfig -BlockWindowsAuthExternallyAndModernAuthInternally
47+
```powershell
48+
PS C:\> Set-CsAuthConfig -Scenario BlockWindowsAuthExternallyAndModernAuthInternally
49+
```
4850

4951
This example blocks NTLM externally and MA internally. It forces all external clients to use MA, but allows all clients to use legacy authentication methods internally (even ADAL-capable clients).
5052

0 commit comments

Comments
 (0)