Introducing PwshBlog
January 01, 2019 —
Jesse Harris
Over the holidays I've kept myself busy by porting BashBlog to PowerShell. Although work is by no means complete, you can actually use it to edit an existing blogpost
Ip addresses on your subnet with xargs
September 01, 2018 —
Jesse Harris
xargs strikes again. This time I'm going to use it's parallel
feature to ping 255 machines very quickly. xargs has a parem -Px
where x is
the number of parallel processes to spawn of the subsequent process.
Xargs tips
August 31, 2018 —
Jesse Harris
After 12 years being a Windows admin, I've now used powershell more than other languages so I'm pretty fluent in it's syntax. So it makes me happy when I stumble upon bash/linux scripting paradigms which have been brought over to powershell.