Skip to content

Commit bab8453

Browse files
authored
Merge pull request #112560 from iainfoulds/patch-1
[AzureAD] MFA extension install using PowerShell pre-reqs
2 parents fd3d492 + 274c719 commit bab8453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/authentication/howto-mfa-nps-extension-vpn.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ The script performs the following actions:
363363

364364
If you want to use your own certificates, you must associate the public key of your certificate with the service principal on Azure AD, and so on.
365365

366-
To use the script, provide the extension with your Azure Active Directory administrative credentials and the Azure Active Directory tenant ID that you copied earlier. Run the script on each NPS server where you install the NPS extension.
366+
To use the script, provide the extension with your Azure Active Directory administrative credentials and the Azure Active Directory tenant ID that you copied earlier. The account must be in the same Azure AD tenant as you wish to enable the extension for. Run the script on each NPS server where you install the NPS extension.
367367

368368
1. Run Windows PowerShell as an administrator.
369369

@@ -373,6 +373,8 @@ To use the script, provide the extension with your Azure Active Directory admini
373373

374374
![Running the AzureMfsNpsExtnConfigSetup.ps1 configuration script](./media/howto-mfa-nps-extension-vpn/image38.png)
375375

376+
If you get a security error due to TLS, enable TLS 1.2 using the `[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12` command from your PowerShell prompt.
377+
376378
After the script verifies the installation of the PowerShell module, it displays the Azure Active Directory PowerShell module sign-in window.
377379

378380
4. Enter your Azure AD administrator credentials and password, and then select **Sign in**.

0 commit comments

Comments
 (0)