TestimoX

API Reference

Class

TrustCommunicationEventLogParser

Namespace ADPlayground.Trusts
Assembly ADPlayground

Reads event logs for trust communication failures.

Inheritance

  • Object
  • TrustCommunicationEventLogParser

Constructors

public TrustCommunicationEventLogParser(Func<String, IEnumerable<TrustCommunicationIssue>> readEvents = null) #

Initializes a new instance of the TrustCommunicationEventLogParser class.

Parameters

readEvents System.Func{System.String,System.Collections.Generic.IEnumerable{ADPlayground.Trusts.TrustCommunicationIssue}} = null optionalposition: 0

Methods

public IEnumerable<TrustCommunicationIssue> GetIssues(String computerName = null) #
Returns: IEnumerable<TrustCommunicationIssue>

Retrieves trust communication issues from event logs.

Parameters

computerName System.String = null optionalposition: 0