Skip to content

Commit 6030009

Browse files
committed
Added Examples and Parameters
1 parent f470d7f commit 6030009

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOSite.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,20 @@ For permissions and the most current information about Windows PowerShell for Sh
3030

3131
## EXAMPLES
3232

33-
### -----------------------EXAMPLE-----------------------------
33+
### -----------------------EXAMPLE 1-----------------------------
3434
```
35-
PS C:\> {{ Add example code here }}
35+
Remove-SPOSite -Identity https://contoso.sharepoint.com/sites/site1 -NoWait
3636
```
3737

38-
{{ Add example description here }}
38+
This example immediately removes the site collection named https://contoso.sharepoint.com/sites/site1 from the site collections list and moves it to the Recycle Bin.
3939

4040

4141
## PARAMETERS
4242

4343
### -Confirm
4444
Prompts you for confirmation before running the cmdlet.
4545

46+
4647
```yaml
4748
Type: SwitchParameter
4849
Parameter Sets: (All)
@@ -57,7 +58,8 @@ Accept wildcard characters: False
5758
```
5859
5960
### -Identity
60-
{{Fill Identity Description}}
61+
Specifies the URL of the site collection to remove.
62+
6163
6264
```yaml
6365
Type: SpoSitePipeBind
@@ -73,7 +75,8 @@ Accept wildcard characters: False
7375
```
7476
7577
### -NoWait
76-
{{Fill NoWait Description}}
78+
Specifies to continue executing script immediately.
79+
7780
7881
```yaml
7982
Type: SwitchParameter
@@ -92,6 +95,7 @@ Accept wildcard characters: False
9295
Shows what would happen if the cmdlet runs.
9396
The cmdlet is not run.
9497
98+
9599
```yaml
96100
Type: SwitchParameter
97101
Parameter Sets: (All)

0 commit comments

Comments
 (0)