You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer.
63
+
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer from 1 to 90.
The NoOfWeeksToNotify parameter specifies the number of weeks to notify the active members specified by the MaxNoOfMembersToNotify parameter. A valid value is an integer from 1 to 90.
79
+
The NoOfWeeksToNotify parameter specifies the number of weeks to notify the active members specified by the MaxNoOfMembersToNotify parameter. A valid value is an integer from 1 to 7.
Optionally, if you dont want to enable the policy on all the groups in your tenant you can specify a small set of comma separated group guids on which you want to enable the policy. A valid value is a list of upto 10 comma separated group guids.
114
112
115
113
```yaml
116
114
Type: String[]
@@ -141,25 +139,6 @@ Accept pipeline input: False
141
139
Accept wildcard characters: False
142
140
```
143
141
144
-
### -UseMultithreading
145
-
{{ Fill UseMultithreading Description }}
146
-
147
-
```yaml
148
-
Type: SwitchParameter
149
-
Parameter Sets: (All)
150
-
Aliases:
151
-
Applicable: Exchange Online
152
-
153
-
Required: False
154
-
Position: Named
155
-
Default value: None
156
-
Accept pipeline input: False
157
-
Accept wildcard characters: False
158
-
```
159
-
160
-
### CommonParameters
161
-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments