如何在组策略中指定.NET程序集信任?
我在网络共享上有一些 .NET 程序集,我需要向所有用户授予 FullTrust 访问权限。 使用组策略执行此操作的最佳方法是什么?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想通过组策略执行此操作:
Lookup caspol.exe 以通过命令行创建安全组。 它有助于浏览 .NET 安全向导并密切关注所选的窗口名称和选项,因为一些 caspol 命令非常神秘。
创建一个运行此脚本的脚本命令。
通过配置部署> Windows 设置 > 组策略的脚本部分。
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.