You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/authentication/howto-authentication-passwordless-security-key-on-premises.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ You must also meet the following system requirements:
53
53
-[Windows Server 2016](https://support.microsoft.com/help/4534307/windows-10-update-kb4534307)
54
54
-[Windows Server 2019](https://support.microsoft.com/help/4534321/windows-10-update-kb4534321)
55
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 "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**.
58
58
59
59
### Supported scenarios
60
60
@@ -111,7 +111,7 @@ Run the following steps in each domain and forest in your organization that cont
111
111
$domain = "contoso.corp.com"
112
112
113
113
# 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.'
115
115
116
116
# Enter a domain administrator username and password.
117
117
$domainCred = Get-Credential -Message 'Active Directory User who is a member of the "Domain Admins" group.'
0 commit comments