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?