Skip to content

Update create-group-managed-service-account.md #183

New issue

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ In that command:
- `MSOMHSvc/ContosoLB.aquiladom.com`, `SMSOMHSvc/ContosoLB`, `MSOMSdkSvc/ContosoLB.aquiladom.com`, and `MSOMSdkSvc/ContosoLB` are service principal names.

> [!NOTE]
> If the gMSA name is longer than 14 characters, ensure that you set `SamAccountName` at less than 15 characters, including the `$` sign.
> If the gMSA name is longer than 15 characters, ensure that you set the `-SamAccountName` parameter at 15 characters or less, excluding the `$` sign, to be compatible with older operating systems.
>
> Note: If the specified SAMAccountName string doesn't end with a `$`, one is appended if necessary.

If the root key isn't effective, use the following command:

Expand All @@ -76,4 +78,4 @@ Ensure that the created gMSA account is a local admin account. If there are any

## Next steps

[Store domain credentials in Azure Key Vault](store-domain-credentials-key-vault.md)
[Store domain credentials in Azure Key Vault](store-domain-credentials-key-vault.md)