The popularity and fun I've been having with creating pseudo #powershell scripts has started to spread. Not only am I writing more of them every day but I'm seeing many others as well. Recently Cody Bunch and I spat a few back and forth and it looks like we've settled on the Twitter hashtag of #PoshFun for these little scripts. I figured I might as well post some of the more recent ones. I have a feeling I'll be doing this periodically. Since I want there to be a "learning" element to this I'll try to find clever ways of demonstrating PowerShell functionality when I am able. In the end I'm going to go where geek culture and humor take me. I invite you to join in! Post your #PoshFun in the comments and on twitter with the #PoshFun hashtag!
-----------------------------------------
Get-Rings | where{$_.rule -eq "all" -and $_.findthem -eq $true} | Bring-All | Bind-All -destination "Darkness"
-----------------------------------------
$thelove = (get-feeling).type
-----------------------------------------
Get-Dork | where{$_.name -match "Josh"}
-----------------------------------------
Get-Jungle "The" | Write-Host "Welcome to $_"
-----------------------------------------
Hey-Sister -Size "Little" | Get-One "Want" | Hey-Sister -Size "Little" | Write-Host "Shot gun!"
-----------------------------------------
Get-Restaurant -Location (Get-Universe -Location "End")
-----------------------------------------
if ( $vcp -ne 5) { Get-BrownBag -location "http://bit.ly/z3ugke" -time "7PM CST"}
-----------------------------------------
$timetilbrownbag = (Get-Date "1/26/2012 1am") - (Get-Date).ToUniversalTime()