PowerShell v3 goodness
Downloaded and installed PowerShell v3 and its associated new operating system (Windows 8) from MSDN in the week.
One nice new cmdlet is Unblock-File.
Download a bunch of files from the Internet and you have to unblock them. Its now this easy
Get-ChildItem -Filter *.d* | Unblock-File