Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using PowerShell to Query Web Site Information
- Building a TCP Server Using PowerShell
- Create a Mouse Cursor Tracker using PowerShell and WPF
- Converting CSV file or files into an Excel workbook
- PowerShell and Events: Permanent WMI Event Subscriptions
- Using a ScriptBlock Parameter With a PowerShell Function
- Find pending updates on local or remote computers
- PowerShell and WPF: Buttons
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
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
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
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
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
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