Syntax
Get-CDDrive [[-VM] <VirtualMachine[]>] [[-Template] <Template[]>] [[-Snapshot] <Snapshot[]>] [-Id <String[]>] [-Name <String[]>] [-Server <VIServer[]>] [<CommonParameters>]Related Commands
Online versionDetailed Description
Returns a set of virtual CD drives that belong to the virtual machines, templates, and snapshots specified by the VirtualMachine, Template, and Snapshot parameters. At least one of these parameters must be provided. To specify a server different from the default one, use the -Server parameter.Parameters
| Name | Type | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|---|
| VM | VirtualMachine[] | Specify the virtual machines from which you want to retrieve virtual CD drives. | false | true (ByValue) | |
| Template | Template[] | Specify the virtual machine templates from which you want to retrieve virtual CD drives. | false | true (ByValue) | |
| Snapshot | Snapshot[] | Specify the snapshots from which you want to retrieve virtual CD drives. | false | true (ByValue) | |
| Id | String[] | Specify the Ids of the CD drives you want to retrieve. | false | false | |
| Name | String[] | Specify the names of the CD drives you want to retrieve. | false | false | |
| Server | VIServer[] | Specify the vSphere servers on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer. | false | false |
Return Type
CDDriveNotes
Examples
-------------- EXAMPLE 1 --------------
Get-VM -Name VM | Get-CDDrive
Connects to a vSphere server and retrieves the CD drive of the virtual machine named VM.