TestimoX

API Reference

Class

ForestInfo

Namespace ADPlayground.DirectoryOps
Assembly ADPlayground
Modifiers sealed

Immutable snapshot of key forest metadata needed by PowerShell rules.

Inheritance

  • Object
  • ForestInfo

Constructors

Properties

public String Name { get; set; } #

DNS name of the forest.

public String RootDomainDistinguishedName { get; set; } #

Distinguished name of the root domain.

public String ConfigurationNamingContext { get; set; } #

Configuration naming context DN.

public String SchemaNamingContext { get; set; } #

Schema naming context DN.

public String ForestDnsZonesNamingContext { get; set; } #

Forest DNS zones naming context DN.

public String DomainDnsZonesNamingContext { get; set; } #

Domain DNS zones naming context DN for the current domain.

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

List of domains discovered in the forest (may be partial when discovery is limited).