MsftUal_Dns class

This is a class of property qualifiers that provides client host and device data for the DNS role on the local server, if applicable.

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_Dns
{
  string   ProductName;
  string   RoleName;
  string   RoleGuid;
  string   IPAddress;
  string   HostName;
  datetime LastSeen;
};

Members

The MsftUal_Dns class has these types of members:

Properties

The MsftUal_Dns class has these properties.

HostName

Data type: string

Access type: Read-only

Qualifiers: Key

The host name of the client. This is associated with IPAddress.

IPAddress

Data type: string

Access type: Read-only

Qualifiers: Key

The IP address of a DNS client record. This is associated with hostname.

LastSeen

Data type: datetime

Access type: Read-only

The date and time when a DNS client record was last seen in DNS.

ProductName

Data type: string

Access type: Read-only

The name of the software parent product, or product line, that is providing User Access Logging data. This is also associated with a RoleName, and a RoleGuid.

RoleGuid

Data type: string

Access type: Read-only

The UAL assigned, or registered, GUID representing the server role, or installed product. When a role or product reports its UAL data, this GUID accompanies the payload.

RoleName

Data type: string

Access type: Read-only

The name of the role, component, or sub-product that is providing User Access Logging data. This is also associated with a ProductName, and a RoleGuid.

Requirements

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