Skip to content

Commit 254b3d5

Browse files
committed
Blind Cmdlet Sweep 2
1 parent 9aef8f8 commit 254b3d5

11 files changed

+521
-42
lines changed

exchange/exchange-ps/exchange/Get-CalendarDiagnosticObjects.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Get-CalendarDiagnosticObjects [-Identity] <UnifiedGroupOrUserMailboxIdParameter>
25+
[-AnalyzeExceptionWithOriginalStartDate <ExDateTime>]
2526
[-AutoRequeryOnMeetingId <Boolean>]
2627
[-ConfigurationName <String>]
2728
[-CustomPropertyNames <String[]>]
@@ -118,6 +119,22 @@ Accept pipeline input: True
118119
Accept wildcard characters: False
119120
```
120121
122+
### -AnalyzeExceptionWithOriginalStartDate
123+
{{ Fill AnalyzeExceptionWithOriginalStartDate Description }}
124+
125+
```yaml
126+
Type: ExDateTime
127+
Parameter Sets: (All)
128+
Aliases:
129+
Applicable: Exchange Online
130+
131+
Required: False
132+
Position: Named
133+
Default value: None
134+
Accept pipeline input: False
135+
Accept wildcard characters: False
136+
```
137+
121138
### -AutoRequeryOnMeetingId
122139
{{ Fill AutoRequeryOnMeetingId Description }}
123140

exchange/exchange-ps/exchange/Get-DistributionGroup.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Get-DistributionGroup [-Anr <String>]
2727
[-DomainController <Fqdn>]
2828
[-Filter <String>]
2929
[-IgnoreDefaultScope]
30+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
31+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
32+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3033
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
3134
[-ReadFromDomainController]
3235
[-RecipientTypeDetails <RecipientTypeDetails[]>]
@@ -41,6 +44,9 @@ Get-DistributionGroup [[-Identity] <DistributionGroupIdParameter>]
4144
[-DomainController <Fqdn>]
4245
[-Filter <String>]
4346
[-IgnoreDefaultScope]
47+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
48+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
49+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
4450
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
4551
[-ReadFromDomainController]
4652
[-RecipientTypeDetails <RecipientTypeDetails[]>]
@@ -54,6 +60,9 @@ Get-DistributionGroup [-Credential <PSCredential>]
5460
[-DomainController <Fqdn>]
5561
[-Filter <String>]
5662
[-IgnoreDefaultScope]
63+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
64+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
65+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
5766
[-ManagedBy <GeneralRecipientIdParameter>]
5867
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
5968
[-ReadFromDomainController]
@@ -219,6 +228,60 @@ Accept pipeline input: False
219228
Accept wildcard characters: False
220229
```
221230

231+
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
232+
This parameter is available only in the cloud-based service.
233+
234+
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
235+
236+
```yaml
237+
Type: SwitchParameter
238+
Parameter Sets: (All)
239+
Aliases:
240+
Applicable: Exchange Online
241+
242+
Required: False
243+
Position: Named
244+
Default value: None
245+
Accept pipeline input: False
246+
Accept wildcard characters: False
247+
```
248+
249+
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
250+
This parameter is available only in the cloud-based service.
251+
252+
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
253+
254+
```yaml
255+
Type: SwitchParameter
256+
Parameter Sets: (All)
257+
Aliases:
258+
Applicable: Exchange Online
259+
260+
Required: False
261+
Position: Named
262+
Default value: None
263+
Accept pipeline input: False
264+
Accept wildcard characters: False
265+
```
266+
267+
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
268+
This parameter is available only in the cloud-based service.
269+
270+
{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
271+
272+
```yaml
273+
Type: SwitchParameter
274+
Parameter Sets: (All)
275+
Aliases:
276+
Applicable: Exchange Online
277+
278+
Required: False
279+
Position: Named
280+
Default value: None
281+
Accept pipeline input: False
282+
Accept wildcard characters: False
283+
```
284+
222285
### -ManagedBy
223286
The ManagedBy parameter filters the results by the owner of the group. You can use any value that uniquely identifies the owner. For example:
224287

exchange/exchange-ps/exchange/Get-DlpSensitiveInformationTypeRulePackage.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Get-DlpSensitiveInformationTypeRulePackage [[-Identity] <SensitiveInformationTypeRuleCollectionIdParameter>]
25+
[-Capability <ClassificationCapabilityType>]
2526
[<CommonParameters>]
2627
```
2728

@@ -68,6 +69,22 @@ Accept pipeline input: True
6869
Accept wildcard characters: False
6970
```
7071
72+
### -Capability
73+
{{ Fill Capability Description }}
74+
75+
```yaml
76+
Type: ClassificationCapabilityType
77+
Parameter Sets: (All)
78+
Aliases:
79+
Applicable: Exchange Online, Security & Compliance
80+
81+
Required: False
82+
Position: Named
83+
Default value: None
84+
Accept pipeline input: False
85+
Accept wildcard characters: False
86+
```
87+
7188
### CommonParameters
7289
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).
7390

exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Get-DynamicDistributionGroup [-Anr <String>]
2727
[-DomainController <Fqdn>]
2828
[-Filter <String>]
2929
[-IgnoreDefaultScope]
30+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
31+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
32+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3033
[-IncludeSystemObjects]
3134
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
3235
[-ReadFromDomainController]
@@ -42,6 +45,9 @@ Get-DynamicDistributionGroup [[-Identity] <DynamicGroupIdParameter>]
4245
[-DomainController <Fqdn>]
4346
[-Filter <String>]
4447
[-IgnoreDefaultScope]
48+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
49+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
50+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
4551
[-IncludeSystemObjects]
4652
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
4753
[-ReadFromDomainController]
@@ -57,6 +63,9 @@ Get-DynamicDistributionGroup [-ManagedBy <GeneralRecipientIdParameter>]
5763
[-DomainController <Fqdn>]
5864
[-Filter <String>]
5965
[-IgnoreDefaultScope]
66+
[-IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames]
67+
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
68+
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
6069
[-IncludeSystemObjects]
6170
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
6271
[-ReadFromDomainController]
@@ -233,6 +242,60 @@ Accept pipeline input: False
233242
Accept wildcard characters: False
234243
```
235244

245+
### -IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames
246+
This parameter is available only in the cloud-based service.
247+
248+
{{ Fill IncludeAcceptMessagesOnlyFromDLMembersWithDisplayNames Description }}
249+
250+
```yaml
251+
Type: SwitchParameter
252+
Parameter Sets: (All)
253+
Aliases:
254+
Applicable: Exchange Online
255+
256+
Required: False
257+
Position: Named
258+
Default value: None
259+
Accept pipeline input: False
260+
Accept wildcard characters: False
261+
```
262+
263+
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
264+
This parameter is available only in the cloud-based service.
265+
266+
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
267+
268+
```yaml
269+
Type: SwitchParameter
270+
Parameter Sets: (All)
271+
Aliases:
272+
Applicable: Exchange Online
273+
274+
Required: False
275+
Position: Named
276+
Default value: None
277+
Accept pipeline input: False
278+
Accept wildcard characters: False
279+
```
280+
281+
### -IncludeAcceptMessagesOnlyFromWithDisplayNames
282+
This parameter is available only in the cloud-based service.
283+
284+
{{ Fill IncludeAcceptMessagesOnlyFromWithDisplayNames Description }}
285+
286+
```yaml
287+
Type: SwitchParameter
288+
Parameter Sets: (All)
289+
Aliases:
290+
Applicable: Exchange Online
291+
292+
Required: False
293+
Position: Named
294+
Default value: None
295+
Accept pipeline input: False
296+
Accept wildcard characters: False
297+
```
298+
236299
### -IncludeSystemObjects
237300
This parameter is available only in on-premises Exchange.
238301

exchange/exchange-ps/exchange/Get-MailUser.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ Get-MailUser [[-Identity] <MailUserIdParameter>]
5252
[<CommonParameters>]
5353
```
5454

55+
### LOBAppAccount
56+
```
57+
Get-MailUser [-LOBAppAccount]
58+
[-Filter <String>]
59+
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
60+
[-ResultSize <Unlimited>]
61+
[-SharedWithMailUser]
62+
[-SortBy <String>]
63+
[-SoftDeletedMailUser]
64+
[<CommonParameters>]
65+
5566
## DESCRIPTION
5667
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5768
@@ -127,7 +138,7 @@ This parameter requires the creation and passing of a credential object. This cr
127138
128139
```yaml
129140
Type: PSCredential
130-
Parameter Sets: (All)
141+
Parameter Sets: AnrSet, Identity
131142
Aliases:
132143
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
133144

@@ -145,7 +156,7 @@ The DomainController parameter specifies the domain controller that's used by th
145156
146157
```yaml
147158
Type: Fqdn
148-
Parameter Sets: (All)
159+
Parameter Sets: AnrSet, Identity
149160
Aliases:
150161
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
151162

@@ -193,7 +204,7 @@ This switch enables the command to access Active Directory objects that aren't c
193204

194205
```yaml
195206
Type: SwitchParameter
196-
Parameter Sets: (All)
207+
Parameter Sets: AnrSet, Identity
197208
Aliases:
198209
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
199210
@@ -204,6 +215,24 @@ Accept pipeline input: false
204215
Accept wildcard characters: False
205216
```
206217

218+
### -LOBAppAccount
219+
This parameter is available only in the cloud-based service.
220+
221+
{{ Fill LOBAppAccount Description }}
222+
223+
```yaml
224+
Type: SwitchParameter
225+
Parameter Sets: LOBAppAccount
226+
Aliases:
227+
Applicable: Exchange Online, Exchange Online Protection
228+
229+
Required: False
230+
Position: Named
231+
Default value: None
232+
Accept pipeline input: False
233+
Accept wildcard characters: False
234+
```
235+
207236
### -OrganizationalUnit
208237
The OrganizationalUnit parameter filters the results based on the object's location in Active Directory. Only objects that exist in the specified location are returned. Valid input for this parameter is an organizational unit (OU) or domain that's returned by the Get-OrganizationalUnit cmdlet. You can use any value that uniquely identifies the OU or domain. For example:
209238

@@ -236,7 +265,7 @@ By default, the recipient scope is set to the domain that hosts your Exchange se
236265

237266
```yaml
238267
Type: SwitchParameter
239-
Parameter Sets: (All)
268+
Parameter Sets: AnrSet, Identity
240269
Aliases:
241270
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
242271

0 commit comments

Comments
 (0)