Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 17778

PowerTip: Use PowerShell to Rename a Virtual Machine

$
0
0

Summary: Use Windows PowerShell to rename a virtual machine on Hyper-V.

Hey, Scripting Guy! Question How can I easily rename a virtual machine running on Hyper-V?

Hey, Scripting Guy! Answer Use the Rename-VM cmdlet:

RENAME-VM -Name "My Old VM Name" -newname "Cool New VM Name"


Viewing all articles
Browse latest Browse all 17778

Trending Articles