I'm writing a PowerShell script to fix an issue with an ESXi host running on a UCS blade where adding NICs to the service profile in UCS Manager can cause virtual NIC aliases in ESXi to be shifted out ...
I've come to a point where the script does what is needed, grabs data, generates html, fires off email etc properly, and I tried scheduling it under a service account. I've made a batch file that ...