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
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Setting up Local Administrator Password Solution (LAPS)
- Speedy Network Information Query Using PowerShell
- PowerShell and WPF: Writing Data to a UI From a Different Runspace
- Get All Members of a Local Group Using PowerShell
- Use PowerShell to remove local profiles
- Use the WSUS API and PowerShell to query the SUSDB Database
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: Scripting Games 2012
2012 Scripting Games Have Started!
That is right! The 2012 Scripting Games have officially kicked off! Head over here to get the first event (Beginner | Advanced) and then head to poshcode to sign in and submit your scripts for either the Beginner or Advanced … Continue reading
Guest Blog On Hey, Scripting Guy! On Prepping For The Scripting Games
My latest article for Hey, Scripting Guy! is live and talks about what you can do to prepare for the Scripting Games, which start on April 2, 2012. Let me know what you think about it! Tips for Preparing for … Continue reading
Posted in powershell, Scripting Games 2012
Tagged guest blog, scripting games 2012, scripting guy
Leave a comment
Scripting Games 2012 Tip: Proper Function Names
Many of you will compete in the Scripting Games this year, and most of you will look to write an Advanced Function or two or more. When doing this, one thing to keep in mind is the naming of the … Continue reading
Scripting Games 2012 Tip: Don’t Use Aliases
Continuing on from me last article, now we are looking at why using an alias in your script is not a good idea. There are a lot of aliases out there in PowerShell. Some even use the same alias as … Continue reading
Scripting Games 2012 Tip: Variable Names That Make Sense
This is something that I am going to do from now until the start of the Scripting Games. Basically I am going to discuss some areas to watch out for when writing scripts for the upcoming games. These are intended … Continue reading