Summary: Learn how to use Windows PowerShell to disconnect from a virtual disk.
How can I use Windows PowerShell to disconnect from a virtual disk?
Use the Disconnect-VirtualDisk cmdlet and specify the friendly name, for example:
Disconnect-VirtualDisk -FriendlyName VirtualDisk01