PowerShell 备份sharepoint站点命令
生活随笔
收集整理的這篇文章主要介紹了
PowerShell 备份sharepoint站点命令
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
PowerShell ?備份sharepoint站點命令
Backup-SPSite-Identity"http://Mysharepoint.com"-Path" C:\Temp\backup1.bak"-Force
PowerShell ?將備份文件還原到sharepoint站點命令
Restore-SPSite?"http://sharepoint.company.com"-PathC:\backup1.bak -Force
轉載于:https://www.cnblogs.com/TNSSTAR/archive/2013/03/27/2984162.html
總結
以上是生活随笔為你收集整理的PowerShell 备份sharepoint站点命令的全部內容,希望文章能夠幫你解決所遇到的問題。