powershell - SET-ADACCOUNTPASSWORD Exception -
i trying run command, on running ..it prompt me desired passwords shows me error "a referral sent server"
set-adaccountpassword -identity myidhere -server "servernamehere"
running on powershell on windows 2008 r2, domain controller read-only , in different domain
from http://technet.microsoft.com/en-us/library/ee617261.aspx
notes • cmdlet not work active directory snapshot. cmdlet not work read-only domain controller. cmdlet not work when connected global catalog port.
edit add info rodcs:
•a read-only ad domain services (ad ds) database--applications need database read access can use rodc; however, database changes must made read-writable dc (rwdc), replicated rodc.
•limited credential caching--an rodc doesn't store user or computer credentials (except rodc's computer account). when rodc receives authentication request, forwards rwdc. rodc requests copy of credential can service request in future. if password-replication policy allows credential caching, credential details cached , rodc can service logon requests (until credentials change).
no credentials change can made on rodc!
Comments
Post a Comment