Skip to content

Commit 5c16e27

Browse files
authored
Update Set-OwnerlessGroupPolicy.md
Chris please review and update accordingly.
1 parent 9ca496a commit 5c16e27

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

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

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
Set-OwnerlessGroupPolicy -Enabled <Boolean> -NoOfWeeksToNotify <Int32> -MaxNoOfMembersToNotify <Int32> -SenderEmailAddress <String>
2525
[-EnabledGroupIds <String[]>]
2626
[-ResultSize <Unlimited>]
27-
[-UseMultithreading]
28-
[<CommonParameters>]
2927
```
3028

3129
## DESCRIPTION
@@ -62,7 +60,7 @@ Accept wildcard characters: False
6260
```
6361
6462
### -MaxNoOfMembersToNotify
65-
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer.
63+
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer from 1 to 90.
6664
6765
```yaml
6866
Type: Int32
@@ -78,7 +76,7 @@ Accept wildcard characters: False
7876
```
7977
8078
### -NoOfWeeksToNotify
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.
79+
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 7.
8280
8381
```yaml
8482
Type: Int32
@@ -110,7 +108,7 @@ Accept wildcard characters: False
110108
```
111109
112110
### -EnabledGroupIds
113-
{{ Fill EnabledGroupIds Description }}
111+
Optionally, if you dont want to enable the policy on all the groups in your tenant you can specify a small set of comma separated group guids on which you want to enable the policy. A valid value is a list of upto 10 comma separated group guids.
114112
115113
```yaml
116114
Type: String[]
@@ -141,25 +139,6 @@ Accept pipeline input: False
141139
Accept wildcard characters: False
142140
```
143141
144-
### -UseMultithreading
145-
{{ Fill UseMultithreading Description }}
146-
147-
```yaml
148-
Type: SwitchParameter
149-
Parameter Sets: (All)
150-
Aliases:
151-
Applicable: Exchange Online
152-
153-
Required: False
154-
Position: Named
155-
Default value: None
156-
Accept pipeline input: False
157-
Accept wildcard characters: False
158-
```
159-
160-
### CommonParameters
161-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
162-
163142
## INPUTS
164143
165144
### None

0 commit comments

Comments
 (0)