Browse by Tags
All Tags »
Quick 'n Dirty (RSS)
On an internal PowerShell scripting DL the question was posed as to how one would get a list of applications with firewall exceptions. Here was the answer that I sent: function getfwexceptions { $fwmgr = ( new - object -com hnetcfg.fwmgr).localpolicy.currentprofile
Read More...
Did you know that you can access and even run Sysinternals tools right from the Internet? http://live.sysinternals.com/ I tend to use them like this... C:\utils>pushd \\live.sysinternals.com Z:\>strings /accepteula c:\utils\stringtest.txt Strings
Read More...
Since patching is currently on the brain I thought that I'd also include this little VBScript that I wrote a while back to do a quick 'n dirty patch validation. The script takes two arguments 1) a file with the servers to target (one per line) and 2)
Read More...
To some of you the second Tuesday of each month is just another day, but to the rest of us this day is known as "patch Tuesday". The second Tuesday of each month is when Microsoft releases security updates for it's products to the world. Our group previously
Read More...