Hyper-V and PowerShell: A Deep Dive into Get-VM

by Eric Siron

In the introductory article of this series, we talked about objects in PowerShell and how the large and grandiose uses of PowerShell are difficult to explain. While reflecting on that article, I realized that out of all the programming languages that I know, PowerShell’s verb-noun convention is probably the best way there is. This article will revisit that subject along with an investigation of the Get-VM cmdlet. If you’ve already got a good understanding of PowerShell objects and just want to learn about Get-VM, skip to the second half.

Read the full article

Original post link: Hyper-V and PowerShell: A Deep Dive into Get-VM