Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Setting up Local Administrator Password Solution (LAPS)
- Changing Ownership of File or Folder Using PowerShell
- Speedy Network Information Query Using PowerShell
- Locating Mount Points Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Building a TCP Server Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Using a ScriptBlock Parameter With a PowerShell Function
- Beginning with PowerShell and Word
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: patches
PowerShell Patch Utility PoshPAIG Updated to 2.1.5
I have just released version 2.1.5 of PoshPAIG, my patching utility, to the public. It is available for download at http://poshpaig.codeplex.com. I spent quite a bit of time ripping out the PSJobs infrastructure and replacing it with background PowerShell runspaces … Continue reading
PoshPAIG V1.6 released
I finally released PoshPAIG version 1.6 on Sunday. The link to it is here. I have 2 Guest Blogs with the Hey,Scripting Guy! blog (Thanks, Ed for letting me do this!) that will cover the new features. I will post … Continue reading
PowerShell Patch Audit/Install GUI (PoshPAIG) Released
For the past few months, I have been working on a project for work that has pretty much been taking me away from working other items such as PoshWSUS. This project, which I have named PoshPAIG (yea, it’s the best … Continue reading
Patch Installation using PowerShell, VBScript and PSExec
In my current environment, I am one of many people in our shop that carry the same task as many of you. That task is to patch our systems to ensure we keep ourselves up to date on the latest … Continue reading
Find pending updates on local or remote computers
This is more of an upgrade to a vbscript I found to run on all of our servers at work. Originally I used the vbscript along with PSExec to remotely run the file on each remote machine which would then … Continue reading