MsftUal_ServerDevice class

This is a class of property qualifiers that provides client access detail by device, for the local server as a whole.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1"), dynamic, provider("UAL")]
class MsftUal_ServerDevice
{
  string   ChassisSerialNumber;
  string   UUID;
  string   IPAddress;
  uint32   ActivityCount;
  datetime FirstSeen;
  datetime LastSeen;
};

Members

The MsftUal_ServerDevice class has these types of members:

Properties

The MsftUal_ServerDevice class has these properties.

ActivityCount

Data type: uint32

Access type: Read-only

The incremental counter of client device accesses for a particular client device.

ChassisSerialNumber

Data type: string

Access type: Read-only

The unit identification for the local server.

FirstSeen

Data type: datetime

Access type: Read-only

The date and time when a client IP address is first seen by a server.

IPAddress

Data type: string

Access type: Read-only

Qualifiers: Key

The IP address of the client that accompanies the UAL payload from installed roles and products.

LastSeen

Data type: datetime

Access type: Read-only

The date and time when a client IP address is last seen by a server.

UUID

Data type: string

Access type: Read-only

SMBIOS reported universally unique identifier for this server unit.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\AccessLogging
MOF
Sum.mof
DLL
UALProv.dll