What namespace and or reference do I need to add to use WMI [Resolved]
What namespace or reference do I need to add to use WMI in Visual Basic .Net. I have been searching MSDN and google but, can't really find the information I need to start using WMI in VB .NET. I am pretty familiar with WMI since I have been using it a lot at work here as a System Admin using VBScript but haven't used it before in .Net.
Thanks guys :)
Re: What namespace and or reference do I need to add to use WMI
Here it is.
VB Code:
Imports System.Management
Re: What namespace and or reference do I need to add to use WMI
That would be System.Management
:)
[Edit]
A tad late, it would seem :p