Skip to content

Commit 450f5b3

Browse files
authored
Update Set-OwnerlessGroupPolicy.md
1 parent 97a1c31 commit 450f5b3

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

exchange/exchange-ps/exchange/Set-OwnerlessGroupPolicy.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,16 @@ Set-OwnerlessGroupPolicy -Enabled <Boolean> -NoOfWeeksToNotify <Int32> -MaxNoOfM
3030
```
3131

3232
## DESCRIPTION
33-
{{ Fill in the Description }}
33+
Using the cmdlet you can enable or disable the ownerless group policy for Microsoft 365 Groups on a tenant. You can also configure additional parameters as part of the policy including sender email address, number of weeks you want to notify active members of ownerless groups and number of members within a ownerless group you want to notify. Optionally you can also specify the specific groups you want to enable this policy on if needed.
3434

3535
## EXAMPLES
3636

3737
### Example 1
38-
```powershell
39-
{{ Add example code here }}
38+
Set-OwnerlessGroupPolicy -enabled $true
39+
-senderEmailAddress [email protected]
40+
-noOfWeeksToNotify 5
41+
-maxNoOfMembersToNotify 5
42+
-enabledGroupIds 1b390686-a8fc-4a2d-b31f-62670552fc99, 4596bdbe-d3c9-4d7b-aa34-a811b76a1366
4043
```
4144
4245
{{ Add example description here }}
@@ -63,7 +66,7 @@ Accept wildcard characters: False
6366
```
6467

6568
### -MaxNoOfMembersToNotify
66-
The MaxNoOfMembersToNotify parameter specifies the maximum number of members to notify. A valid value is an integer from 1 to 7.
69+
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer.
6770

6871
```yaml
6972
Type: Int32
@@ -79,7 +82,7 @@ Accept wildcard characters: False
7982
```
8083
8184
### -NoOfWeeksToNotify
82-
The NoOfWeeksToNotify parameter specifies the number of weeks to notify the members specified by the MaxNoOfMembersToNotify parameter. A valid value is an integer from 1 to 90.
85+
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.
8386
8487
```yaml
8588
Type: Int32
@@ -110,21 +113,6 @@ Accept pipeline input: False
110113
Accept wildcard characters: False
111114
```
112115
113-
### -BatchRequests
114-
{{ Fill BatchRequests Description }}
115-
116-
```yaml
117-
Type: SwitchParameter
118-
Parameter Sets: (All)
119-
Aliases:
120-
Applicable: Exchange Online
121-
122-
Required: False
123-
Position: Named
124-
Default value: None
125-
Accept pipeline input: False
126-
Accept wildcard characters: False
127-
```
128116
129117
### -EnabledGroupIds
130118
{{ Fill EnabledGroupIds Description }}

0 commit comments

Comments
 (0)