Aug 19 2012 2:38AM GMT
Posted by: Richard Siddaway
PowerShell 3
PowerShell v3 goodness
Posted by: Richard Siddaway
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




