Background jobs are very useful for commands that take long amounts of time to complete. A background job can be created on the local computer by using the Start-Job cmdlet. This particular cmdlet cannot be used to run a background job on another computer however. To do that, you would need to use the Invoke-Command [...]