Skip to content

Commit d2ac92c

Browse files
authored
Merge pull request #111410 from iainfoulds/patch-1
[AzureAD] Update spelling for exported NPS certificate
2 parents 65359e8 + 60de574 commit d2ac92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The following command will create a file named "npscertificate" on your "C:" dri
279279
``` PowerShell
280280
import-module MSOnline
281281
Connect-MsolService
282-
Get-MsolServicePrincipalCredential -AppPrincipalId "981f26a1-7f43-403b-a875-f8b09b8cd720" -ReturnKeyValues 1 | select -ExpandProperty "value" | out-file c:\npscertficicate.cer
282+
Get-MsolServicePrincipalCredential -AppPrincipalId "981f26a1-7f43-403b-a875-f8b09b8cd720" -ReturnKeyValues 1 | select -ExpandProperty "value" | out-file c:\npscertificate.cer
283283
```
284284

285285
Once you run this command, go to your C drive, locate the file and double-click on it. Go to details and scroll down to "thumbprint", compare the thumbprint of the certificate installed on the server to this one. The certificate thumbprints should match.

0 commit comments

Comments
 (0)