Summary: Use Windows PowerShell to rename a virtual machine on Hyper-V.
How can I easily rename a virtual machine running on Hyper-V?
Use the Rename-VM cmdlet:
RENAME-VM -Name “My Old VM Name” -newname “Cool New VM Name”
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments