Skip to content

Instantly share code, notes, and snippets.

View mcollier's full-sized avatar
🏠
Working from home

Michael S. Collier mcollier

🏠
Working from home
View GitHub Profile
@mcollier
mcollier / teched_na_2013_downloads.ps1
Last active December 18, 2015 07:49 — forked from erichexter/download.ps1
Download videos and slides from TechEd NA 2013.
cls
[Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
$rss = (new-object net.webclient)
#Set the username for windows auth proxy
#$rss.proxy.credentials=[system.net.credentialcache]::defaultnetworkcredentials
# TechEd NA 2013
#$dataFeed = "http://channel9.msdn.com/Events/TechEd/NorthAmerica/2013/rss/mp4high/?sort=sequential&direction=desc&term=&r=Developer+Tools+%26+Application+Lifecycle+Management&r=Windows+Azure+Application+Development&y=Breakout&Media=true#fbid=FDnmapgI5Hf"