TargetForwarding class

Retrieves forwarding data from a target computer.

Note

A target computer may have multiple forwarders configured.

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

Syntax

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

Members

The TargetForwarding class has these types of members:

Properties

The TargetForwarding class has these properties.

CollectorEndpoint

Data type: string

Access type: Read-only

Qualifiers: Fixed

The endpoint information of the collector server. This property is formatted as a host:port string.

Computer

Data type: string

Access type: Read-only

Qualifiers: Fixed

The computer name of the target computer.

ConnectedSince

Data type: DATETIME

Access type: Read-only

Qualifiers: Fixed

The timestamp that indicates when the connection was established for the forwarding data.

Destination

Data type: string

Access type: Read-only

Qualifiers: Fixed

The destination of the forwarding data, such as a file name.

DestinationPattern

Data type: string

Access type: Read-only

Qualifiers: Fixed

The format used to generate the destination of the forwarding data.

Error

Data type: string

Access type: Read-only

Qualifiers: Fixed

An error message that describes an encountered error. This property is empty if no error was encountered.

ForwarderType

Data type: string

Access type: Read-only

Qualifiers: Fixed

The file type that contains the forwarding data, such as ETL.

TargetEndpoint

Data type: string

Access type: Read-only

Qualifiers: Key, 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: Key, Fixed

The SMBIOS GUID of the target computer.

TargetMac

Data type: string

Access type: Read-only

Qualifiers: Key, Fixed

The MAC address of the target computer.

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

See also

Boot Event Collector WMI Provider