Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Locating Mount Points Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Beginning with PowerShell and Word
- PowerShell 4.0 Now Available for Download
- Quick Hits: Finding Exception Types with PowerShell
- Quick Hits: Adding Items to an Array and a Look at Performance
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Checking for a TCP Listener Connection
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
Tag Archives: Powershell
Updating An Existing Get-ProductKey Function
A couple of days ago I received my daily PowerTips email from PowerShell.com talking about how to get the Windows Product key via PowerShell from your local system. The code is simple and to the point to look for and … Continue reading
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