Skip to content

Commit fa53367

Browse files
authored
Merge pull request #7505 from vinayrao06/patch-2
Update Get-OwnerlessGroupPolicy.md
2 parents 97a1c31 + 2715472 commit fa53367

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,41 +23,24 @@ 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-
{{ Fill in the Description }}
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
3736
```powershell
38-
{{ Add example code here }}
37+
Get-OwnerlessGroupPolicy
3938
```
4039

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

4342
## PARAMETERS
4443

45-
### -BatchRequests
46-
{{ Fill BatchRequests Description }}
47-
48-
```yaml
49-
Type: SwitchParameter
50-
Parameter Sets: (All)
51-
Aliases:
52-
Applicable: Exchange Online
53-
54-
Required: False
55-
Position: Named
56-
Default value: None
57-
Accept pipeline input: False
58-
Accept wildcard characters: False
59-
```
60-
6144
### -ResultSize
6245
This parameter is reserved for internal Microsoft use.
6346

0 commit comments

Comments
 (0)