Change Hyper-V Server 2008 Administrator password
hi! have machine microsoft hyper-v server 2008 running. put administrator password when installed system, now... how can change it?
i access hyper-v machine through remote desktop, , can't see option change administrator password in auto launched menu, option add local admin accounts. machine not in domain.
can command line?
i tried using mmc computer, , selecting "connect other server", gives me error "winrm client cannot process request"
thanks
hi,
the old password change command should still available in hyper-v server.
try following command:
net user user_name new_password
when so, password changes without prompting again. command enables change passwords in batch file.
for more information please refer following ms articles:
how change user password @ command prompt
http://support.microsoft.com/kb/149427
how reset local administrator password on multiple computers remotely
http://social.technet.microsoft.com/wiki/contents/articles/390.how-to-reset-the-local-administrator-password-on-multiple-computers-remotely.aspx
how can change local administrator password on computers?
http://blogs.technet.com/b/heyscriptingguy/archive/2007/07/03/how-can-i-change-the-local-administrator-password-on-all-my-computers.aspx
lawrence
technet community support
Windows Server > Hyper-V
Comments
Post a Comment