65.9K
CodeProject is changing. Read more.
Home

Using the Windows Scheduler to run a SharePoint PowerShell Backup Script

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Jan 13, 2012

CPOL
viewsIcon

18340

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.