Author Archives: Boe Prox

Scanning ports on multiple hosts

Recently we had an issue that called into the use of checking to see if some ports were open and listening on our servers.  Naturally, we could have used a tool such as portqry.exe to gather this information. However, you … Continue reading

Posted in powershell, scripts | Tagged , , , , | 20 Comments

PowerCLI 4.1 cmdlet poster

Working with a VMWare infrastructure, I have been getting more involved with the PowerCLI snap-in that is available for download to manage our systems.  In case anyone was wondering, you can download and print off a poster listing all of … Continue reading

Posted in PowerCLI, powershell, VMWare | Tagged , , | 1 Comment

Converting CSV file or files into an Excel workbook

Update 07SEPT2010: Updated script based on an excellent comment to use the Paste() method for converting CSV files into an excel workbook. Thanks Luc! While going through the Technet Powershell Forums and Scripting Guys Forums, I came across a question … Continue reading

Posted in powershell, scripts | Tagged , , | 34 Comments

Convert bytes to highest available unit

Unfortunately, I had something else in mind to post this weekend, but life and some other things prevented me from doing so.  Maybe next weekend… Because I wanted to get at least something out this weekend, I am going to … Continue reading

Posted in powershell, scripts | Tagged , , , | 3 Comments

Balloon Notifications with Powershell

You’ve probably seen those balloon pop-ups at your computer at some point in time.  Most likely it was saying something about having updates that need to be installed on your computer.  They pop-up and say something and you can either … Continue reading

Posted in powershell | Tagged , | 7 Comments