Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Speedy Network Information Query Using PowerShell
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Using PowerShell Parameter Validation to Make Your Day Easier
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Using PowerShell to Query Web Site Information
- PowerShell and Excel: Adding Some Formatting To Your Report
- Quick Hits: Ping Sweep One Liner
- Quick Hits: Finding Exception Types with 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
Category Archives: WSUS
Fix Duplicate WSUS ClientIDs Using PowerShell
A common issue when using a ‘template’ or an OS image that hasn’t been sysprepped is that each client that has the same clientID will appear and disappear from the WSUS console (only 1 client will appear at a time). … Continue reading
Posted in powershell, scripts, WSUS
Tagged clientID, Powershell, registry, remote registry, wsus
6 Comments
Video From Mississippi PowerShell User Group Presentation on WSUS and PowerShell Available
The video recording from my presentation on WSUS Administration with PowerShell has been posted and is now available to be viewed. The presentation materials from this are available at the link below. WSUS Administration Using PowerShell PowerShell and WSUS … Continue reading
Speaking at the Mississippi PowerShell Users Group on WSUS in September
I have the honor of being a speaker at the Mississippi PowerShell Users Group (MSPUG) on September 10th. A big thank you to Mike Robbins (Twitter | Blog) for extending the invitation to talk about one of my chapters from … Continue reading
Using the WSUS API and PowerShell to Perform Maintenance on the SUSDB Database
In my previous article, I showed how you can utilize the Windows Server Update Services (WSUS) API to connect to the SUSDB database that is being used by the WSUS server to perform T-SQL queries against the database for information. … Continue reading