What technology is used to monitor and manage Windows servers?
- POP3
- WMI
- LMP
- IMAP
EXPLANATION
About WMI
Windows Management Instrumentation (WMI) is the Microsoft implementation of Web-Based Enterprise Management (WBEM), which is an industry initiative to develop a standard technology for accessing management information in an enterprise environment. WMI uses the Common Information Model (CIM) industry standard to represent systems, applications, networks, devices, and other managed components. CIM is developed and maintained by the Distributed Management Task Force (DMTF).
Note
The next-generation of WMI, known as the Windows Management
Infrastructure (MI), is currently available. MI is fully compatible with
previous versions of WMI, and provides a host of features and benefits
that make designing and developing providers and clients easier than
ever. For example, many newer providers are written using the MI
framework, but can be accessed using WMI scripts and applications. For
more information about the differences between the two technologies, see
Why Use MI?Managing Remote Computer Systems with WMI
The ability to obtain management data from remote computers is what makes WMI useful. Remote WMI connections are made through DCOM. An alternative is to use Windows Remote Management (WinRM), which obtains remote WMI management data using the WS-Management SOAP-based protocol.
0 comments:
Post a Comment