Skip to content

Commit c3e5269

Browse files
authored
Merge pull request #7513 from vinayrao06/patch-4
Update Set-OwnerlessGroupPolicy.md
2 parents 9ca496a + b049546 commit c3e5269

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

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

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +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]
2827
[<CommonParameters>]
2928
```
3029

@@ -62,7 +61,7 @@ Accept wildcard characters: False
6261
```
6362
6463
### -MaxNoOfMembersToNotify
65-
The MaxNoOfMembersToNotify parameter specifies the maximum number of active members to notify in a ownerless group. A valid value is an integer.
64+
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.
6665
6766
```yaml
6867
Type: Int32
@@ -78,7 +77,7 @@ Accept wildcard characters: False
7877
```
7978
8079
### -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.
80+
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.
8281
8382
```yaml
8483
Type: Int32
@@ -110,7 +109,7 @@ Accept wildcard characters: False
110109
```
111110
112111
### -EnabledGroupIds
113-
{{ Fill EnabledGroupIds Description }}
112+
The EnabledGroupIds parameter specifies a list of groups to enable the policy on if you don't want to enable the policy on all groups in your organization. You can specify a maximum of 10 group GUIDs separated by commas.
114113
115114
```yaml
116115
Type: String[]
@@ -141,32 +140,17 @@ Accept pipeline input: False
141140
Accept wildcard characters: False
142141
```
143142
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-
160143
### 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).
144+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
162145
163146
## INPUTS
164147
165-
### None
148+
###
166149
167150
## OUTPUTS
168151
169-
### System.Object
152+
###
153+
170154
## NOTES
171155
172156
## RELATED LINKS

0 commit comments

Comments
 (0)