TargetForwardingDestination class

The known destinations containing the collected data. Available only if the collector is running with the status log enabled.

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

Syntax

[Provider("BootEventCollectorWmiProvider"), Dynamic, AMENDMENT]
class TargetForwardingDestination
{
  string   TargetEndpoint;
  string   TargetMac;
  string   TargetGuid;
  string   CollectorEndpoint;
  string   Computer;
  string   ForwarderType;
  string   Destination;
  string   DestinationPattern;
  string   Error;
  DATETIME ConnectedSince;
  DATETIME DisconnectedSince;
  DATETIME WmiDateTime;
};

Members

The TargetForwardingDestination class has these types of members:

Properties

The TargetForwardingDestination class has these properties.

CollectorEndpoint

Data type: string

Access type: Read-only

Qualifiers: Fixed

The host:port information of the endpoint on the collector side.

Computer

Data type: string

Access type: Read-only

Qualifiers: Fixed

Target computer name, as determined by the collector according to its configuration.

ConnectedSince

Data type: DATETIME

Access type: Read-only

Qualifiers: Fixed

Timestamp of when the connection was established.

Destination

Data type: string

Access type: Read-only

Qualifiers: Key, Fixed

Destination of the data. The meaning depends on the forwarder type. May be a file name or some other identification.

DestinationPattern

Data type: string

Access type: Read-only

Qualifiers: Fixed

Pattern used to generate the destination of the data. The meaning depends on the forwarder type and configuration. For a fixed destination, would be the same as the destination itself. For the destination with rotation of the files would contain the pattern characters that will be replaced with the actual index in the destination.

DisconnectedSince

Data type: DATETIME

Access type: Read-only

Qualifiers: Fixed

Timestamp of when the connection was dropped.

Error

Data type: string

Access type: Read-only

Qualifiers: Fixed

Error message if an error was encountered. Otherwise will be empty.

ForwarderType

Data type: string

Access type: Read-only

Qualifiers: Key, Fixed

Type of the forwarder (such as 'etl').

TargetEndpoint

Data type: string

Access type: Read-only

Qualifiers: Fixed

The endpoint information of the target computer, in human-readable format. This property is formatted as a host:port string. For example, "127.0.0.1:50000".

TargetGuid

Data type: string

Access type: Read-only

Qualifiers: Fixed

The target computer's SMBIOS GUID (if known).

TargetMac

Data type: string

Access type: Read-only

Qualifiers: Fixed

The target computer's MAC address (if known).

WmiDateTime

Data type: DATETIME

Access type: Read-only

Qualifiers: Fixed

Timestamp of when this state change was recorded.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\BootEventCollector
MOF
BootEventCollectorWMI.mof
DLL
BEvtCol.exe