Omaha PowerShell Users Group
Books
2013 Powershell Scripting Games
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Querying UDP Ports with PowerShell
- Quick Hits: Finding Exception Types with PowerShell
- Building a Chart Using PowerShell and Chart Controls
- Setting up Local Administrator Password Solution (LAPS)
- Locating Mount Points Using PowerShell
- Using PowerShell to Query Web Site Information
- PowerShell and Excel: Adding Some Formatting To Your Report
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
Category Archives: 2013 Scripting Games Judges Notes
Tips on Implementing Pipeline Support
Something that I was seeing during the first event of the Scripting Games was the use (or misuse) of implementing pipeline support for a parameter in a function or script. While most people did do this correctly, I did see … Continue reading
Scripting Games 2013: Event 1 ‘Favorite’ and ‘Not So Favorite’ Submissions
As a follow-up to my previous blog post, I plan to pick out a submission or two or three which stood out as my personal favorite and least favorite and tell you why I think this by pointing pieces of … Continue reading
Scripting Games 2013: Thoughts After Event 1
With Event 1 in the books for the 2013 Scripting Games, we are now in the voting period where the community gets the chance to play judge on all of the scripts submitted by voting and commenting on the submissions. … Continue reading
Posted in 2013 Scripting Games Judges Notes, Scripting Games 2013
Tagged event1, scripting games 2013, tips
10 Comments
Scripting Games 2013: Naming Conventions for Functions and Scripts
My last post of the night. While reviewing scripts, I have seen multiple entries that are something like the following: Move-LogFiles Move-ApplicationLogs Move-Files MoveFile What is the problem with this you ask? Well, for starters, there are no plural nouns … Continue reading
Posted in 2013 Scripting Games Judges Notes, Scripting Games 2013, Tips
Tagged function, naming, scripting games 2013, tips
2 Comments
The 2013 Scripting Games Are Coming!
The 2013 Scripting Games are coming up very quickly (April 25nd, to be exact) and things are a little different than last year. This year the competition is being hosted by PowerShell.org instead of by Microsoft\Hey, Scripting Guy! and the … Continue reading