API Reference
Class
AdSnapshotConfig
Settings controlling which Active Directory entities are captured and when.
Inheritance
- Object
- AdSnapshotConfig
Constructors
public AdSnapshotConfig() #Inherited Methods
Properties
public Boolean Enabled { get; set; } #When false, the AD snapshot job is disabled.
public UsersSnapshotConfig Users { get; set; } #Users snapshot options.
public ComputersSnapshotConfig Computers { get; set; } #Computers snapshot options.
public GroupsSnapshotConfig Groups { get; set; } #Groups snapshot options.
public GpoSnapshotConfig Gpo { get; set; } #Group Policy Objects snapshot options.
public ScheduleConfig Schedule { get; set; } #Schedule for the snapshot job (interval/daily/weekly with backoff).