如何在组策略中指定.NET程序集信任?

发布于 2024-07-18 09:48:35 字数 74 浏览 5 评论 0原文

我在网络共享上有一些 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼亦尘 2024-07-25 09:48:35

如果您想通过组策略执行此操作:

  1. Lookup caspol.exe 以通过命令行创建安全组。 它有助于浏览 .NET 安全向导并密切关注所选的窗口名称和选项,因为一些 caspol 命令非常神秘。

  2. 创建一个运行此脚本的脚本命令。

  3. 通过配置部署> Windows 设置 > 组策略的脚本部分。

If you want to do it through group policy:

  1. 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.

  2. Create a script which runs this command.

  3. Deploy via the Configuration > Windows Settings > Scripts section of group policy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文