Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

You will have to use a command in the Guest OS for that.
Something like for example

Get-WmiObject win32_quickfixengineering |
Sort-Object -Property installedon -Descending |
Select-Object -First 1 -Property installedon



You can use the Invoke-VMScript cmdlet to run such a Guest OS command, provided all the prerequisites are fulfilled.


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

Reply
0 Kudos