Books
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Querying UDP Ports with PowerShell
- Starting,Stopping and Restarting Remote Services 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: 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