SharePoint PowerShell - BackUps and Restore
SharePoint: PowerShell - BackUps and Restore Open Windows PowerShell using Run as admin PC> add-pssnapin Microsoft.sharepoint.powershell BackUp & Restore in SharePoint 2013 In SharePoint 2013, you can use Windows PowerShell functionality to perform a backup or restore process for the following items: Farm Site collection Configuration database Services List or document Farm BackUp Syntax: Backup-SPFarm -BackupMethod -Directory [-AssignmentCollection ] [-BackupThreads ] [-ConfigurationOnly ] [-Confirm [ ]] [-Force ] [-Item ] [-Percentage ] [-WhatIf [ ]] Another Syntax(This doesn’t backups actually, it shows the items to be backed up in this command): Backup-SPFarm -ShowTree [-AssignmentCollection ] [-ConfigurationOnly ] [-Confirm [ ]] [-Item ] [-WhatIf [ ]] Example: PS C:\Windows\system32> backup-spfarm -directory \\KSSHRPT01\FarmBackUp -backupmethod full PS C:\Windows\system32> backup-spfarm -directory \\KSSHRPT01\FarmBa