Skip to content

Commit d63f992

Browse files
committed
Added Examples and Parameters
1 parent 14338a0 commit d63f992

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ For permissions and the most current information about Windows PowerShell for Sh
2929

3030
### -----------------------EXAMPLE-----------------------------
3131
```
32-
PS C:\> {{ Add example code here }}
32+
Remove-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Identity GroupToRemove
3333
```
34-
35-
{{ Add example description here }}
34+
This example removes a group named GroupToRemove from the site collection https://contoso.sharepoint.com/sites/marketing.
3635

3736

3837
## PARAMETERS
3938

4039
### -Identity
41-
{{Fill Identity Description}}
40+
Specifies the name of the group to remove.
41+
4242

4343
```yaml
4444
Type: String
@@ -54,7 +54,8 @@ Accept wildcard characters: False
5454
```
5555
5656
### -Site
57-
{{Fill Site Description}}
57+
Specifies the site collection to remove the group from.
58+
5859
5960
```yaml
6061
Type: SpoSitePipeBind

0 commit comments

Comments
 (0)