I have a Win 10 Hyper-V VM running and I want to simulate plugging in a virtual USB Memory Stick so that it appears in the VM as a drive letter in Windows Explorer.
The virtual USB Memory Stick is a vhdx file.
I could do this using Mount-DiskImage on the VM, but I want to do it from the Host (where the vhdx file is).
Put another way, how can I use Add-VMHardDiskDrive from the host, while the VM is running?
I want to do this using PowerShell, and I'm running Server 2019 Standard and the VM is Generation 1

