- SEL
See System Event Log (SEL).
- SEL adapter
The adapter that sends baseboard management controller (BMC) data to the Event Collector.
- selector
A name and value pair that represents a particular instance of a resource. This is essentially a filter or "key" that identifies the desired instance of the resource. Selector support is found in the ResourceLocator object.
- sensor
A measurement device in a baseboard management controller (BMC).
- service
An application that provides management services to clients through the WS-Management protocol and other Web services. A service is usually the same as the listener on a network. The service has a physical transport address.
- session
A connection between a Windows Remote Management client and the local or remote WinRM listener, 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.
- 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, 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).
- SPNEGO
See Simple and Protected GSS-API Negotiation Mechanism (SPNEGO).
- System Event Log (SEL)
The database of events in the baseboard management controller (BMC) hardware. The SEL adapter 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). 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, WS-Eventing, and WS-Management 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.
- Windows Management Instrumentation (WMI)
The Microsoft implementation of the Web-Based Enterprise Management (WBEM) standard published by the Distributed Management Task Force (DMTF). WMI allows you to manage local and remote computers and models computer and network objects using an extension of the Common Information Model (CIM) standard.
- Windows Remote Management (WinRM)
The Microsoft implementation of a management Web service based on the public standard WS-Management protocol.
- Windows Remote Shell (WinRS)
A shell tool that relies on Windows Remote Management to execute remote commands, especially for headless servers. The command-line tool is Winrs.
- WMI
See Windows Management Instrumentation (WMI).
- WMI plug-in
The WinRM plug-in 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 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.