Syntax
Get-VMGuest [-VM] <VirtualMachine[]> [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
Retrieves the guest operating systems of the specified virtual machines. To specify a server different from the default one, use the -Server parameter.Parameters
Return Type
VMGuestNotes
Examples
-------------- Example 1 --------------
Get-VMGuest -VM VM
Retrieves the guest OS of the virtual machine named VM.