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
> If your organization protects password-based sign-in and enforces modern authentication methods such as MFA, FIDO2, or Smart Card, you must use the "-UserPrincipalName" parameter with the User Principal Name of a Global administrator.
98
+
> - Replace `contoso.corp.com` in the following example with your on-premises Active Directory domain name.
99
+
> - Replace `[email protected]` in the following example with the User Principal Name of a Global administrator.
100
+
101
+
```powerShell
102
+
Import-Module ".\AzureAdKerberos.psd1"
103
+
104
+
# Specify the on-premises Active Directory domain. A new Azure AD
105
+
# Kerberos Server object will be created in this Active Directory domain.
106
+
$domain = "contoso.corp.com"
107
+
108
+
# Enter a User Principal Name of Azure Active Directory global administrator
0 commit comments