Skip to content

Commit 50941e0

Browse files
author
Muralidhar Ranganathan
authored
Further fine tuning the pre-requisites
Further fine tuned the pre-requisite sections and added a message prompt to reduce ambiguity.
1 parent 0cb5eaa commit 50941e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ You must also meet the following system requirements:
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)
5555
- Credentials required to complete this :
56-
- Active Directory User who is a member of the "Domain Admins" group for a domain and a member "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.
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**.
5858

5959
### Supported scenarios
6060

@@ -111,7 +111,7 @@ Run the following steps in each domain and forest in your organization that cont
111111
$domain = "contoso.corp.com"
112112
113113
# 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 "Enterprise Admins" group for a forest.'
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.'
115115
116116
# Enter a domain administrator username and password.
117117
$domainCred = Get-Credential -Message 'Active Directory User who is a member of the "Domain Admins" group.'

0 commit comments

Comments
 (0)