Wednesday, July 30, 2014

Part - 3 : PowerShell and Hyper-V : Start Virtual Machines.

 

  1. Part 1 :  PowerShell and Hyper-V : Getting Started
  2. Part 2 :  PowerShell and Hyper-V : Virtual Switch

 

It's easy to learn the basic things first before get in to the complex one. I always willing to show and teach basic and simple thing first. By start learning at basic level it helps us in speeding learning.

Today, we are going to learn that how to start a "powered Off" virtual machine.  Before starting a virtual machine, let's get the list of all virtual machine and see which one is "powered Off"".  As you know, we can use the Get-VM cmdlet to get the list of all "Virtual Machines".

Run the Get-VM cmdlet and you will see... Arr!! All  virtual machines are "Off". (OOps moment Winking smile )

Aman Dhally PowerShell

No problem, we can start a single virtual machine for now, I would like to start my "MediWiki" virtual machine. 

To start any virtual machine we use the "Start-VM " cmdlet.  In the below command, I had used two parameters. -Name to provide the name of the virtual machine which I want to start. -Verbose to see the verbose output of the command.

Start-VM -Name "MediaWiki" -Verbose

After running the command, you can see that, it's start starting the "MediWiki"  virtual machine.

Aman Dhally PowerShell

No "red red" error! Everything seems good.

Aman Dhally PowerShell

Now lets check the "Hyper-V Manager" and check the status of the "MediWiki" virtual machine. 
And in the below screenshot you can see that our  "MediWiki"is running and started.

Aman Dhally PowerShell


That's all for today. See you in the next blog post.


Aman Dhally Manya Dhally


 


Thanks.


Aman Dhally


Come and join my journey of : “100 Days of Self Improvement” on


 


Facebook: https://www.facebook.com/100DoSI 


If you like, you can follow me on Twitter and Facebook. You can also check my “You Tube channel for PowerShell video tutorials. You can download all of my scripts from “Microsoft TechNet Gallery”.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.