API Reference
Class
ForestInfo
Immutable snapshot of key forest metadata needed by PowerShell rules.
Inheritance
- Object
- ForestInfo
Constructors
public ForestInfo() #Inherited Methods
Properties
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).