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 ?
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.
or add a virtual disk, copy the data there, then remove the disk without deleting it, and add the disk to the other VM
Thanks
but we cannot add disk or mount usb
I want to know is that possible transfer with powershell ?