File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,24 @@ Get-PnPGroup [-Connection <PnPConnection>] [-Includes <String[]>]
21
21
22
22
### ByName
23
23
``` powershell
24
- Get-PnPGroup [[-Identity] <GroupPipeBind>] [-Connection <PnPConnection>]
25
- [-Includes <String[]>]
24
+ Get-PnPGroup -Identity <GroupPipeBind> [-Connection <PnPConnection>] [-Includes <String[]>]
26
25
```
27
26
28
27
### Members
29
28
``` powershell
30
- Get-PnPGroup [ -AssociatedMemberGroup] [-Connection <PnPConnection>] [-Includes <String[]>]
29
+ Get-PnPGroup -AssociatedMemberGroup [-Connection <PnPConnection>] [-Includes <String[]>]
31
30
32
31
```
33
32
34
33
### Visitors
35
34
``` powershell
36
- Get-PnPGroup [ -AssociatedVisitorGroup] [-Connection <PnPConnection>]
35
+ Get-PnPGroup -AssociatedVisitorGroup [-Connection <PnPConnection>]
37
36
[-Includes <String[]>]
38
37
```
39
38
40
39
### Owners
41
40
``` powershell
42
- Get-PnPGroup [ -AssociatedOwnerGroup] [-Connection <PnPConnection>] [-Includes <String[]>]
41
+ Get-PnPGroup -AssociatedOwnerGroup [-Connection <PnPConnection>] [-Includes <String[]>]
43
42
44
43
```
45
44
@@ -157,4 +156,4 @@ Accept wildcard characters: False
157
156
158
157
## RELATED LINKS
159
158
160
- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
159
+ [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
You can’t perform that action at this time.
0 commit comments