extractVMIOstats.ps1 README
---------------------------

Prerequisites:
- Make sure in vCenter Settings, the statistics level is 3 for the 5 minute interval (default, unless simple vCenter installation was performed)
- PowerShell v2 or above
- vSphere PowerCLI 5.8 or above

Installation:
- Copy the extractVMIOstats.ps1 script into a directory of your choice
- Run vSphere PowerCLI Link from Start Menu
- Run following command: Set-ExecutionPolicy RemoteSigned
- Open the script and edit the parameters above the line saying "Do not modify below this line" according to your needs


Execution:
- Change to the script directory and execute the script using the parameter 'interval' in hours of your choice:
	e.g.: .\extractVMIOstats.ps1 -interval 12

