Skip to content

Commit d1c9aa4

Browse files
authored
Merge pull request MicrosoftDocs#3992 from tseward/patch-17
Update Backup-SPFarm.md
2 parents d923732 + b6d8aff commit d1c9aa4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Backup-SPFarm.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The Backup-SPFarm cmdlet creates a backup for the entire farm or individual comp
4040
It can also be used to back up just the configuration settings of a farm to be used as a farm template for other SharePoint farms.
4141
If you want to back up a single site collection, use the Backup-SPSite cmdlet.
4242

43+
To see the available objects to backup, use the `-ShowTree` parameter set.
44+
4345
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at [SharePoint Server Cmdlets](https://docs.microsoft.com/powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets).
4446

4547
## EXAMPLES
@@ -65,6 +67,13 @@ Backup-SPFarm -Directory C:\Backup -BackupMethod full -BackupThreads 10 -Force
6567

6668
This example performs a backup of a farm using 10 threads and forces the backup to be saved to the C:\Backup directory even though SharePoint estimates that it does not have sufficient space available.
6769

70+
### --------------------EXAMPLE 4---------------------
71+
```
72+
Backup-SPFarm -ShowTree
73+
```
74+
75+
This example shows you the available objects to backup with `Backup-SPFarm`.
76+
6877
## PARAMETERS
6978

7079
### -BackupMethod

0 commit comments

Comments
 (0)