TestimoX

API Reference

Class

SiteInfoEx

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

Active Directory site information with optional subnets, DCs, and NTDS site options.

Inheritance

  • Object
  • SiteInfoEx

Constructors

Properties

public String Name { get; set; } #

Site name (cn).

public String Location { get; set; } #

Optional location attribute.

public String DistinguishedName { get; set; } #

Distinguished name of the site object.

public IReadOnlyList<String> Subnets { get; set; } #

List of subnets bound to this site (populated by AttachSubnets).

public IReadOnlyList<String> DomainControllers { get; set; } #

Domain controllers registered under CN=Servers for this site.

public NtdsSiteSettingsFlags Options { get; set; } #

NTDS Site Settings options (when attached).