File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ or for the specific group
26
26
27
27
<img src =" /articles/images/m365groupsettings3.PNG " width =" 600 " >
28
28
29
+ There are several templates you can use and modify:
30
+
31
+ <img src =" /articles/images/m365groupsettings.PNG " width =" 600 " >
29
32
30
33
<br /><br />
31
34
@@ -72,14 +75,21 @@ Please remember that the list of settings can be extended or changed at any mome
72
75
73
76
74
77
# Set
75
- Use
76
-
78
+ Use Set-PnPMicrosoft365GroupSettings to set different settings.
77
79
80
+ <img src =" /articles/images/m365groupsettings8.PNG " width =" 600 " >
78
81
<br /><br />
79
82
80
83
81
84
# Example
82
85
86
+ Using the cmdlet:
87
+
88
+ ```
89
+ Set-PnPMicrosoft365GroupSettings -Identity $groupSettingId -Values @{"AllowToAddGuests"="true"}
90
+ ```
91
+
92
+ we can modify the following setting:
83
93
<img src =" /articles/images/m365groupsettings7.PNG " width =" 600 " >
84
94
85
95
You can’t perform that action at this time.
0 commit comments