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
- Quick Hits: Finding Exception Types with PowerShell
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
Powershell, Regular Expressions And You!
“^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$” Pretty scary, isn’t it? While most of you will never have to build something this long and complex, it still is a nice idea to learn how to use Regular Expressions in your scripts when you need to look … Continue reading
Retrieve computer status with IP Address
Here is a simple script that I posted both in the Powershell forums and on the technet script repository. Basically all it does is take either a provided computername or reads from a host list and proceeds to “ping” each … Continue reading
Password Generator
During my time as a help desk/service center rep, we had a tool which would generate a password via a form and button and then was able to print out the form to give to each customer to take with … Continue reading
Embedding Passwords in a Script
While hanging around the Microsoft Technet Powershell forums, I came across a question regarding having a hard-coded password for a user account to run a query against some servers. I many cases, this is never a good idea as if … Continue reading
Tech-Ed 2010
In case anyone was curious, I took second place in the Microsoft 2010 Scripting Games this year and won a pass to Tech-Ed 2010 in New Orleans, LA. I had a blast during this time and learned a lot of … Continue reading