Powershell scripting contest

Windows PowerShell Scripting Sweepstakes.

I think its kinda funny, though, that the first prize teaser in the description of the contest is two "all-expenses paid trips to Redmond, WA to meet the Windows PowerShell team". You know I'm sure I would enjoy meeting you all and everything...but I'd rather just have the Xbox. Unless I can get the xbox AND the trip to Redmond. :)

Submit your entry scripts in one (or all) of 12 categories:

  1. Active Directory
  2. SQL Databases
  3. IIS 6.0/7.0
  4. Networking
  5. Partner Category: PowerGadgets and NSoftware Network Management Cmdlets (free downloads)
  6. Hardware Asset/Hardware Configuration
  7. Inventory: Hardware, Operating System Settings, Installed Applications and Updates
  8. Registry/Windows Management Instrumentation (WMI)
  9. File System (quotas, permissions, etc.) or File Tasks (text files, XML, HTML, etc.)
  10. Exchange Server 2007
  11. System Center Operations Manager 2007
  12. Other Category (any useful script for customizing Windows PowerShell or managing systems via Windows PowerShell; Heck if you want to submit a GUI layered over cmdlets, we will consider that as a valid submission)

You might notice that category #5 mentions PowerGadgets (cmdlets for charting and graphing data) and /n software's NetCmdlets (cmdlets for secure network communication and management). I've been playing with both of these a lot recently, so look for more posts coming from me in the near future about both of these and PowerShell in general.

Technorati : cmdlet, msh, powershell

This article is part of the GWB Archives. Original Author: Lance Robinson

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.