I have to generate a report every month for all my servers showing the average memory, cpu and disk utilization.
Currently, I am manually going to the portal and generate the reports and sent them to my email. Then I read the value for each servers from the PDF report and update my management with a summary.
Is it possible to run a script (eg PowerShell) to collect or poll the average CPU, memory and disk space utilization for the servers?
Add comment