计算机外文翻译--- Windows管理规范
《计算机外文翻译--- Windows管理规范》由会员分享,可在线阅读,更多相关《计算机外文翻译--- Windows管理规范(15页珍藏版)》请在毕设资料网上搜索。
1、附录 附录 原文: Windows Management Instrumentation Windows Management Instrumentation (WMI) (or Windows Management Interface) is a set of extensions to the Windows Driver Model that provides an operating system interface through which instrumented components provide information and notification. WMI is Mi
2、crosofts implementation of the Web-Based Enterprise Management (WBEM) and Common Information Model (CIM) standards from the Distributed Management Task Force (DMTF). WMI allows scripting languages like VBScript or Windows PowerShell to manage Microsoft Windows personal computers and servers, both lo
3、cally and remotely. WMI is preinstalled in Windows 2000 and newer OSs. It is available as a download for Windows NT, Windows 95 and Windows 98. 1 Purpose of WMI The purpose of WMI is to define a non-proprietary set of environment-independent specifications which allow management information to be sh
4、ared between management applications. WMI prescribes enterprise management standards and related technologies that work with existing management standards, such as Desktop Management Interface (DMI) and SNMP. WMI complements these other standards by providing a uniform model. This model represents t
5、he managed environment through which management data from any source can be accessed in a common way. 2 Overview In order to unify the management techniques for the sake of simplicity, the DMTF defined CIM to represent real-world manageable entities in a unified way.The CIM object model is an object
6、 database model using terms and semantics that are unique to all constructors and software developers. This object model is implemented in a database called the CIM repository. Based on the CIM model, WMI includes real-world manageable components, available from the DMTF standards with some specific
7、 extensions that represent the various Windows components. Moreover, WMI exposes a collection of COM-scriptable objects that allow various applications to take advantage of the management information. As part of the installation process, most of the Microsoft applications available today (e.g. SQL S
8、erver, Exchange Server, Microsoft Office, Internet Explorer, Host Integration Server, Automated Deployment Services) extend the standard CIM object model to add the representation of their manageable entities in the CIM repository. This representation is called a WMI class, and it exposes informatio
9、n through properties and allows the execution of some actions via methods. The access to the manageable entities is made via a software component, called a provider which is simply a DLL implementing a COM object written in C/C+. Because a provider is designed to access some specific management info
10、rmation, the CIM repository is also logically divided into several areas called namespaces. Each namespace contains a set of providers with their related classes specific to a management area (i.e. RootDirectoryDAP for Active Directory, RootSNMP for SNMP information or RootMicrosoftIISv2 for Interne
11、t Information Services information). To locate the huge amount of management information available from the CIM repository, WMI comes with a SQL-like language called the WMI Query Language (WQL). 3 Development process Because WMI abstracts the manageable entities with CIM and a collection of provide
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译 windows 管理 规范
