I would like to learn wmi with c#. There are tons of stuff out there on the
subject, I am just starting learn c# and Wmi. Is there a site that anyone
would recommend for someone who is just starting.
Thanks
Freddy
Freddy,
A good place to start might be the MSDN magazine article
"System.Management Lets You Take Advantage of WMI APIs within Managed Code",
located at:
http://msdn.microsoft.com/msdnmag/issues/02/05/WMIMan/
A google search for "system.management namespace tutorial" also turned
up this:
http://www.csharpcorner.com/UploadFile/karthik_mascon/IntroSystemManagementWMI07
202005030155AM/IntroSystemManagementWMI.aspx?ArticleID=843cbea4-03f7-4a7b-b507-5
9a041cba68d
There are probably more, but those two should get you started
(especially the MSDN one).

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>I would like to learn wmi with c#. There are tons of stuff out there on the
> subject, I am just starting learn c# and Wmi. Is there a site that anyone
> would recommend for someone who is just starting.
>
> Thanks
> Freddy