As such I had following guest activities in mind
- - logoff
- shutdown
- restart
- run command inside guest
Do you want these actions to be done depending on particular performance values or not (For instance, if CPU usage>90% do logoff)?stemplar wrote:E.g. a logoff after 12 hours of CPU activity, a delayed logoff at 21:00, or a restart after 24 hours would be nice.
But you can already do that via script that can be triggered as a post alarm action. For example, using "psexec" you can run any command inside the Guest OS:stemplar wrote:It would be nice have some more built-in/predefined commands as a result of an alarm.
As such I had following guest activities in mind
- logoff
- shutdown
- restart
- run command inside guest
Code: Select all
C:\PSExec\PsExec.exe \\NAME_OF_THE_MACHINE -u USERNAME -p PASSWORD -i "ANY EXECUTABLE IN THE GUEST OS"
Users browsing this forum: No registered users and 3 guests