Chapter 19. Windows Management Instrumentation from ASP.NET

In this chapter

Instrumenting .NET Applications

Authenticating WMI Requests

Enumerating Objects

Windows Management Instrumentation (WMI) is the recommended mechanism for managing your Windows-based operating systems. Microsoft has provided a comprehensive infrastructure that enables you to instrument your servers and applications. It is all built on the WMI SDK, and the .NET framework comes with base class wrappers to make it easy.

WMI gives you a consistent, extensible, and discoverable schema with which you can instrument your servers and applications. You can gain uniform access to dispersed data sources regardless of their location. And WMI is based on industry standards, so this ...

Get Special Edition Using® Microsoft® ASP.NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.