AD 修改密碼返回錯誤 Set-ADAccountPassword : 從服務器返回了一個參照。

緣由多是你所在的服務器多是RODC服務器

解決方法:ide

在後邊加入-Server參數制定可寫域控制器。spa

$pwd=convertto-securestring "password" -asplaintext -forcerest

Set-ADAccountPassword testuser -Reset -NewPassword $pwd -Server bjsite01-dc01.contoso.comstring

相關文章
相關標籤/搜索