I need to map a drive as a virtual USB so that when a male to male USB cord is plugged into both devices the folder that is now a mapped drive can be seen by the other device plugged into the other end of the USB cord.
Mapping the folder is easy enough. When this is run it maps a drive (K) that has the content in the folder "Folder1",
but how do I make this viewable by "Computer B" when the USB cable is plugged into both computers?
The second device is a Linux based computer
<$Path = "\Computer_AFolder1">
<New-PSDrive –Name “K” –PSProvider FileSystem –Root $Path –Persist?>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…