是否可以以编程方式创建哈希规则?
我想使用 C#/VB、Powershell、WMI 或任何可能有效的方法,在 Windows 软件限制策略下以编程方式创建哈希规则。以前有人尝试过这个吗?
I wanted to programmatically create a Hash Rule under the Software Restriction Policies for Windows using either C#/VB, Powershell, WMI or anything that might work. Has anyone ever tried this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是具体的答案,但您可以使用 PowerShell 管理 GPO。我找到了 TechNet 杂志上一篇文章的链接,Simple Group Policy Administration with Windows PowerShell(此处是代码的下载链接)。
如果您有 Server 2008 R2 机器,则可以打开 PowerShell 的 GPO 模块功能。
我还发现了一组 GPO cmdlet< /a> 来自 GPOGUY.com。
This won't be a specific answer, but you can manage GPOs with PowerShell. I found a link to an article from TechNet Magazine, Simplify Group Policy Administration with Windows PowerShell (Here is the download link to the code).
If you have a Server 2008 R2 box, there is a GPO module feature for PowerShell that you can turn on.
I also found this set of GPO cmdlets from GPOGUY.com.