如何通过 C# 在 GPO 中创建 WMI 筛选器
我正在尝试通过 C# 代码使用 GPMC COM 对象以编程方式创建 GPO。 我可以创建 GPO,但在使用 GPO“插入”WMI 筛选器时遇到问题。 有谁知道如何为 GPO 创建/更新 WMI 过滤器?
I'm trying to create a GPO programatically using the GPMC COM object via C# code. I can create the GPO, but I'm having trouble "inserting" a WMI filter with the GPO. Does anyone know how I can create/update WMI filters for GPOs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是示例代码:
以下是一些包含附加信息的链接:
WMIFilters
Active Directory 手册
Here's the sample code:
Here are some links with additional information:
WMIFilters
Active Directory Cookbook