Books
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Querying UDP Ports with PowerShell
- Quick Hits: Ping Sweep One Liner
- PowerShell and Excel: Adding Some Formatting To Your Report
- Getting the Icon from a File Using PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and WPF: StackPanel
- Get All Members of a Local Group Using PowerShell
- Locating Mount Points Using 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
Tag Archives: scripting games 2012
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
Scripting Games After 1 Week
After the 1st week of the Scripting Games and as we now enter the 2nd week with event 6 today, I figured it was a good time to take a look at some of the things that I have seen … Continue reading