VMware Cloud Community
baber
Expert
Expert

How can transfer file between two vms without network connection

I have 3vms . powershell has installed on VM1 and VM1 can connect to vcenter but there is no network on VM2 and VM3 and vMware Tools has installed on all . now I need copy a file from VM2 to VM3 is that possible use powershell ? How can do it ?

 

Please mark helpful or correct if my answer resolved your issue.
0 Kudos
3 Replies
depping
Leadership
Leadership

you could mount a USB device for instance, copy it to USB, unmount, then mount it on the other VM, copy, unmount, mount, copy, unmount.

0 Kudos
depping
Leadership
Leadership

or add a virtual disk, copy the data there, then remove the disk without deleting it, and add the disk to the other VM

0 Kudos
baber
Expert
Expert

Thanks

but we cannot add disk or mount usb 

I want to know is that possible transfer with powershell ?

Please mark helpful or correct if my answer resolved your issue.
0 Kudos