PowerShell Logo Small

Get-VMIdeController



This is the built-in help made by Microsoft for the command 'Get-VMIdeController', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the IDE controllers of a virtual machine or snapshot.

SYNTAX


Get-VMIdeController [-VMName] <String[]> [[-ControllerNumber] <Int32>] [-ComputerName <String[]>] [<CommonParameters>]
Get-VMIdeController [-VM] <VirtualMachine[]> [[-ControllerNumber] <Int32>] [<CommonParameters>]
Get-VMIdeController [-VMSnapshot] <VMSnapshot> [[-ControllerNumber] <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-VMIdeController cmdlet gets the IDE controllers of a virtual machine or snapshot.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306856

REMARKS

<

Examples


Example 1

PS C:\>Get-VMIdeController TestVM



Gets all IDE controllers belonging to virtual machine TestVM.




Example 2

PS C:\>Get-VMIdeController TestVM –ControllerNumber 0



Gets the first IDE controller belonging to virtual machine TestVM.