So here is Demo  4 – Administering Hyper-V

 

I am planning to put more posts on my blog, looking at this subject in more depth, so stay tuned for more in depth demos.  This was is what I demo’d at Tech Ed 2008.  Notice the namespace that is used:

Gwmi –namespace “root\virtualization” –list

 

Gwmi –namespace “root\virtualization” –class msvm_computersystem | get-member

 

Gwmi –namespace “root\virtualization” –class msvm_computersystem | format-table elementname, enabledstate

 

 

Thanks


BenP