VBScript users have told me on occasion that they are really jealous of one feature of PowerShell: Write-Debug
Depending on the value of $DebugPreference this produces output when needed but makes it easy to silence diagnostic output once a script…
Read More
A few days ago I blogged about packet sniffer PowerShell script. Needless to say I was intrigued and spent some time dissecting to better understand it. Don’t worry, no PowerShell scripts were harmed during this operation. This is a nifty…
Read More
I came across a wicked PowerShell script (Trends in Technology: Powershell: IP Packet Sniffer Script ) that is essentially a PowerShell packet sniffer. How cool is that! It certainly won’t replace full blown sniffers like WireShark but I love having…
Read More