I have a powershell 2.0 script which should run a command on several servers and process the output.
I want to run the command and the processing for each server in a backgr
For Latest version of PS you can create a New Session and use it with Invoke-Command start-job cmdlets instead of using the ComputerName arguments directly.