Skip to content

Commit ffe53fe

Browse files
Update Get-SPODeletedSite.md
The documentation of this cmdlet was missing an example. I added one.
1 parent 856ac14 commit ffe53fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPODeletedSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ For permissions and the most current information about Windows PowerShell for Sh
4545

4646
### ------------ Example 1 --------------------
4747
```
48-
{example code}
48+
PS C:\> Get-SPODeletedSite -IncludePersonalSite
4949
```
50-
{example description}
50+
The command in this example returns all deleted site collections from the Recycle Bin including Personal Sites.
5151

5252

5353
## PARAMETERS

0 commit comments

Comments
 (0)