![]() NAME Remove-UsbDevice SYNOPSIS Removes the specified USB devices from a virtual machine. SYNTAX Remove-UsbDevice [-UsbDevice] DESCRIPTION Removes the specified USB devices from a virtual machine. PARAMETERS -UsbDevice Specify the USB devices you want to remove. Required? true Position? 1 Default value Accept pipeline input? true (ByValue) Accept wildcard characters? false -WhatIf Indicate that the cmdlet is run only to display the changes that would be made and actually no objects are modi fied. Required? false Position? named Default value Accept pipeline input? false Accept wildcard characters? false -Confirm If 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. Required? false Position? named Default value $true Accept pipeline input? false Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters". INPUTS OUTPUTS none NOTES -------------- Example 1 -------------- C:\PS>Get-UsbDevice -VM (Get-VM -Location $host) | Remove-UsbDevice Retrieves the virtual machines on the host stored in the $host variable and removes their USB devices. RELATED LINKS Online version: http://www.vmware.com/support/developer/PowerCLI/PowerCLI501/html/Remove-UsbDevice.html Get-UsbDevice |