Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / productivity / SharePoint

Using the Windows Scheduler to run a SharePoint PowerShell Backup Script

0.00/5 (No votes)
13 Jan 2012CPOL 18.3K  
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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)