June 2014
Intermediate to advanced
428 pages
9h 9m
English
This recipe will show you how to find the VMM PowerShell command to automate tasks in VMM. The Get-Help cmdlet not only displays information about the cmdlet, but it also displays references, examples of usage, and notes.
Start the VMM PowerShell command with administrator rights. For more information, refer to the Introducing VMM PowerShell recipe in this chapter.
Help topics have been provided for each VMM PowerShell cmdlet, including general examples.
To display a list of all the VMM cmdlets, start the VMM PowerShell and use the Get-Command cmdlet:
PS c:\>Get-Command -CommandType Cmdlet
You can also use Get-Command to view all VMM cmdlets that contain specific nouns or verbs, ...
Read now
Unlock full access