Skip to content

Commit 9ca496a

Browse files
authored
Merge pull request #7504 from vinayrao06/patch-1
Update Set-OwnerlessGroupPolicy.md
2 parents fa53367 + f34e7b3 commit 9ca496a

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

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

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,23 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Set-OwnerlessGroupPolicy -Enabled <Boolean> -NoOfWeeksToNotify <Int32> -MaxNoOfMembersToNotify <Int32> -SenderEmailAddress <String>
25-
[-BatchRequests]
2625
[-EnabledGroupIds <String[]>]
2726
[-ResultSize <Unlimited>]
2827
[-UseMultithreading]
2928
[<CommonParameters>]
3029
```
3130

3231
## DESCRIPTION
33-
{{ Fill in the Description }}
32+
Use this cmdlet to enable or disable the ownerless group policy for Microsoft 365 Groups in your organization. You can also configure additional policy settings, including sender email address, the number of weeks that you want to notify active members of ownerless groups, and the number of members within a ownerless group that you want to notify. Optionally, you can also specify the Microsoft 365 Groups that you want to enable this policy on.
3433

3534
## EXAMPLES
3635

3736
### Example 1
3837
```powershell
39-
{{ Add example code here }}
38+
Set-OwnerlessGroupPolicy -Enabled $true -SenderEmailAddress [email protected] -NoOfWeeksToNotify 5 -MaxNoOfMembersToNotify 5 -EnabledGroupIds 1b390686-a8fc-4a2d-b31f-62670552fc99, 4596bdbe-d3c9-4d7b-aa34-a811b76a1366
4039
```
4140

42-
{{ Add example description here }}
41+
This example configures the ownerless group policy with the specified settings.
4342

4443
## PARAMETERS
4544

@@ -63,7 +62,7 @@ Accept wildcard characters: False
6362
```
6463
6564
### -MaxNoOfMembersToNotify
66-
The MaxNoOfMembersToNotify parameter specifies the maximum number of members to notify. A valid value is an integer from 1 to 7.
65+
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer.
6766
6867
```yaml
6968
Type: Int32
@@ -79,7 +78,7 @@ Accept wildcard characters: False
7978
```
8079
8180
### -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.
81+
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.
8382
8483
```yaml
8584
Type: Int32
@@ -110,22 +109,6 @@ Accept pipeline input: False
110109
Accept wildcard characters: False
111110
```
112111
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-
```
128-
129112
### -EnabledGroupIds
130113
{{ Fill EnabledGroupIds Description }}
131114

0 commit comments

Comments
 (0)