ローカル管理者としてログイン$ComputerName
Windows Server 2008 R2 SP1
このスクリプト:
$admin=[adsi]("WinNT://" + $ComputerName + "/administrator, user")
$admin.psbase.invoke("SetPassword", $Password)
$admin.psbase.CommitChanges()
ローカルで実行すると例外がスローされます:Exception calling "Invoke" with "2" argument(s):"The network path was not found"