Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Building a Chart Using PowerShell and Chart Controls
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- A Look at Try/Catch in PowerShell
- Translate Color Name to ARGB Using PowerShell
- PowerShell and WPF: Introduction and Building Your First Window
- PowerShell and Excel: Adding Some Formatting To Your Report
- PowerShell and WPF: Buttons
- Quick Hits: Ping Sweep One Liner
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
Monthly Archives: February 2011
Microsoft Community Contributor Award | 2011
On Friday afternoon I was checking my email when I came across an email from support@microsoftcommunitycontributor.com saying that I was being awarded for my contributions to the Microsoft community. Dear Boe, Congratulations! We’re pleased to inform you that your contributions … Continue reading
Creating a Report of Log File Data using Regular Expressions, Arrays and Hash Table
As I was checking my email early in the morning, I saw an email from co-worker asking me to write a script to parse through some logs that were generated from another script that listed the date the script is … Continue reading
Posted in powershell, scripts
Tagged array, hash table, logs, Powershell, regex, Regular Expressions
5 Comments
Querying UDP Ports with PowerShell
It was brought to my attention earlier in the week that my Test-Port script had a fairly big bug involving checking the UDP port to determine whether it was open or not. Initially, the function would always come back with … Continue reading
More Web Services with PowerShell: Geo IP Location
Now that I have been bitten by the New-WebServiceProxy bug and built the weather function in a previous blog, I decided to work on another function to grab an IP address and show the country of origin. So without re-hashing … Continue reading
Guest Blog on Hey, Scripting Guy! on Querying for X509 Certificates
A month ago, I was asked by Ed Wilson if I wanted to write a guest blog on the Hey, Scripting Guy blog. Naturally, I said yes to this because this an opportunity to write for a great guy like … Continue reading