vSphere PowerCLI Reference

Remove-CDDrive

Synopsis

This cmdlet removes virtual CD drives from their locations.

Syntax

Remove-CDDrive [-CD] <CDDrive[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

Online version
Get-CDDrive
New-CDDrive
Set-CDDrive

Detailed Description

This cmdlet removes virtual CD drives from their locations.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
CDCDDrive[]Specifies the virtual CD drives you want to remove.truetrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falsefalse$true
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse

Return Type

None

Notes

Examples

-------------- Example 1 --------------

$cd = Get-CDDrive -VM $vm -Template $template

Remove-CDDrive -CD $cd

Removes all CD drives for the specified virtual machines and templates.


Copyright © 1998 - 2014 VMware, Inc. All rights reserved.