Hello
We recently upgraded our clusters to the 8.0.3 release. Now that is done, my next step is to set up daily reports to get the status of each cluster.
My plan is to use PowerCLI to accomplish this task.
I have been experimenting with the VMwareDailyReport script, and it seems to work well when run interactively. Doing it through Task Scheduler has been problematic. The script will generate the output file, but it will not send the email. Also, while the script will run on a Windows 11 Pro workstation, it will not run on a Windows 2019 server. The code for the script has been attached to this posting. Both instances utilize PowerShell 7 for running the script.
I would like to get the script run successfully via Task Scheduler on either the Windows 11 Pro workstation or Windows 2019 server.