Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Using PowerShell Parameter Validation to Make Your Day Easier
- PowerShell and Events: Object Events
- Quick Hits: Ping Sweep One Liner
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Locating Mount Points Using PowerShell
- PowerShell and Excel: Adding Some Formatting To Your Report
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
Author Archives: Boe Prox
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
A Week of Hey, Scripting Guy! with WSUS and PowerShell
I’ve taken over the Hey, Scripting Guy! blog for the week to talk about using PowerShell to manage a WSUS server starting today! Thanks, Ed for giving me the entire week to talk about this topic. I will update this … Continue reading
Starting,Stopping and Restarting Remote Services with PowerShell
A common task that a System Administrator might face in their day is restarting a service on a remote system. While this can be accomplish using the Services.MSC or another various GUI, you have to load the GUI, then connect … Continue reading
Enable .Net 4.0 access from PowerShell V2
While working on an update to one of my projects, PoshPAIG, I decided that I wanted to take a look at using a DataGrid as a possible replacement to the use of a ListView. The problem I ran into right … Continue reading
Compare-Object Weirdness? Or Business as Usual?
I came across this forum question on the Hey, Scripting Guy! forum the other day and couldn’t help but take up the challenge of finding out and providing (hopefully) a good explanation as to why the following code snippet did … Continue reading