-
Notifications
You must be signed in to change notification settings - Fork 599
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
Update New-ADServiceAccount.md #3889
base: main
Are you sure you want to change the base?
Conversation
remove LDS references add forest uniqueness requirement password only valid for sMSA use of name for samAccountName
Learn Build status updates of commit 32e13f1: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue. docset/winserver2022-ps/activedirectory/New-ADServiceAccount.md
docset/winserver2022-ps/activedirectory/Disable-ADAccount.yml
docset/winserver2022-ps/activedirectory/Enable-ADAccount.yml
docset/winserver2022-ps/activedirectory/Get-ADObject.yml
docset/winserver2022-ps/activedirectory/Get-ADServiceAccount.yml
docset/winserver2022-ps/activedirectory/Get-ADUser.yml
docset/winserver2022-ps/activedirectory/Install-ADServiceAccount.yml
docset/winserver2022-ps/activedirectory/Move-ADObject.yml
docset/winserver2022-ps/activedirectory/New-ADObject.yml
docset/winserver2022-ps/activedirectory/New-ADUser.yml
docset/winserver2022-ps/activedirectory/Remove-ADObject.yml
docset/winserver2022-ps/activedirectory/Remove-ADServiceAccount.yml
docset/winserver2022-ps/activedirectory/Remove-ADUser.yml
docset/winserver2022-ps/activedirectory/Search-ADAccount.yml
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please commit the suggested changes
## Notes: | ||
- If the specified **SAMAccountName** string does not end with a $ (dollar sign), one is appended if necessary. | ||
- The name needs to be unique in the forest as in some places the GMSA names are searched in the domain tree. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Notes: | |
- If the specified **SAMAccountName** string does not end with a $ (dollar sign), one is appended if necessary. | |
- The name needs to be unique in the forest as in some places the GMSA names are searched in the domain tree. | |
> [!NOTE] | |
> If the specified **SAMAccountName** string does not end with a dollar sign (`$`), one is appended if necessary. The name needs to be unique in the forest as in some places the GMSA names are searched in the domain tree. |
##Note: | ||
This parameter is only valid with MSA accounts. For GMSA the password is managed automatically. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
##Note: | |
This parameter is only valid with MSA accounts. For GMSA the password is managed automatically. | |
> [!NOTE] | |
> This parameter is only valid with MSA accounts. For GMSA the password is managed automatically. |
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance. | ||
- If none of the previous cases apply, the **Path** parameter does not take any default value. | ||
- If the cmdlet is run from an Active Directory PowerShell provider drive, the parameter is set to the current naming context of the provider drive. | ||
- If the `-server` parameter is used, the naming context is the default naming context of the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- If the `-server` parameter is used, the naming context is the default naming context of the server. | |
- If the **Server** parameter is used, the naming context is the default naming context of the server. |
PR Summary
remove LDS references
add forest uniqueness requirement
password only valid for sMSA
use of name for samAccountName
PR Checklist