Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to disconnect virtual disk

$
0
0

Summary: Learn how to use Windows PowerShell to disconnect from a virtual disk.

Hey, Scripting Guy! Question How can I use Windows PowerShell to disconnect from a virtual disk?

Hey, Scripting Guy! Answer Use the Disconnect-VirtualDisk cmdlet and specify the friendly name, for example:

Disconnect-VirtualDisk -FriendlyName VirtualDisk01


Viewing all articles
Browse latest Browse all 3333

Trending Articles