TestimoX

API Reference

Class

ConnectionsQuery

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Query options for exploring site connection objects between domain controllers.

Inheritance

  • Object
  • ConnectionsQuery

Constructors

Properties

public IEnumerable<String> Server { get; set; } #

Exact destination server names to include.

public IEnumerable<String> ServerMatch { get; set; } #

Wildcard patterns matched against destination server names.

public IEnumerable<String> Site { get; set; } #

Exact site names to include.

public IEnumerable<String> SiteMatch { get; set; } #

Wildcard patterns matched against site names.

public IEnumerable<String> SourceServer { get; set; } #

Exact source server names to include.

public IEnumerable<String> SourceServerMatch { get; set; } #

Wildcard patterns matched against source server names.

public String Transport { get; set; } #

Transport filter: "Any", "Rpc", or "Smtp".

public String State { get; set; } #

Enabled state filter: "Any", "Enabled", or "Disabled".

public String Origin { get; set; } #

Origin filter: "Any", "Kcc", or "UserDefined".

public Nullable<Boolean> Enabled { get; set; } #

When set, restrict to connections whose Enabled flag matches this value.

public Nullable<Boolean> GeneratedByKcc { get; set; } #

When set, restrict to connections generated by (or not by) the KCC.