Skip to content

Commit 533497d

Browse files
committed
Update howto-authentication-passwordless-security-key-on-premises.md
1 parent 5281d18 commit 533497d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 02/22/2021
9+
ms.date: 02/22/2022
1010

1111
ms.author: justinha
1212
author: justinha
@@ -107,7 +107,7 @@ Run the following steps in each domain and forest in your organization that cont
107107
$domain = "contoso.corp.com"
108108
109109
# Enter an Azure Active Directory global administrator username and password.
110-
$cloudCred = Get-Credential -Message 'An Active Directory user who is a member of the Domain Admins group for a domain and a member of the Enterprise Admins group for a forest.'
110+
$cloudCred = Get-Credential -Message 'An Active Directory user who is a member of the Global Administrators group for Azure AD.'
111111
112112
# Enter a domain administrator username and password.
113113
$domainCred = Get-Credential -Message 'An Active Directory user who is a member of the Domain Admins group.'

0 commit comments

Comments
 (0)