API Reference
Class
ComputerCatalogScenarioOptions
Options for computer catalog scenarios.
Inheritance
- Object
- ComputerCatalogScenarioOptions
Constructors
public ComputerCatalogScenarioOptions() #Inherited Methods
Properties
public IEnumerable<String> Domains { get; set; } #Explicit domain list to query.
public DirectoryScenarioScope Scope { get; set; } #Default scope used when Domains is empty.
public Boolean IncludeTrustedDomains { get; set; } #Includes trusted domains when scope is forest-based.
public ComputerProperties PropertySet { get; set; } #Computer property set to retrieve.
public ComputerFilter Filter { get; set; } #Computer filter flags.
public Nullable<Int32> MinInactiveDays { get; set; } #Minimum inactivity days filter.
public Nullable<Int32> MinPasswordAgeDays { get; set; } #Minimum password age days filter.
public Boolean IncludeBitLockerScan { get; set; } #Includes BitLocker scan.
public Boolean ResolveTrueLastLogon { get; set; } #Resolves true last logon across DCs.
public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #Degree of parallelism for true last logon resolution.
public DirectoryScenarioOutputProfile Profile { get; set; } #Output profile for the scenario.
public DirectoryScenarioPagingOptions Paging { get; set; } #Optional output paging applied after deterministic ordering.