Skip to content

Commit a43ef12

Browse files
authored
Fixing incorrect syntax
1 parent 6102d6a commit a43ef12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

documentation/Get-PnPGroupPermissions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Returns the permissions for a specific SharePoint group
1515
## SYNTAX
1616

1717
```powershell
18-
Get-PnPGroupPermissions [-Identity] <GroupPipeBind> [-Connection <PnPConnection>]
18+
Get-PnPGroupPermissions -Identity <GroupPipeBind> [-Connection <PnPConnection>]
1919
2020
```
2121

@@ -62,10 +62,6 @@ Accept pipeline input: True (ByValue)
6262
Accept wildcard characters: False
6363
```
6464
65-
66-
6765
## RELATED LINKS
6866
6967
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
70-
71-

0 commit comments

Comments
 (0)