The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Learn how to discover more information about Windows PowerShell jobs.(image) How can I learn more about Windows PowerShell jobs?(image) To find out more about any Windows PowerShell topic, research the Help files for each cmdlet:Get-Help Start-Job –ShowWindowTo discover the job related cmdlets:Get-Command *jobNot ...
Summary: Richard Siddaway looks at how you can use Windows PowerShell jobs in your enterprise.
Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the seventh, and last, post in a series that, hopefully, will shine the spotlight on Windows PowerShell jobs, remind people of their ...
Summary: Learn how to protect the data in a Windows PowerShell job.
(image) How can I protect the data that is produced by a Windows PowerShell job?
(image) If the job is running and your Windows PowerShell session or computer crashes, you’ll lose the data. One possibility is that you can ...
Summary: Richard Siddaway looks at how Windows PowerShell jobs actually run.
Honorary Scripting Guy, Richard Siddaway, here today filling in for my good friend, The Scripting Guy. This is the sixth in a series of posts that, hopefully, will shine the spotlight on Windows PowerShell jobs, remind people of their capabilities, and encourage their...
Summary: Learn how to stop an unwanted Windows PowerShell job.(image) How can I stop an over-running Windows PowerShell job?(image) Even though this is not something you’d normally do, creating an infinite loop is a common (and potentially, very embarrassing) error. This job will run forever...