1
May 27, 2011 11:59 PM
Posted by: Colin Smith
Background Jobs, Powershell
Powershell Start and Stop -job
Posted by: Colin Smith
Today I finished writing a couple scripts that are going to be gathering perfmon counters and pushing them into a DB for me. This is great but I am going to need to run two separate scripts that do this at the same time. So I found Start-job and End-job. these are great because now I can just write...




