< # .SYNOPSIS This script creates a process, then displays some performance counters. .DESCRIPTION This script calls System.Diagnostics.Process's Start static method to create a process. Then it displays perf stats till the process is stopped. Then it prints final stats out. .NOTES ...