PoshCode Archive  All files named "VM-Performance-Report.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for VM-Performance-Report.ps1

2018-06-10
13:26
The script requires an input file, supplied as an argument to the script. The first line of this file contains an email address, subsequent lines contain VM names, one per line. The script connects to vCenter, queries for given performance stats (get-stat) and then generates a HTML report, which is then emailed to the recipient. The script can be scheduled via scheduled tasks (when supplied with a credential file for vCenter created with http://poshcode.org/3487) or run interactively. file: [7362960de1] check-in: [f11dee136d] user: Samuel Mulhearn branch: trunk, size: 20059
13:26
Added: The script requires an input file, supplied as an argument to the script. The first line of this file contains an email address, subsequent lines contain VM names, one per line. The script connects to vCenter, queries for given performance stats (get-stat) and then generates a HTML report, which is then emailed to the recipient. The script can be scheduled via scheduled tasks (when supplied with a credential file for vCenter created with http://poshcode.org/3487) or run interactively. file: [4b64e0239e] check-in: [e969913d92] user: Samuel Mulhearn branch: trunk, size: 19803