BACK TO INDEX

Win32_ServerConnection
The Win32_ServerConnection class represents the connections made from a remote computer, to a shared resource on the local computer.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
ActiveTimeUInt32The ActiveTime property indicates the number of seconds since this connection was established.
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
ComputerNameStringThe ComputerName property indicates the name of the computer from which the connection is established
ConnectionIDUInt32The ConnectionID property indicates a unique ID for the connection.
DescriptionStringThe Description property provides a textual description of the object.
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.
NumberOfFilesUInt32The NumberOfFiles property indicates the number of open files associated with this connection.
NumberOfUsersUInt32The NumberOfUsers property indicates the number of users associated with this connection.
ShareNameStringThe ShareName property indicates the share resource to which the connection is established
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.
UserNameStringThe UserName property indicates the name of the user that made a connection.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ServerConnection
   {
    ActiveTime = 41639;
    ComputerName = "127.0.0.1";
    ConnectionID = 24;
    NumberOfFiles = 3;
    NumberOfUsers = 1;
    ShareName = "SMS_XY4";
    UserName = "";
   };