API Reference
Class
ForestInfo
Immutable snapshot of key forest metadata needed by PowerShell rules.
Inheritance
- Object
- ForestInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ForestInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).