cdxml


Jobs in Powershell

This post serves more as a reference that an introduction to Powershell Jobs. Cmdlets are: Get-Job, Receive-Job, Remove-Job, Resume-Job, Start-Job, Stop-Job , Suspend-Job and Wait-Job but other commands have -AsJob parameters (Get-WMIObject, Invoke-Command, CDXML snippets) Help can be found in the following topics: about_Jobs about_Job_Details about_Remote_Jobs about_Scheduled_Jobs about_Scheduled_Jobs_Advanced about_Scheduled_Jobs_Basics about_Scheduled_Jobs_Troubleshooting Suspend-Job and Resume-Job […]