VMware Cloud Community
mikehenry14
Contributor
Contributor

How to automate a VM Console?

I want to do some operations at the console of a particular VM using script. Is it possible to automate the VM console using PowerCLI or any other way?

Tags (1)
Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

Do you want to open the VM's console, or run an automated script with those actions on the VM ?

The first case can use the new Open-VMConsoleWindow cmdlet.

The 2nd option can be done thourgh the Invoke-VMScript cmdlet.

Perhaps if you could give some more details of what you actually want to do ?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos