Skip to content

Commit 2715472

Browse files
authored
Update Get-OwnerlessGroupPolicy.md
@vinayrao06, if you manually remove a parameter from the PARAMETERS section, you also need to remove it from the SYNTAX section (which I did). Also, if you are reasonably sure that the BatchRequests parameter will be removed from code, then I'm OK with manual removal. But, if you can't remove the parameter from code, yet you simply don't want people to use it, I recommend adding the boilerplate text: "This parameter is reserved for internal Microsoft use." for the parameter description.
1 parent 39e84d5 commit 2715472

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Get-OwnerlessGroupPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
Get-OwnerlessGroupPolicy
2525
[-ResultSize <Unlimited>]
26-
[-BatchRequests]
2726
[-UseMultithreading]
2827
[<CommonParameters>]
2928
```
3029

3130
## DESCRIPTION
32-
Using the cmdlet you can verify if the ownerless group policy for Microsoft 365 Groups is enabled or disabled on the tenant. You can also view additional parameters as part of the policy including sender email address, number of weeks you want to notify active members of ownerless groups, number of members within a ownerless group you want to notify and specific groups within the tenant on which ownerless group policy is enabled.
31+
Use this cmdlet to verify if the ownerless group policy for Microsoft 365 Groups is enabled or disabled in your organization. You can also view additional parameters as part of the policy, including: sender email address, number of weeks you want to notify active members of ownerless groups, number of members within a ownerless group you want to notify, and specific groups within the tenant on which ownerless group policy is enabled.
3332

3433
## EXAMPLES
3534

3635
### Example 1
36+
```powershell
3737
Get-OwnerlessGroupPolicy
3838
```
3939

40-
{{ Add example description here }}
40+
This example returns the settings of the one and only ownerless group policy for Microsoft 365 Groups.
4141

4242
## PARAMETERS
4343

0 commit comments

Comments
 (0)