A memo about how to run commands in background in PowerShell. A memo. To run commands as background processes on the Windows PowerShell command line/console, use the Start-Job command as follows.
Example:
Start-Job { ruby C:\pg\selenium\ASPSearchResultToPDF.rb PLEX }