Get-VMXIdeDisk
get Information on the Connected IDE Disks of a VM
NAME
Get-VMXIdeDiskÜBERSICHT
A brief description of the Get-VMXideDisk function.SYNTAX
Get-VMXIdeDisk [-VMXName <Object>] [-config <Object>] [<CommonParameters>]Get-VMXIdeDisk [-VMXName <Object>] [<CommonParameters>]
Get-VMXIdeDisk [-vmxconfig <Object>] [<CommonParameters>]
VMXName IDEAddress Disk
——- ———- —-
ISINode1 ide0:0 boot0-cl1.vmdk
TypeName: System.Management.Automation.PSCustomObject
Name MemberType Definition
—- ———- ———-
Equals Method bool Equals(System.Object obj)
GetHashCode Method int GetHashCode()
GetType Method type GetType()
ToString Method string ToString()
Disk NoteProperty System.String Disk=boot0-cl1.vmdk
IDEAddress NoteProperty System.String IDEAddress=ide0:0
VMXName NoteProperty System.String VMXName=ISINode1