We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to be able to use the UserPrincipalName of (group) managed service accounts during setup.
ComputerPrincipal.FindByIdentity(PrincipalContext, String) could perhaps be used in IsManagedServiceAccount to normalize to the SAMAccountName which is required for NetIsServiceAccount. It would need to receive the unsanitized value. (NetIsServiceAccount seems to accept the $ just fine on the server I used to test, so a comment as to why that happens might be a good idea.)
NetIsServiceAccount
$
Edit: https://serverfault.com/a/518290/408176 describes how we add a UPN to gMSA objects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your feature request here
It would be nice to be able to use the UserPrincipalName of (group) managed service accounts during setup.
ComputerPrincipal.FindByIdentity(PrincipalContext, String) could perhaps be used in IsManagedServiceAccount to normalize to the SAMAccountName which is required for
NetIsServiceAccount
.It would need to receive the unsanitized value. (NetIsServiceAccount seems to accept the
$
just fine on the server I used to test, so a comment as to why that happens might be a good idea.)Edit: https://serverfault.com/a/518290/408176 describes how we add a UPN to gMSA objects.
The text was updated successfully, but these errors were encountered: