Skip to content

Commit c3c0131

Browse files
Update m365groupsettings.md
1 parent 3c8d0ea commit c3c0131

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/en/Other/m365groupsettings.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ or for the specific group
2626

2727
<img src="/articles/images/m365groupsettings3.PNG" width="600" >
2828

29+
There are several templates you can use and modify:
30+
31+
<img src="/articles/images/m365groupsettings.PNG" width="600" >
2932

3033
<br/><br/>
3134

@@ -72,14 +75,21 @@ Please remember that the list of settings can be extended or changed at any mome
7275

7376

7477
# Set
75-
Use
76-
78+
Use Set-PnPMicrosoft365GroupSettings to set different settings.
7779

80+
<img src="/articles/images/m365groupsettings8.PNG" width="600" >
7881
<br/><br/>
7982

8083

8184
# Example
8285

86+
Using the cmdlet:
87+
88+
```
89+
Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{"AllowToAddGuests"="true"}
90+
```
91+
92+
we can modify the following setting:
8393
<img src="/articles/images/m365groupsettings7.PNG" width="600" >
8494

8595

0 commit comments

Comments
 (0)