Welcome to the Microsoft Script Center. We are dedicated to the system administrator scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell to reduce time spent performing mundane tasks.
Â
What's new?
Check out the Hey, Scripting Guy! blog to catch all the latest news, events, and, of course, scripts!
PowerTip: Use PowerShell to Unblock Files Summary: Use Windows PowerShell to unblock files downloaded from the Internet.
How can I use Windows PowerShell to unblock a script that I downloaded from the Scripting Guys Script Center Repository so that I can to use it?
If you are sure you want to run the script, use the Unblock-File cmdlet:
Unblock-File -Path C:\fso\Register-FileToDelete.ps1
Saturday, Oct 19