October 2015
Intermediate to advanced
430 pages
8h 26m
English
Modifying a virtual machine can be divided into many categories. We have divided it as follows:
As given in the preceding list, we will start with managing CD drives and floppy drives:
We will use the following cmdlets to manage the CD drives and floppy drives in a VM:
Get-CDDrive / Get-FloppyDriveNew-CDDrive / New-FloppyDriveRemove-CDDrive / Remove-FloppyDriveSet-CDDrive / Set-FloppyDriveTo get a list of connected CD or floppy drives, we can use the Get-CDDrive or Get-FloppyDrive cmdlet. For example, by running this cmdlet, we can find out that the Test-1 VM is currently ...
Read now
Unlock full access