We have some auditing we do to check if any VM "isolation" settings have changed.
I have a script that checks all VMs (and exports that as a .html file), but i don't want to log into PowerGUI every week and run it.
I don't want to log into the VCenter server and run it either. I want the script to run on it's own, weekly.
I don't want to create a script that connects to the VCenter that has to include a username and password.
I also don't want to make any ALARMS to do this.
So, I guess the only way is to create a Windows Scheduled Tasks on the VCenter server, and point it to the script?
Will it run without credentials?