PoshPAIG
Back again with some more information on the Scripting Guys' powershell for patching and auditing.
If you have missed the first blog I found this whilst looking for something to help manage patches...I've not run this a couple of times in my environment (on servers which have no customer impact!) with good results.
Here's my findings...
Requirements:
And it is free.
So far I have used this for one of our full patch roll outs. More next week when I complete the second patch weekend.
Fingers crossed!
If you have missed the first blog I found this whilst looking for something to help manage patches...I've not run this a couple of times in my environment (on servers which have no customer impact!) with good results.
Here's my findings...
Requirements:
- Install Net Framework 4
- Install Powershell 3
- Download both components:
- http://poshpaig.codeplex.com/releases/view/100929
- http://technet.microsoft.com/en-us/sysinternals/bb897553
- You may need to bypass the execution policy
- set-executionpolicy bypass
- You may need to add a firewall rule to your servers
- Rule Type: Custom Rule
- Program - Keep defaults
- Protocol Type: TCP
- Local port: RPC Dynamic Ports
- Scope - Keep defaults
- Action - Keep defaults
- Profile - Keep defaults
- Name it. Finish
What I did:
- Export list from vSphere client of all VM's
- Edit this list in Excel to show only those powered on and patch applicable (Windows)
- Cut the server list into Notepad saved this as a txt file
- Imported the txt file into PoshPAIG (host file import)
- Select All the servers
- Ran Audit Patches
- Bingo!
And it is free.
So far I have used this for one of our full patch roll outs. More next week when I complete the second patch weekend.
Fingers crossed!
Comments
Post a Comment