What problem does it solve? Windows Server administrators risk losing Active Directory state and critical volumes when making changes without verified backups, and manual backup procedures are error-prone and often skip destination checks. ## Core Features & Use Cases - System State Backup for AD: Runs wbadmin systemstatebackup before any Active Directory modification, with mandatory destination reachability pre-checks. - Scheduled Automatic Backups: Configures recurring backups with wbadmin enable backup and custom schedules across multiple volumes. - PowerShell Backup Policies: Builds manual backup jobs with New-WBPolicy, WBVolume, and WBBackupTarget for granular control. - Use Case: Before promoting a domain controller or modifying AD objects, run a verified system state backup to a network share, then enable a daily 01:00/13:00 backup schedule compliant with ISO 27001 A.17 retention requirements. ## Quick Start Ask the assistant to perform a system state backup of the domain controller to a network share and verify the result with Get-WBSummary before making AD changes.