AD DS : Automate AD DS Snapshots
Use the following code within a command file to automate the creation of AD DS snapshot in a Windows Server 2008 based Active Directory. You can then set this script as a scheduled task (running as a Domain Admin):
@echo off ntdsutil snapshot "activate instance ntds" create quit quit exit