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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -