Skip to content

Commit 038e6bd

Browse files
authored
Update Set-CsAuthConfig.md
Edits made to example one and two (added -Scenario and removed hyphen from parameter) as per https://github.com/MicrosoftDocs/office-docs-powershell/issues/2306
1 parent 89f0b09 commit 038e6bd

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)