API Reference
Class
DomainInventory
Domain-scoped inventory with cached snapshots of common data sets.
Inheritance
- Object
- DomainInventory
Methods
public DnsDelegationSnapshot GetDnsDelegation() #Returns:
DnsDelegationSnapshotGets or caches DNS delegations.
public DnsZoneSecuritySnapshot GetDnsZoneSecurity() #Returns:
DnsZoneSecuritySnapshotGets or caches DNS zone security snapshot.
public GpoRegistryPolicySet GetEffectiveDcPolicy() #Returns:
GpoRegistryPolicySetGets or caches the effective computer policy for domain controllers.
public GpoAclExposureSnapshot GetGpoAclSnapshot() #Returns:
GpoAclExposureSnapshotGets or caches the GPO ACL exposure snapshot.
public GpoArtifactSnapshot GetGpoArtifacts() #Returns:
GpoArtifactSnapshotGets or caches GPO artifact summary.
public Snapshot GetSidHistoryIndex() #Returns:
SnapshotGets or caches sIDHistory snapshot for this domain.
public Void Invalidate(String key = null) #Returns:
VoidInvalidates one cache entry or all when key is null. Resets effective-DC override state when relevant.
Parameters
- key System.String = null
Inherited Methods
Properties
public String DomainName { get; } #DNS name of the domain.