I have some .NET assemblies on a network share that I need to give FullTrust access to all of my users. What is the best way to do this using Group Policy?
A:
If you want to do it through group policy:
Lookup caspol.exe in order to create a security group via the command line. It helps to walk through the .NET security wizard and pay close attention to the window names and options selected because a few of the caspol commands are extra cryptic.
Create a script which runs this command.
Deploy via the Configuration > Windows Settings > Scripts section of group policy.
jellomonkey
2009-04-27 04:36:52