How to access Virtual machine using powershell script
- by Sheetal
I want to access the virtual machine using powershell script. For that I used below script,
Enter-PSSession -computername sheetal-VDD -credential compose04.com\abc.xyz1
where, sheetal-VDD is hostname of virtual machine
compose04.com is the domain name of virtual machine and
abc.xyz1 is the username of virtual machine
After entering…