Skip to content

Commit 4c54ce8

Browse files
committed
Blind cmdlet sweep: ExO, EOP, and SCC
1 parent 67b5bd8 commit 4c54ce8

39 files changed

+2122
-1222
lines changed

.openpublishing.redirection.exchange.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@
998998
{
999999
"source_path": "exchange/virtual-folder/exchange/client-access/New-ClientAccessRule.md",
10001000
"redirect_url": "/powershell/module/exchangepowershell/new-clientaccessrule",
1001-
"redirect_document_id": false
1001+
"redirect_document_id": true
10021002
},
10031003
{
10041004
"source_path": "exchange/virtual-folder/exchange/client-access/New-OutlookProvider.md",
@@ -10373,7 +10373,7 @@
1037310373
{
1037410374
"source_path": "exchange/virtual-folder/exchange/New-ClientAccessRule.md",
1037510375
"redirect_url": "/powershell/module/exchangepowershell/new-clientaccessrule",
10376-
"redirect_document_id": true
10376+
"redirect_document_id": false
1037710377
},
1037810378
{
1037910379
"source_path": "exchange/virtual-folder/exchange/New-ComplianceCase.md",
@@ -14234,6 +14234,11 @@
1423414234
"source_path": "exchange/virtual-folder/exchange/Write-AdminAuditLog.md",
1423514235
"redirect_url": "/powershell/module/exchangepowershell/write-adminauditlog",
1423614236
"redirect_document_id": true
14237+
},
14238+
{
14239+
"source_path": "exchange/virtual-folder/exchange/New-ClientAccessRule.md",
14240+
"redirect_url": "https://techcommunity.microsoft.com/blog/exchange/update-on-client-access-rules-deprecation-in-exchange-online/4354809",
14241+
"redirect_document_id": false
1423714242
}
1423814243
]
1423914244
}

exchange/exchange-ps/ExchangePowerShell/Check-PurviewConfig.md

Lines changed: 171 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,28 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424
```
2525
Check-PurviewConfig
2626
[[-Component] <PurviewConfigComponent>]
27+
[-Confirm]
2728
[[-DateTimeUTC] <String>]
29+
[[-DeviceName] <String>]
2830
[[-File] <String>]
31+
[[-FileAsBytes] <Byte[]>]
2932
[[-IncidentId] <String>]
3033
[[-ItemId] <String>]
3134
[[-MessageId] <String>]
35+
[[-PolicyName] <String>]
36+
[[-RecipientAddress] SmtpAddress>]
3237
[[-RecordId] <String>]
3338
[[-RuleName] <String>]
39+
[[-SenderAddress] <SmtpAddress>]
40+
[[-SharepointItemUniqueId] <String>]
41+
[[-SharepointSiteId] <String>]
42+
[[-SiteUrl] <String>]
43+
[[-SitIdentity] <String>]
3444
[[-TestCases] <String[]>]
3545
[[-Theme] <PurviewConfigTheme>]
3646
[[-UserPrincipalName] <SmtpAddress>]
37-
[[-Workload] <String>]
38-
[-Confirm]
3947
[-WhatIf]
48+
[[-Workload] <String>]
4049
[<CommonParameters>]
4150
```
4251

@@ -156,6 +165,24 @@ Accept pipeline input: False
156165
Accept wildcard characters: False
157166
```
158167

168+
### -DeviceName
169+
170+
> Applicable: Security & Compliance
171+
172+
{{ Fill DeviceName Description }}
173+
174+
```yaml
175+
Type: String
176+
Parameter Sets: (All)
177+
Aliases:
178+
179+
Required: False
180+
Position: 2
181+
Default value: None
182+
Accept pipeline input: False
183+
Accept wildcard characters: False
184+
```
185+
159186
### -File
160187

161188
> Applicable: Security & Compliance
@@ -174,6 +201,24 @@ Accept pipeline input: False
174201
Accept wildcard characters: False
175202
```
176203

204+
### -FileAsBytes
205+
206+
> Applicable: Security & Compliance
207+
208+
{{ Fill FileAsBytes Description }}
209+
210+
```yaml
211+
Type: Byte[]
212+
Parameter Sets: (All)
213+
Aliases:
214+
215+
Required: False
216+
Position: 4
217+
Default value: None
218+
Accept pipeline input: False
219+
Accept wildcard characters: False
220+
```
221+
177222
### -IncidentId
178223

179224
> Applicable: Security & Compliance
@@ -232,6 +277,42 @@ Accept pipeline input: False
232277
Accept wildcard characters: False
233278
```
234279

280+
### -PolicyName
281+
282+
> Applicable: Security & Compliance
283+
284+
{{ Fill PolicyName Description }}
285+
286+
```yaml
287+
Type: String
288+
Parameter Sets: (All)
289+
Aliases:
290+
291+
Required: False
292+
Position: 8
293+
Default value: None
294+
Accept pipeline input: False
295+
Accept wildcard characters: False
296+
```
297+
298+
### -RecipientAddress
299+
300+
> Applicable: Security & Compliance
301+
302+
{{ Fill RecipientAddress Description }}
303+
304+
```yaml
305+
Type: SmtpAddress
306+
Parameter Sets: (All)
307+
Aliases:
308+
309+
Required: False
310+
Position: 9
311+
Default value: None
312+
Accept pipeline input: False
313+
Accept wildcard characters: False
314+
```
315+
235316
### -RecordId
236317

237318
> Applicable: Security & Compliance
@@ -274,6 +355,94 @@ Accept pipeline input: False
274355
Accept wildcard characters: False
275356
```
276357

358+
### -SenderAddress
359+
360+
> Applicable: Security & Compliance
361+
362+
{{ Fill SenderAddress Description }}
363+
364+
```yaml
365+
Type: SmtpAddress
366+
Parameter Sets: (All)
367+
Aliases:
368+
369+
Required: False
370+
Position: 12
371+
Default value: None
372+
Accept pipeline input: False
373+
Accept wildcard characters: False
374+
```
375+
376+
### -SharepointItemUniqueId
377+
378+
> Applicable: Security & Compliance
379+
380+
{{ Fill SharepointItemUniqueId Description }}
381+
382+
```yaml
383+
Type: String
384+
Parameter Sets: (All)
385+
Aliases:
386+
387+
Required: False
388+
Position: 13
389+
Default value: None
390+
Accept pipeline input: False
391+
Accept wildcard characters: False
392+
```
393+
394+
### -SharepointSiteId
395+
396+
> Applicable: Security & Compliance
397+
398+
```yaml
399+
Type: String
400+
Parameter Sets: (All)
401+
Aliases:
402+
403+
Required: False
404+
Position: 14
405+
Default value: None
406+
Accept pipeline input: False
407+
Accept wildcard characters: False
408+
```
409+
410+
### -SitIdentity
411+
412+
> Applicable: Security & Compliance
413+
414+
{{ Fill SitIdentity Description }}
415+
416+
```yaml
417+
Type: String
418+
Parameter Sets: (All)
419+
Aliases:
420+
421+
Required: False
422+
Position: 16
423+
Default value: None
424+
Accept pipeline input: False
425+
Accept wildcard characters: False
426+
```
427+
428+
### -SiteUrl
429+
430+
> Applicable: Security & Compliance
431+
432+
{{ Fill SiteUrl Description }}
433+
434+
```yaml
435+
Type: String
436+
Parameter Sets: (All)
437+
Aliases:
438+
439+
Required: False
440+
Position: 15
441+
Default value: None
442+
Accept pipeline input: False
443+
Accept wildcard characters: False
444+
```
445+
277446
### -TestCases
278447

279448
> Applicable: Security & Compliance

exchange/exchange-ps/ExchangePowerShell/ExchangePowerShell.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@ Exchange PowerShell is built on PowerShell technology to a powerful command-line
502502

503503
### [Get-TextMessagingAccount](Get-TextMessagingAccount.md)
504504

505-
### [New-ClientAccessRule](New-ClientAccessRule.md)
506-
507505
### [New-OutlookProvider](New-OutlookProvider.md)
508506

509507
### [New-OwaMailboxPolicy](New-OwaMailboxPolicy.md)

exchange/exchange-ps/ExchangePowerShell/Export-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Accept wildcard characters: False
132132

133133
### -CompressOutput
134134

135-
> Applicable: Security & Compliance, Exchange Online Protection
135+
> Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
136136

137137
The CompressOutput switch exports the message as a compressed .zip file. You don't need to specify a value with this switch.
138138

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Get-CalendarDiagnosticObjects [-Identity] <UnifiedGroupOrUserMailboxIdParameter>
4141
[-ShouldDecodeEnums <Boolean>]
4242
[-ShouldFetchAttendeeCollection <Boolean>]
4343
[-ShouldFetchRecurrenceExceptions <Boolean>]
44+
[-ShouldResolveParticipants <Boolean>]
4445
[-StartDate <ExDateTime>]
4546
[-Subject <String>]
4647
[<CommonParameters>]
@@ -465,6 +466,24 @@ Accept pipeline input: False
465466
Accept wildcard characters: False
466467
```
467468
469+
### -ShouldResolveParticipants
470+
471+
> Applicable: Exchange Online
472+
473+
{{ Fill ShouldResolveParticipants Description }}
474+
475+
```yaml
476+
Type: Boolean
477+
Parameter Sets: (All)
478+
Aliases:
479+
480+
Required: False
481+
Position: Named
482+
Default value: None
483+
Accept pipeline input: False
484+
Accept wildcard characters: False
485+
```
486+
468487
### -StartDate
469488
470489
> Applicable: Exchange Online

exchange/exchange-ps/ExchangePowerShell/Get-FailedContentIndexDocuments.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
2+
applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
33
author: chrisda
44
external help file: Microsoft.Exchange.WebClient-Help.xml
55
Locale: en-US
@@ -13,7 +13,7 @@ title: Get-FailedContentIndexDocuments
1313
# Get-FailedContentIndexDocuments
1414

1515
## SYNOPSIS
16-
This cmdlet is functional only in Exchange Server 2016 or earlier.
16+
This cmdlet is available only in Exchange Server 2016 or earlier.
1717

1818
Use the Get-FailedContentIndexDocuments cmdlet to retrieve a list of documents for a mailbox, mailbox database, or Mailbox server that couldn't be indexed by Exchange Search.
1919

@@ -93,7 +93,7 @@ This example retrieves a list of items that couldn't be indexed by Exchange Sear
9393

9494
### -Identity
9595

96-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
96+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
9797
9898
The Identity parameter specifies the mailbox that you want to view. You can use any value that uniquely identifies the mailbox. For example:
9999

@@ -166,7 +166,7 @@ Accept wildcard characters: False
166166
167167
### -Confirm
168168
169-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
169+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
170170
171171
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
172172
@@ -205,7 +205,7 @@ Accept wildcard characters: False
205205

206206
### -Archive
207207

208-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
208+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
209209

210210
The Archive switch restricts the scope of the cmdlet to the user's archive. You don't need to specify a value with this switch.
211211

@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225

226226
### -EndDate
227227

228-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
228+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
229229

230230
The EndDate parameter specifies the end date of the date range.
231231

@@ -245,7 +245,7 @@ Accept wildcard characters: False
245245

246246
### -ErrorCode
247247

248-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
248+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
249249

250250
The ErrorCode parameter allows you to retrieve documents that failed indexing with a specific error code. You can use the cmdlet without this parameter to list all failed documents for a mailbox, a mailbox database or a Mailbox server. The output includes the error codes and reason for failure. If required, you can then restrict the output to a specific error code from the results.
251251

@@ -263,7 +263,7 @@ Accept wildcard characters: False
263263

264264
### -FailureMode
265265

266-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
266+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
267267

268268
The FailureMode parameter specifies the type of error. Use the following values.
269269

@@ -285,7 +285,7 @@ Accept wildcard characters: False
285285

286286
### -ResultSize
287287

288-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
288+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
289289

290290
This parameter is reserved for internal Microsoft use.
291291

@@ -303,7 +303,7 @@ Accept wildcard characters: False
303303

304304
### -StartDate
305305

306-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
306+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
307307

308308
The StartDate parameter specifies the start date of the date range.
309309

@@ -323,7 +323,7 @@ Accept wildcard characters: False
323323

324324
### -WhatIf
325325

326-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
326+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
327327

328328
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
329329

0 commit comments

Comments
 (0)