MsftSil_UalAccess class

The MsftSil_UalAccess WMI class aggregates User Access Logging (UAL) data from a server, and then returns information about the number of unique users and devices that accessed a software product.

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("silprovider"), AMENDMENT]
class MsftSil_UalAccess : MsftSil_Data
{
  string   ProductName;
  string   RoleGuid;
  string   RoleName;
  datetime SampleDate;
  uint32   UniqueDeviceAccessCount;
  uint32   UniqueUserAccessCount;
};

Members

The MsftSil_UalAccess class has these types of members:

Properties

The MsftSil_UalAccess class has these properties.

ProductName

Data type: string

Access type: Read-only

Retrieves the name of the software product.

RoleGuid

Data type: string

Access type: Read-only

Qualifiers: key

Retrieves the GUID that represents the role or minor product name associated with a UAL session.

RoleName

Data type: string

Access type: Read-only

Retrieves the name of the role of the software product.

SampleDate

Data type: datetime

Access type: Read-only

Retrieves the date the user accessed the product.

UniqueDeviceAccessCount

Data type: uint32

Access type: Read-only

Retrieves the number of unique devices that accessed the product role.

UniqueUserAccessCount

Data type: uint32

Access type: Read-only

Retrieves the number of unique users that accessed the product role.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\InventoryLogging
MOF
SILProvider.mof
DLL
SILProvider.dll

See also

MsftSil_Data

Software Inventory Logging WMI Data Provider Classes