BACK TO INDEX

Win32_ServerSession
The Win32_ServerSession class represents the sessions that have been established with the local computer, by users on some remote computer.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveTimeUInt32The ActiveTime property indicates the number of seconds since this session was established.
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
ClientTypeStringThe ClientType property indicates the type of the connected client.
ComputerNameStringThe ComputerName property indicates the name of the computer from which the session is established
DescriptionStringThe Description property provides a textual description of the object.
IdleTimeUInt32The IdleTime property indicates the number of seconds that the session has been idle.
InstallDateDateTimeThe InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.
NameStringThe Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.
ResourcesOpenedUInt32The ResourcesOpened property indicates the number of files, devices and pipes opened during this session.
SessionTypeUInt32The SessionType property indicates how the session was opened. Only on Win NT.
StatusStringThe Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.
TransportNameStringThe TransportName property specifies the name of the transport that the client is using to communicate with the server
UserNameStringThe UserName property indicates the name of the user that established the session.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ServerSession
   {
    ActiveTime = 41639;
    ClientType = "Windows Server 2003 R2 3790 Service Pack 2";
    ComputerName = "127.0.0.1";
    IdleTime = 2607;
    ResourcesOpened = 3;
    SessionType = 2;
    TransportName = "\\Device\\NetbiosSmb";
    UserName = "";
   };