Books
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Querying UDP Ports with PowerShell
- Quick Hits: Ping Sweep One Liner
- PowerShell and Excel: Adding Some Formatting To Your Report
- Getting the Icon from a File Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and WPF: StackPanel
- Get All Members of a Local Group Using PowerShell
- Locating Mount Points Using PowerShell
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Tag Archives: background jobs
Turn Your PowerShell Console Title Bar Into A RSS/Weather Ticker
Something fun that I have been working on was a way to utilize the PowerShell console title bar for something other than just displaying a static message and then it hit me that the title bar would make an excellent … Continue reading
Posted in Modules, powershell, scripts
Tagged background jobs, console, Powershell, RSS, timer, weather
10 Comments
Quick Tip To Find Out What Your Background Jobs Are Doing
One of the great things about PowerShell is the use of background jobs to run long operations while still having access to your console, or running multiple jobs to gather your data that much quicker than doing a sequential approach. … Continue reading
Guest Blog on “Hey, Scripting Guy!” About Scaling Background Jobs and Rebooting Systems
My 5th guest blog on Microsoft’s “Hey, Scripting Guy!” is out today .In this article I talk about using background jobs and scaling them to perform a monitored reboot of systems. Link to the article is here. Enjoy!
Posted in News, powershell
Tagged background jobs, guest blog, news, Powershell, scripting guy
Leave a comment