Using the Windows Scheduler to run a SharePoint PowerShell Backup Script





0/5 (0 vote)
SharePoint administrators need to run regular backups using PowerShell, the STSADM tool or in Central Administration. There is no "built in" way to automate these backups. Wouldn't it be great to devise a method to automated these jobs?.
The solution is just to create a batch file that can execute a PowerShell script, and then launch it from the Windows Task Scheduler.
Solution details can be found at http://www.mssharepointtips.com/tip.asp?id=1100.