File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ For permissions and the most current information about Windows PowerShell for Sh
29
29
30
30
### -----------------------EXAMPLE-----------------------------
31
31
```
32
- PS C:\> {{ Add example code here }}
32
+ Remove-SPOSiteGroup -Site https://contoso.sharepoint.com/sites/marketing -Identity GroupToRemove
33
33
```
34
-
35
- {{ Add example description here }}
34
+ This example removes a group named GroupToRemove from the site collection https://contoso.sharepoint.com/sites/marketing .
36
35
37
36
38
37
## PARAMETERS
39
38
40
39
### -Identity
41
- {{Fill Identity Description}}
40
+ Specifies the name of the group to remove.
41
+
42
42
43
43
``` yaml
44
44
Type : String
@@ -54,7 +54,8 @@ Accept wildcard characters: False
54
54
` ` `
55
55
56
56
### -Site
57
- {{Fill Site Description}}
57
+ Specifies the site collection to remove the group from.
58
+
58
59
59
60
` ` ` yaml
60
61
Type : SpoSitePipeBind
You can’t perform that action at this time.
0 commit comments