This can be accomplished by leveraging the edsaAccountName and edsaAccountPassword attributes on the Managed Domain object.
The syntax below is a sample of how this may be utilized to change the account used to access a Managed Domain
Set-QADObject "CN=MyDomain,CN=Managed Domains,CN=Server Configuration,CN=Configuration" -ObjectAttributes @{edsaAccountName="Domain\Account";edsaAccountPassword="Password";edsaUseOverrideAccount=$True} -Proxy
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center