Skip to main content

Notifications

Bulk Unblock the Assemblies for XrmToolBox

I’m a big fan of XrmToolBox developed by Tanguy Touzard, it is a must have tool for Dynamics CRM Professionals.

One thing that quite annoys me is every time I download the tool, the assemblies are blocked (due to Windows security to prevent rogue assemblies to run on the machine). So, I found a way on how to unblock the assemblies in bulk using PowerShell.

The syntax goes like this:

gci <your XrmToolBox folder> | Unblock-File

eg:

gci c:\XrmToolBox | Unblock-File

I hope this helps!

Comments

*This post is locked for comments