TestimoX

API Reference

Interface

ISystemStateBackupChecker

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers abstract

Provides methods for validating System State backups on domain controllers.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public abstract Nullable<DateTime> GetLastBackup(String dcName) #
Returns: Nullable<DateTime>

Gets the time of the last successful System State backup.

Parameters

dcName System.String requiredposition: 0
public abstract IEnumerable<SystemStateBackupStatus> GetStatusReport() #
Returns: IEnumerable<SystemStateBackupStatus>

Retrieves backup information for all domain controllers.

public abstract Void ValidateAll() #
Returns: Void

Validates backups on all discovered domain controllers.

public abstract Void ValidateDc(String dcName) #
Returns: Void

Validates System State backup on the specified domain controller.

Parameters

dcName System.String requiredposition: 0

Properties

public abstract Int32 ThresholdDays { get; set; } #

Maximum allowed age of the last successful backup in days.