Skip to content

Commit

Permalink
Updated New-PnPGroup params
Browse files Browse the repository at this point in the history
Removed -OnlyAllowMembersViewMembership parameter
  • Loading branch information
veronicageek authored Aug 26, 2023
1 parent 759cb48 commit 684ba2f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions documentation/New-PnPGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Adds group to the Site Groups List and returns a group object

```powershell
New-PnPGroup -Title <String> [-Description <String>] [-Owner <String>] [-AllowRequestToJoinLeave]
[-AutoAcceptRequestToJoinLeave] [-AllowMembersEditMembership] [-OnlyAllowMembersViewMembership]
[-DisallowMembersViewMembership] [-RequestToJoinEmail <String>] [-SetAssociatedGroup <AssociatedGroupType>]
[-AutoAcceptRequestToJoinLeave] [-AllowMembersEditMembership] [-DisallowMembersViewMembership]
[-RequestToJoinEmail <String>] [-SetAssociatedGroup <AssociatedGroupType>]
[-Connection <PnPConnection>]
```

Expand Down Expand Up @@ -118,20 +118,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -OnlyAllowMembersViewMembership
{{ Fill OnlyAllowMembersViewMembership Description }}
```yaml
Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Owner
The owner for the group, which can be a user or another group
Expand Down

0 comments on commit 684ba2f

Please sign in to comment.