Hyper-V
Configure VM
Add-VMNetworkAdapter -VMName $vmName -SwitchName $switchName
command get
command list
command set
command remove
Add-VMHardDiskDrive -VMName $vmName -ControllerType IDE -ControllerNumber 0 -Path $vhdPath
Add-VMNetworkAdapter -VMName $vmName -SwitchName $switchName
command get
command list
command set
command remove
Add-VMHardDiskDrive -VMName $vmName -ControllerType IDE -ControllerNumber 0 -Path $vhdPath