PowerShell for Windows Admins

Aug 19 2012   2:38AM GMT

PowerShell v3 goodness



Posted by: Richard Siddaway
PowerShell 3

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

Comment on this Post

Leave a comment: