学习 .NET 中的 WMI 的好资源吗?

发布于 2024-07-20 06:10:45 字数 55 浏览 1 评论 0原文

我正在寻找有关学习 WMI 的良好资源的建议。 对所有类型都感兴趣; 书籍、在线、网络广播等

I'm looking for recommendations for good resources are there out there to learn WMI. Interested in all types; books, online, webcasts, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

可爱暴击 2024-07-27 06:10:45

嗯,当然有 MSDN 库文档 用于 Windows 管理规范 (WMI)。

根据上述链接中发布的社区内容,显然可以使用 Get-WMIObject cmdlet 从 PowerShell 访问 WMI。

请注意,WMI 过去是通过 vbscript、COM 和其他“较旧”技术访问的。 如果您在 .NET 中进行开发,那么您可能会更好地使用这些命名空间:

System.Management 
System.Management.Instrumentation 

有关这些命名空间的更多信息,请访问 http://msdn.microsoft.com/en-us/library/ms257340(VS.80).aspx

Amazon 上有一些关于 WMI 的书籍; 最好的似乎是 Addison Wesley 出版的“开发 WMI 解决方案:Windows Management Instrumentation 指南”。

Well, there is of course the MSDN library documentation for Windows Management Instrumentation (WMI).

WMI is apparently accessible from PowerShell, using the Get-WMIObject cmdlet, according to community content posted at the above link.

Note that WMI is historically accessed through vbscript, COM, and other "older" technologies. If you are developing in .NET, you might have better luck with these namespaces:

System.Management 
System.Management.Instrumentation 

There is more info about these namespaces at http://msdn.microsoft.com/en-us/library/ms257340(VS.80).aspx.

There are a handful of books on Amazon about WMI; the best one appears to be "Developing WMI Solutions: A Guide to Windows Management Instrumentation" published by Addison Wesley.

舞袖。长 2024-07-27 06:10:45

另一个漂亮的工具是 WMI Code Creator。 AAARRRRGH 我还不能发布链接。 去Google,搜索

“wmi code Creator”站点:www.microsoft.com

这是第一个链接。 您可以探索命名空间和类,该工具会创建代码以供您在 VB、VBScript 或 C# 中执行方法或进行查询。

Other nifty tool is WMI Code Creator. AAARRRGH I can't post links yet. Go to Google, search for

"wmi code creator" site:www.microsoft.com

It's the first link. You can explore the namespaces and classes and the tool creates the code for you to execute the methods or make the queries, in VB, VBScript, or C#.

绅刃 2024-07-27 06:10:45

查看 PowerShell 人员的“WMI Explorer”。 用于交互式探索 WMI 命名空间的好工具。

Look into the "WMI Explorer" from the PowerShell guy. Nice tool for interactive exploration of WMI namespaces.

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