#vBrownBag Contest – Adventures in PowerShell

Cody blogged earlier regarding his Python solution to easily and fairly identifying #vBrownBag lottery winners. I chose to go the PowerShell route, but more as a fun little thing to do than anything. Ultimately it was Cody’s code that picked the winners. So here’s my solution using PoSH. $spreadsheet = Import-Csv c:\Users\damian\Desktop\vBrownBag_Giveaway.csv $prizes = @{“Trainsignal”
-> Continue reading #vBrownBag Contest – Adventures in PowerShell