Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Shut Down Virtual Machine with PowerShell

$
0
0

Summary: Learn how to shut down a virtual machine by using Windows PowerShell.

Hey, Scripting Guy! Question How can I use Windows PowerShell to perform an orderly shutdown of a virtual machine?

Hey, Scripting Guy! Answer When the Stop-VM cmdlet is used with no parameters, it conducts an orderly shutdown.
           Here is an example:

Stop-VM –name C1


Viewing all articles
Browse latest Browse all 3333

Trending Articles