2. Get Function detail.
You can get the function help with "Get-Help -detailed", for instance
Get-Help Get-CPUPerf -Detailed
Here is the sample for each function:
1. Get-CPUPerf
2. Get-DiskPerf
3. Get-MemoryPerf
4. Get-NetPerf
5. Get-ProcessPerf
Each function has several parameter, like -SortBy, -Top. you can customize it with your demand.
your suggestion and advice are welcomed. thanks