Skip to content

Commit 96319bf

Browse files
authored
Merge pull request #11109 from MicrosoftDocs/chrisda
July Blind Cmdlet Sweep
2 parents 7845cc6 + d2fd5df commit 96319bf

32 files changed

+762
-25
lines changed

exchange/exchange-ps/exchange/Add-AvailabilityAddressSpace.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Add-AvailabilityAddressSpace -AccessMethod <AvailabilityAccessMethod> -ForestNam
2929
[-DomainController <Fqdn>]
3030
[-ProxyUrl <Uri>]
3131
[-TargetAutodiscoverEpr <Uri>]
32+
[-TargetServiceEpr <String>]
33+
[-TargetTenantId <String>]
3234
[-UseServiceAccount <Boolean>]
3335
[-WhatIf]
3436
[<CommonParameters>]
@@ -193,6 +195,42 @@ Accept pipeline input: False
193195
Accept wildcard characters: False
194196
```
195197

198+
### -TargetServiceEpr
199+
This parameter is available only in the cloud-based service.
200+
201+
{{ Fill TargetServiceEpr Description }}
202+
203+
```yaml
204+
Type: String
205+
Parameter Sets: (All)
206+
Aliases:
207+
Applicable: Exchange Online
208+
209+
Required: False
210+
Position: Named
211+
Default value: None
212+
Accept pipeline input: False
213+
Accept wildcard characters: False
214+
```
215+
216+
### -TargetTenantId
217+
This parameter is available only in the cloud-based service.
218+
219+
{{ Fill TargetTenantId Description }}
220+
221+
```yaml
222+
Type: String
223+
Parameter Sets: (All)
224+
Aliases:
225+
Applicable: Exchange Online
226+
227+
Required: False
228+
Position: Named
229+
Default value: None
230+
Accept pipeline input: False
231+
Accept wildcard characters: False
232+
```
233+
196234
### -UseServiceAccount
197235
This parameter is available only in on-premises Exchange.
198236

exchange/exchange-ps/exchange/Get-AdaptiveScope.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-AdaptiveScope
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
15+
This cmdlet is available only in the cloud-based service.
1616

1717
Use the Get-AdaptiveScope cmdlet to view adaptive scopes in your organization. Adaptive scopes (or static scopes) are used in retention policies and retention label policies.
1818

@@ -21,7 +21,10 @@ For information about the parameter sets in the Syntax section below, see [Excha
2121
## SYNTAX
2222

2323
```
24-
Get-AdaptiveScope [[-Identity] <ComplianceRuleIdParameter>] [<CommonParameters>]
24+
Get-AdaptiveScope [[-Identity] <ComplianceRuleIdParameter>]
25+
[-AdministrativeUnits <MultiValuedProperty>]
26+
[-LocationTypes <MultiValuedProperty>]
27+
[<CommonParameters>]
2528
```
2629

2730
## DESCRIPTION
@@ -64,6 +67,38 @@ Accept pipeline input: True (ByPropertyName, ByValue)
6467
Accept wildcard characters: False
6568
```
6669
70+
### -AdministrativeUnits
71+
{{ Fill AdministrativeUnits Description }}
72+
73+
```yaml
74+
Type: MultiValuedProperty
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Exchange Online, Security & Compliance
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
86+
### -LocationTypes
87+
{{ Fill LocationTypes Description }}
88+
89+
```yaml
90+
Type: MultiValuedProperty
91+
Parameter Sets: (All)
92+
Aliases:
93+
Applicable: Exchange Online, Security & Compliance
94+
95+
Required: False
96+
Position: Named
97+
Default value: None
98+
Accept pipeline input: False
99+
Accept wildcard characters: False
100+
```
101+
67102
### CommonParameters
68103
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).
69104

exchange/exchange-ps/exchange/Get-Clutter.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-Clutter -Identity <MailboxIdParameter>
25+
[-UseCustomRouting]
2526
[<CommonParameters>]
2627
```
2728

@@ -66,6 +67,22 @@ Accept pipeline input: False
6667
Accept wildcard characters: False
6768
```
6869
70+
### -UseCustomRouting
71+
{{ Fill UseCustomRouting Description }}
72+
73+
```yaml
74+
Type: SwitchParameter
75+
Parameter Sets: (All)
76+
Aliases:
77+
Applicable: Exchange Online
78+
79+
Required: False
80+
Position: Named
81+
Default value: None
82+
Accept pipeline input: False
83+
Accept wildcard characters: False
84+
```
85+
6986
### CommonParameters
7087
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).
7188

exchange/exchange-ps/exchange/Get-FocusedInbox.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-FocusedInbox -Identity <MailboxIdParameter>
25+
[-UseCustomRouting]
2526
[<CommonParameters>]
2627
```
2728

@@ -68,6 +69,22 @@ Accept pipeline input: False
6869
Accept wildcard characters: False
6970
```
7071
72+
### -UseCustomRouting
73+
{{ Fill UseCustomRouting Description }}
74+
75+
```yaml
76+
Type: SwitchParameter
77+
Parameter Sets: (All)
78+
Aliases:
79+
Applicable: Exchange Online
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-InboxRule.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ Get-InboxRule [[-Identity] <InboxRuleIdParameter>]
2828
[-DomainController <Fqdn>]
2929
[-IncludeHidden]
3030
[-Mailbox <MailboxIdParameter>]
31+
[-ResultSize <Unlimited>]
32+
[-SkipCount <Int32>]
3133
[-SweepRules]
34+
[-UseCustomRouting]
3235
[<CommonParameters>]
3336
```
3437

@@ -193,6 +196,42 @@ Accept pipeline input: False
193196
Accept wildcard characters: False
194197
```
195198

199+
### -ResultSize
200+
This parameter is available only in the cloud-based service.
201+
202+
The ResultSize parameter specifies the maximum number of results to return. If you want to return all requests that match the query, use unlimited for the value of this parameter. The default value is 1000.
203+
204+
```yaml
205+
Type: Unlimited
206+
Parameter Sets: (All)
207+
Aliases:
208+
Applicable: Exchange Online, Exchange Online Protection
209+
210+
Required: False
211+
Position: Named
212+
Default value: None
213+
Accept pipeline input: False
214+
Accept wildcard characters: False
215+
```
216+
217+
### -SkipCount
218+
This parameter is available only in the cloud-based service.
219+
220+
{{ Fill SkipCount Description }}
221+
222+
```yaml
223+
Type: Int32
224+
Parameter Sets: (All)
225+
Aliases:
226+
Applicable: Exchange Online
227+
228+
Required: False
229+
Position: Named
230+
Default value: None
231+
Accept pipeline input: False
232+
Accept wildcard characters: False
233+
```
234+
196235
### -SweepRules
197236
This parameter is available only in on-premises Exchange.
198237

@@ -213,6 +252,24 @@ Accept pipeline input: False
213252
Accept wildcard characters: False
214253
```
215254

255+
### -UseCustomRouting
256+
This parameter is available only in the cloud-based service.
257+
258+
{{ Fill UseCustomRouting Description }}
259+
260+
```yaml
261+
Type: SwitchParameter
262+
Parameter Sets: (All)
263+
Aliases:
264+
Applicable: Exchange Online
265+
266+
Required: False
267+
Position: Named
268+
Default value: None
269+
Accept pipeline input: False
270+
Accept wildcard characters: False
271+
```
272+
216273
### CommonParameters
217274
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).
218275

exchange/exchange-ps/exchange/Get-MailboxAutoReplyConfiguration.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Get-MailboxAutoReplyConfiguration [-Identity] <MailboxIdParameter>
2626
[-DomainController <Fqdn>]
2727
[-ReadFromDomainController]
2828
[-ResultSize <Unlimited>]
29+
[-UseCustomRouting]
2930
[<CommonParameters>]
3031
```
3132

@@ -157,6 +158,24 @@ Accept pipeline input: False
157158
Accept wildcard characters: False
158159
```
159160

161+
### -UseCustomRouting
162+
This parameter is available only in the cloud-based service.
163+
164+
{{ Fill UseCustomRouting Description }}
165+
166+
```yaml
167+
Type: SwitchParameter
168+
Parameter Sets: (All)
169+
Aliases:
170+
Applicable: Exchange Online
171+
172+
Required: False
173+
Position: Named
174+
Default value: None
175+
Accept pipeline input: False
176+
Accept wildcard characters: False
177+
```
178+
160179
### CommonParameters
161180
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).
162181

exchange/exchange-ps/exchange/Get-MailboxCalendarFolder.md

Lines changed: 19 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-MailboxCalendarFolder [-Identity] <MailboxFolderIdParameter>
25+
[-UseCustomRouting]
2526
[-DomainController <Fqdn>]
2627
[<CommonParameters>]
2728
```
@@ -105,6 +106,24 @@ Accept pipeline input: False
105106
Accept wildcard characters: False
106107
```
107108
109+
### -UseCustomRouting
110+
This parameter is available only in the cloud-based service.
111+
112+
{{ Fill UseCustomRouting Description }}
113+
114+
```yaml
115+
Type: SwitchParameter
116+
Parameter Sets: (All)
117+
Aliases:
118+
Applicable: Exchange Online
119+
120+
Required: False
121+
Position: Named
122+
Default value: None
123+
Accept pipeline input: False
124+
Accept wildcard characters: False
125+
```
126+
108127
### CommonParameters
109128
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).
110129

0 commit comments

Comments
 (0)