Skip to content

Commit 3b8e0ba

Browse files
authored
Correcting parameter value
1 parent dfa87a1 commit 3b8e0ba

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
@@ -49,10 +49,12 @@ This example forces all external clients to use MA but allows NTLM or Kerberos (
4949

5050
### Example 2
5151
```powershell
52-
PS C:\> Set-CsAuthConfig -Scenario BlockWindowsAuthExternallyAndModernAuthInternally
52+
PS C:\> Set-CsAuthConfig -Scenario BlockWindowsAuthExternalyAndModernAuthInternally
5353
```
5454

55-
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).
55+
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).
56+
>[!NOTE]
57+
>Please note that in the current version of the module the parameter value BlockWindowsAuthExternalyAndModernAuthInternally is mispelled and to be able to use it, only one l for Externally should be used.
5658
5759

5860
## PARAMETERS

0 commit comments

Comments
 (0)