Tutorial for create a virtual hard drive with Powershell<br /><br />Helpful links<br />- <br /><br />Helpful commands<br />- New-VHD -Path e:\disks\usb16gbgpt.vhdx -Dynamic -SizeBytes 16GB | <br />- Mount-VHD -Passthru | <br />- Initialize-Disk -PassThru -PartitionStyle GPT | <br />- New-Partition -DriveLetter G -UseMaximumSize | <br />- Format-Volume -FileSystem NTFS -NewFileSystemLabel USB16GBGPT -Confirm:$false –Force <br /><br />If you like this tutorial, then click "Like"