Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Using PowerShell Parameter Validation to Make Your Day Easier
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Give PowerShell a Voice Using The SpeechSynthesizer Class
- PowerShell and Excel: Adding Some Formatting To Your Report
- Locating Mount Points Using PowerShell
- PowerShell and WPF: Checkboxes
- PowerShell and Events: Object Events
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
Yet Another Countdown Timer Using PowerShell
So I have been literally sitting on this script for about a year now and am finally looking to publish it after seeing Josh Atwell’s awesome post about writing a countdown timer in the PowerShell console and using it as … Continue reading
Scripting Games 2012: Know When To Use Format-Table
This was a common occurrence during the Scripting Games. Someone writing a great script or one liner that gave me everything that I needed. But then right at the end I see something like this: | Format-Table Ok, what is … Continue reading
Posted in powershell, Scripting Games 2012
Tagged Format-Table, Powershell, scripting games 2012, tips
3 Comments
Expert Commentator Post on Hey, Scripting Guy! For Advanced Event 2
My Expert Commentator post on Hey, Scripting Guy! is live today. My focus today was on Advanced Event 2 with my own solution and explanation behind it. I had a fun time working on it and hope you enjoy it, … Continue reading
Posted in News, powershell, Scripting Games 2012
Tagged Advanced Event 2, Powershell, scripting games 2012, scripting guy
Leave a comment
Scripting Games 2012 Notes: Wait A Second, $True –eq “False”?!?
Yes, what you are reading is correct,$True does in fact equal “False” in PowerShell. While this exact line was not used recently in the Scripting Games this year, people competing and submitting scripts did do something similar that gave a … Continue reading
Posted in powershell, Scripting Games 2012
Tagged boolean, Powershell, scripting games 2012
2 Comments
Scripting Games 2012: Quick Tips
Some things have really been standing out for me during the Scripting Games that I can’t contain anymore. So with that, here are a small list of things that you really really need to watch out for: Know when to … Continue reading