Get-SCVMXComputerConfiguration

Get-SCVMXComputerConfiguration

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

構文

Parameter Set: Default
Get-SCVMXComputerConfiguration [-VMMServer <ServerConnection> ] [-VMXPath <String> ] [ <CommonParameters>]

詳細説明

The Get-SCVMXComputerConfiguration cmdlet gets one or more VMX computer configuration objects from the Virtual Machine Manager (VMM) database that are associated with one or more VMware virtual machines. Information about a virtual machine computer 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.

パラメーター

-VMMServer<ServerConnection>

Specifies a VMM server object.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-VMXPath<String>

Specifies the full UNC path to the .vmx file of a VMware virtual machine.

Example format: -VMXPath "\\ServerName\VolumeName\DirectoryName\VMwareVM.vmx"

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • VMXMachineConfig

Example 1: Get all VMX computer configuration objects in your VMM environment

This command gets all VMX computer configuration objects from the VMM database and displays information about these VMX computer configuration objects to the user.

PS C:\> Get-SCVMXComputerConfiguration -VMMServer "VMMServer01.Contoso.com"

関連トピック

New-SCV2V

New-SCVMXComputerConfiguration

Remove-SCVMXComputerConfiguration