Skip to content

Commit 00d3bff

Browse files
authored
Merge pull request MicrosoftDocs#11466 from MicrosoftDocs/chrisda
Blind Cmdlet Sweep 2
2 parents 9aef8f8 + 6783ebb commit 00d3bff

11 files changed

+522
-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: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ 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+
```
66+
5567
## DESCRIPTION
5668
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).
5769

@@ -127,7 +139,7 @@ This parameter requires the creation and passing of a credential object. This cr
127139
128140
```yaml
129141
Type: PSCredential
130-
Parameter Sets: (All)
142+
Parameter Sets: AnrSet, Identity
131143
Aliases:
132144
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
133145

@@ -145,7 +157,7 @@ The DomainController parameter specifies the ___domain controller that's used by th
145157
146158
```yaml
147159
Type: Fqdn
148-
Parameter Sets: (All)
160+
Parameter Sets: AnrSet, Identity
149161
Aliases:
150162
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
151163

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

194206
```yaml
195207
Type: SwitchParameter
196-
Parameter Sets: (All)
208+
Parameter Sets: AnrSet, Identity
197209
Aliases:
198210
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
199211
@@ -204,6 +216,24 @@ Accept pipeline input: false
204216
Accept wildcard characters: False
205217
```
206218

219+
### -LOBAppAccount
220+
This parameter is available only in the cloud-based service.
221+
222+
{{ Fill LOBAppAccount Description }}
223+
224+
```yaml
225+
Type: SwitchParameter
226+
Parameter Sets: LOBAppAccount
227+
Aliases:
228+
Applicable: Exchange Online, Exchange Online Protection
229+
230+
Required: False
231+
Position: Named
232+
Default value: None
233+
Accept pipeline input: False
234+
Accept wildcard characters: False
235+
```
236+
207237
### -OrganizationalUnit
208238
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:
209239

@@ -236,7 +266,7 @@ By default, the recipient scope is set to the ___domain that hosts your Exchange se
236266

237267
```yaml
238268
Type: SwitchParameter
239-
Parameter Sets: (All)
269+
Parameter Sets: AnrSet, Identity
240270
Aliases:
241271
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
242272

0 commit comments

Comments
 (0)