Update delegated-managed-service-accounts-set-up-dmsa.md - #8126
Update delegated-managed-service-accounts-set-up-dmsa.md#8126Gabriel Barceló Soteras (gabrielgbs97) wants to merge 1 commit into
Conversation
Set-ADServiceAccount does not support 'Properties' option
|
Gabriel Barceló Soteras (@gabrielgbs97) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit ca5ca7d: ✅ Validation status: passed
For more details, please refer to the build report. |
|
#assign: Robin Harwood (@robinharwood), dknappettmsft Robin Harwood (@robinharwood) dknappettmsft Can you review the proposed changes? #label:"aq-pr-triaged" @MicrosoftDocs/public-repo-pr-review-team |
|
Users robinharwood are already assigned. |
There was a problem hiding this comment.
Pull request overview
Updates the dMSA setup documentation to avoid using an unsupported Properties parameter with Set-ADServiceAccount, ensuring the “set msDS-DelegatedMSAState to 3” step uses a command pattern that works.
Changes:
- Replaces the
Set-ADServiceAccountsample that attempted to setmsDS-DelegatedMSAStatevia aPropertieshashtable. - Uses
Get-ADServiceAccount | Set-ADObject -Replaceto update the attribute instead.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Auto Publish – main to live - 2026-06-24 22:30 UTC
Set-ADServiceAccount does not support 'Properties' option