Create a command that gets the total amount of VM & CPU time of all processes and export it to an html file. Make it so the output file only displays "Count", "Sum", and "Property" fields.
Create a command that gets all process except the ones named PowerShell. Sort them by VM. Keep only the top 10. Sum the amount of VM these 10 processes are using.
Lastly, Create a command that will show the name of all processes that have a WS greater than 1/5 of the VM allocated.
Any help would be greatly appreciated.