- endpoint
A resource that can be addressed by an endpoint reference (EPR) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- endpoint reference (EPR)
A combination of WS-Addressing and WS-Management addressing elements that together describe an address for a resource in the message SOAP header. This is a Web service term.
- enumeration
A set, or collection, of resource [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] instances or the action of requesting such a set. In WS-Management protocol, WS-Enumeration [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] is used to obtain the collection. In the Windows Remote Management service scripting implementation of enumeration, Session.Enumerate [ http://msdn.microsoft.com/en-us/library/aa384454(VS.85).aspx ] and the Enumerator [ http://msdn.microsoft.com/en-us/library/aa384360(VS.85).aspx ] object are used. The corresponding C++ method and interface are IWSManSession::Enumerate [ http://msdn.microsoft.com/en-us/library/aa384412(VS.85).aspx ] and IWSManEnumerator [ http://msdn.microsoft.com/en-us/library/aa384381(VS.85).aspx ] .
- EPR
See endpoint reference (EPR) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- Event Collection Service
The operating system component that receives events from the BMC and other operating system components or applications.
- event forwarding
A notification of events that occur on remote computers can be sent to subscribing applications. Event forwarding is not a feature of Windows Remote Management, but of the Windows Event Log. Event forwarding becomes available for the first time in Windows Vista. The Management applications, such as Microsoft Operations Manager (MOM) use event forwarding.
- SEL
See System Event Log (SEL) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- SEL adapter
The adapter that sends baseboard management controller (BMC) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] data to the Event Collector [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- selector
A name and value pair that represents a particular instance of a resource [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] . This is essentially a filter or "key" that identifies the desired instance of the resource. Selector support is found in the ResourceLocator [ http://msdn.microsoft.com/en-us/library/aa384428(VS.85).aspx ] object.
- sensor
A measurement device in a baseboard management controller (BMC) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- service
An application that provides management services to clients through the WS-Management protocol and other Web services [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] . A service is usually the same as the listener [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] on a network. The service has a physical transport address.
- session
A connection between a Windows Remote Management client [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] and the local or remote WinRM listener [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] , or service. This connection is similar to the connection between a WMI client script and WMI on a remote server. The session operations, such as enumerating a resource (Enumerate), getting an instance of a resource (Get), or running a resource method (Invoke) are methods of the Session object. A Session object is created by WSMan.CreateSession [ http://msdn.microsoft.com/en-us/library/aa384583(VS.85).aspx ] .
- Simple and Protected GSS-API Negotiation Mechanism (SPNEGO)
An authentication mechanism used by the client or server receiving requests for data through the Windows Remote Management in an Active Directory
context. SPNEGO is based on an Request For Comments (RFC) protocol produced by the Internet Engineering Task Force (IETF).
SPNEGO is also known as Windows Integrated Authentication [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] , the term used in the Windows Remote Management help topics.
- Simple Object Access Protocol (SOAP)
An XML-based protocol used by Web services.
- SOAP
See Simple Object Access Protocol (SOAP) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- SPNEGO
See Simple and Protected GSS-API Negotiation Mechanism (SPNEGO) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- System Event Log (SEL)
The database of events in the baseboard management controller (BMC) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] hardware. The SEL adapter [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] conveys these events to the operating system.
- Web service
A software application used for interaction between computers across the Internet or a network. Web services are described by the Web Service Description Language (WSDL) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] . The specific description of the Web service tells other services how to interact with the Web service using SOAP messages. The messages are conveyed between computers by a transport, typically HTTP or HTTPS. WS-Addressing [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] , WS-Eventing [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] , and WS-Management [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] are examples of protocols used by Web service applications to communicate with each other.
- Web Service Description Language (WSDL)
An XML-based language used to define how to interact with a Web service. Typically, the WSDL describes what SOAP messages the Web service requires to return data or carry out operations. The WSDL allows an implementation from one operating system to communicate with the Web service implemented on another operating system, as long as the requirements of the WSDL are met.
- Windows Integrated Authentication
See negotiate [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- Windows Management Instrumentation (WMI)
The Microsoft implementation of the Web-Based Enterprise Management (WBEM) standard published by the Distributed Management Task Force (DMTF) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] . WMI allows you to manage local and remote computers and models computer and network objects using an extension of the Common Information Model (CIM) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] standard.
- Windows Remote Management (WinRM)
The Microsoft implementation of a management Web service based on the public standard WS-Management protocol [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- Windows Remote Shell (WinRS)
A shell tool that relies on Windows Remote Management [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] to execute remote commands, especially for headless servers. The command-line tool is Winrs.
- WMI
See Windows Management Instrumentation (WMI) [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] .
- WMI plug-in
The WinRM plug-in [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] that makes WMI data available to WinRM clients.
- WS-Addressing (wsa)
A public standard protocol, which is SOAP-based, that creates an addressing system used in the headers of messages sent across the Internet. The standard defines how resources can be located across networks and firewalls. WS-Addressing is one of the Web service protocols which compose the WS-Management protocol.
- WS-Enumeration
(wsen)
A public standard protocol, which is SOAP-based, for enumerating a sequence of XML elements that may represent data collections, logs, or other linear information structures.
WS-Enumeration is one of the Web service protocols which compose the WS-Management protocol.
- WS-Eventing (wse)
A public standard protocol, which is SOAP-based, that allows one Web service (the subscriber) to subscribe to and accept event notification messages from another Web service (the event source). WS-Eventing is one of the Web service protocols which compose the WS-Management protocol.
- WS-Management
A public standard protocol, which is SOAP-based, for sharing management data among all operating systems, computers, and devices. All messages [ http://msdn.microsoft.com/en-us/library/aa384465(VS.85).aspx ] sent by the Windows Remote Management client or server components use this protocol.
- WS-Transfer (wxf)
A public standard protocol, which is SOAP-based, for accessing XML representations of Web service-based resources through a simple set of verbs such as Get, Put, Invoke, or Delete. WS-Transfer defines operations for sending and receiving the representation of a particular resource and operations for creating or deleting a resource and its corresponding representation.