Skip to content

Commit 126d91c

Browse files
authored
PR review edit
1 parent 50941e0 commit 126d91c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ You must also meet the following system requirements:
5252
- Your Windows Server domain controllers must have patches installed for the following servers:
5353
- [Windows Server 2016](https://support.microsoft.com/help/4534307/windows-10-update-kb4534307)
5454
- [Windows Server 2019](https://support.microsoft.com/help/4534321/windows-10-update-kb4534321)
55-
- Credentials required to complete this :
56-
- Active Directory User who is a member of the "Domain Admins" group for a domain and a member member of the "Enterprise Admins" group for a forest. Referred to as **$domainCred**.
57-
- Azure Active Directory User who is a member of the Global Administrators role. Referred to as **$cloudCred**.
55+
56+
- Have the credentials required to complete the steps in the scenario:
57+
- 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. Referred to as **$domainCred**.
58+
- An Azure Active Directory user who is a member of the Global Administrators role. Referred to as **$cloudCred**.
5859

5960
### Supported scenarios
6061

@@ -111,10 +112,10 @@ Run the following steps in each domain and forest in your organization that cont
111112
$domain = "contoso.corp.com"
112113
113114
# Enter an Azure Active Directory global administrator username and password.
114-
$cloudCred = Get-Credential -Message 'Active Directory User who is a member of the "Domain Admins" group for a domain and a member member of the "Enterprise Admins" group for a forest.'
115+
$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.'
115116
116117
# Enter a domain administrator username and password.
117-
$domainCred = Get-Credential -Message 'Active Directory User who is a member of the "Domain Admins" group.'
118+
$domainCred = Get-Credential -Message 'An Active Directory user who is a member of the Domain Admins group.'
118119
119120
# Create the new Azure AD Kerberos Server object in Active Directory
120121
# and then publish it to Azure Active Directory.

0 commit comments

Comments
 (0)