Skip to content

Commit b049546

Browse files
authored
Update Set-OwnerlessGroupPolicy.md
1 parent 5c16e27 commit b049546

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ 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+
[<CommonParameters>]
2728
```
2829

2930
## DESCRIPTION
@@ -108,7 +109,7 @@ Accept wildcard characters: False
108109
```
109110
110111
### -EnabledGroupIds
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.
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.
112113
113114
```yaml
114115
Type: String[]
@@ -139,13 +140,17 @@ Accept pipeline input: False
139140
Accept wildcard characters: False
140141
```
141142
143+
### CommonParameters
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).
145+
142146
## INPUTS
143147
144-
### None
148+
###
145149
146150
## OUTPUTS
147151
148-
### System.Object
152+
###
153+
149154
## NOTES
150155
151156
## RELATED LINKS

0 commit comments

Comments
 (0)