Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Weekly Scheduled Task: Update-Help and Get-Job

$
0
0

Once a week this runs automatically and produces a PSJob:

     Id Name PSJobTypeName State HasMoreData Location Command

     -- ---- ------------- ----- ----------- -------- -------

     12 UpdateHelp PSScheduledJob Completed True localhost Update-Help -Module * ...

 

My question is this: Do I need to do a Receive-Job on each of these or just Remove-Job?


Viewing all articles
Browse latest Browse all 6937

Trending Articles