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
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
4444Type : 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
6061Type : SpoSitePipeBind
You can’t perform that action at this time.
0 commit comments