Skip to content

Commit f34e7b3

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

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +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-
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.
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
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
37+
```powershell
38+
Set-OwnerlessGroupPolicy -Enabled $true -SenderEmailAddress [email protected] -NoOfWeeksToNotify 5 -MaxNoOfMembersToNotify 5 -EnabledGroupIds 1b390686-a8fc-4a2d-b31f-62670552fc99, 4596bdbe-d3c9-4d7b-aa34-a811b76a1366
4339
```
4440

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

4743
## PARAMETERS
4844

@@ -113,7 +109,6 @@ Accept pipeline input: False
113109
Accept wildcard characters: False
114110
```
115111
116-
117112
### -EnabledGroupIds
118113
{{ Fill EnabledGroupIds Description }}
119114

0 commit comments

Comments
 (0)