PowerShell 备份sharepoint站点命令
Backup-SPSite-Identity"http://Mysharepoint.com"-Path" C:\Temp\backup1.bak"-Force
Backup
-SPSite
-Identity
"http://Mysharepoint.com"
-Path
" C:\Temp\backup1.bak"
-Force
PowerShell 将备份文件还原到sharepoint站点命令
Restore-SPSite "http://sharepoint.company.com"-PathC:\backup1.bak -Force
Restore
"http://sharepoint.company.com"
C:\backup1.bak