Get-SCVMXComputerConfiguration

Gets VMX computer configuration objects from the VMM database that are associated with one or more VMware-based virtual machines.

Description

The Get-SCVMXComputerConfiguration cmdlet gets one or more VMX computer configuration objects from the System Center Virtual Machine Manager (VMM) database that are associated with one or more VMware virtual machines. Information about a virtual machine computer's hardware, disks, and operating system is stored in the VMX computer configuration object. 

A VMX computer configuration object is used by the New-SCV2V cmdlet when it converts a VMware-based virtual machine deployed on an ESX host to a virtual machine deployed on a Windows-based Hyper-V host.

For more information about Get-SCVMXComputerConfiguration, type: "Get-Help Get-SCVMXComputerConfiguration -online".

Parameters

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

VMXPath

Required? false
Accept Pipeline Input? false
Position? named
Specifies the full UNC path to the .vmx file of a VMware virtual machine.

Example format:  \\ServerName\VolumeName\DirectoryName\VMwareVM.vmx

Examples

1: Get all VMX computer configuration objects in your VMM environment.
PS C:\> Get-SCVMXComputerConfiguration -VMMServer "VMMServer01.Contoso.com"
This command gets all VMX computer configuration objects from the VMM database and displays information about these VMX computer configuration objects to the user. 

See Also