Skip to content

Commit 232395f

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/defender-docs-pr (branch live)
2 parents b97d5be + 09878e8 commit 232395f

File tree

47 files changed

+231
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+231
-230
lines changed

CloudAppSecurityDocs/troubleshooting-proxy-end-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ To allow the preview, an Exchange administrator should perform the following ste
192192

193193
1. Connect to the module. For more information, see [Connect to Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell#connect-to-exchange-online-powershell-using-mfa-and-modern-authentication).
194194

195-
1. After you connected to the Exchange Online PowerShell, use the [Set-OwaMailboxPolicy](/powershell/module/exchange/set-owamailboxpolicy) cmdlet to update the parameters in the policy:
195+
1. After you connected to the Exchange Online PowerShell, use the [Set-OwaMailboxPolicy](/powershell/module/exchangepowershell/set-owamailboxpolicy) cmdlet to update the parameters in the policy:
196196

197197
```powershell
198198
Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-Default -DirectFileAccessOnPrivateComputersEnabled $false -DirectFileAccessOnPublicComputersEnabled $false

defender-office-365/advanced-delivery-policy-configure.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ This example creates the SecOps mailbox policy.
272272
New-SecOpsOverridePolicy -Name SecOpsOverridePolicy -SentTo [email protected]
273273
```
274274

275-
For detailed syntax and parameter information, see [New-SecOpsOverridePolicy](/powershell/module/exchange/new-secopsoverridepolicy).
275+
For detailed syntax and parameter information, see [New-SecOpsOverridePolicy](/powershell/module/exchangepowershell/new-secopsoverridepolicy).
276276

277277
#### Step 2: Use PowerShell to create the SecOps override rule
278278

@@ -284,7 +284,7 @@ New-ExoSecOpsOverrideRule -Name SecOpsOverrideRule -Policy SecOpsOverridePolicy
284284

285285
Regardless of the Name value you specify, the rule name is `_Exe:SecOpsOverrid:<GUID\>` \[sic\] where \<GUID\> is a unique GUID value (for example, 312c23cf-0377-4162-b93d-6548a9977efb9).
286286

287-
For detailed syntax and parameter information, see [New-ExoSecOpsOverrideRule](/powershell/module/exchange/new-ExoSecOpsOverrideRule).
287+
For detailed syntax and parameter information, see [New-ExoSecOpsOverrideRule](/powershell/module/exchangepowershell/new-ExoSecOpsOverrideRule).
288288

289289
### Use PowerShell to view the SecOps override policy
290290

@@ -294,7 +294,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
294294
Get-SecOpsOverridePolicy
295295
```
296296

297-
For detailed syntax and parameter information, see [Get-SecOpsOverridePolicy](/powershell/module/exchange/get-secopsoverridepolicy).
297+
For detailed syntax and parameter information, see [Get-SecOpsOverridePolicy](/powershell/module/exchangepowershell/get-secopsoverridepolicy).
298298

299299
### Use PowerShell to view SecOps override rules
300300

@@ -314,7 +314,7 @@ Get-ExoSecOpsOverrideRule | Format-Table Name,Mode
314314

315315
After you identify the invalid rules, you can remove them by using the **Remove-ExoSecOpsOverrideRule** cmdlet as described [later in this article](#use-powershell-to-remove-secops-override-rules).
316316

317-
For detailed syntax and parameter information, see [Get-ExoSecOpsOverrideRule](/powershell/module/exchange/get-exosecopsoverriderule).
317+
For detailed syntax and parameter information, see [Get-ExoSecOpsOverrideRule](/powershell/module/exchangepowershell/get-exosecopsoverriderule).
318318

319319
### Use PowerShell to modify the SecOps override policy
320320

@@ -333,13 +333,13 @@ Set-SecOpsOverridePolicy -Identity SecOpsOverridePolicy -AddSentTo secops2@conto
333333
> [!NOTE]
334334
> If an associated, valid SecOps override rule exists, the email addresses in the rule is also updated.
335335
336-
For detailed syntax and parameter information, see [Set-SecOpsOverridePolicy](/powershell/module/exchange/set-secopsoverridepolicy).
336+
For detailed syntax and parameter information, see [Set-SecOpsOverridePolicy](/powershell/module/exchangepowershell/set-secopsoverridepolicy).
337337

338338
### Use PowerShell to modify a SecOps override rule
339339

340340
The **Set-ExoSecOpsOverrideRule** cmdlet doesn't modify the email addresses in the SecOps override rule. To modify the email addresses in the SecOps override rule, use the **Set-SecOpsOverridePolicy** cmdlet.
341341

342-
For detailed syntax and parameter information, see [Set-ExoSecOpsOverrideRule](/powershell/module/exchange/set-exosecopsoverriderule).
342+
For detailed syntax and parameter information, see [Set-ExoSecOpsOverrideRule](/powershell/module/exchangepowershell/set-exosecopsoverriderule).
343343

344344
### Use PowerShell to remove the SecOps override policy
345345

@@ -349,7 +349,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
349349
Remove-SecOpsOverridePolicy -Identity SecOpsOverridePolicy
350350
```
351351

352-
For detailed syntax and parameter information, see [Remove-SecOpsOverridePolicy](/powershell/module/exchange/remove-secopsoverridepolicy).
352+
For detailed syntax and parameter information, see [Remove-SecOpsOverridePolicy](/powershell/module/exchangepowershell/remove-secopsoverridepolicy).
353353

354354
### Use PowerShell to remove SecOps override rules
355355

@@ -367,7 +367,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
367367
Remove-ExoSecOpsOverrideRule -Identity "_Exe:SecOpsOverrid:312c23cf-0377-4162-b93d-6548a9977efb"
368368
```
369369

370-
For detailed syntax and parameter information, see [Remove-ExoSecOpsOverrideRule](/powershell/module/exchange/remove-exosecopsoverriderule).
370+
For detailed syntax and parameter information, see [Remove-ExoSecOpsOverrideRule](/powershell/module/exchangepowershell/remove-exosecopsoverriderule).
371371

372372
<a name='powershell-procedures-for-third-party-phishing-simulations-in-the-advanced-delivery-policy'></a>
373373

@@ -411,7 +411,7 @@ New-PhishSimOverridePolicy -Name PhishSimOverridePolicy
411411

412412
Regardless of the Name value you specify, the policy name is _PhishSimOverridePolicy_, so you might as well use that value.
413413

414-
For detailed syntax and parameter information, see [New-PhishSimOverridePolicy](/powershell/module/exchange/new-phishsimoverridepolicy).
414+
For detailed syntax and parameter information, see [New-PhishSimOverridePolicy](/powershell/module/exchangepowershell/new-phishsimoverridepolicy).
415415

416416
#### Step 2: Use PowerShell to create the phishing simulation override rule
417417

@@ -435,7 +435,7 @@ This example creates the phishing simulation override rule with the specified se
435435
New-ExoPhishSimOverrideRule -Policy PhishSimOverridePolicy -Domains fabrikam.com,wingtiptoys.com -SenderIpRanges 192.168.1.55
436436
```
437437

438-
For detailed syntax and parameter information, see [New-ExoPhishSimOverrideRule](/powershell/module/exchange/new-exophishsimoverriderule).
438+
For detailed syntax and parameter information, see [New-ExoPhishSimOverrideRule](/powershell/module/exchangepowershell/new-exophishsimoverriderule).
439439

440440
#### Step 3: (Optional) Use PowerShell to identify the phishing simulation URLs to allow
441441

@@ -453,7 +453,7 @@ This example adds a URL allow entry for the specified non-Microsoft phishing sim
453453
New-TenantAllowBlockListItems -Allow -ListType Url -ListSubType AdvancedDelivery -Entries *.fabrikam.com -NoExpiration
454454
```
455455

456-
For detailed syntax and parameter information, see [New-TenantAllowBlockListItems](/powershell/module/exchange/new-tenantallowblocklistitems).
456+
For detailed syntax and parameter information, see [New-TenantAllowBlockListItems](/powershell/module/exchangepowershell/new-tenantallowblocklistitems).
457457

458458
### Use PowerShell to view the phishing simulation override policy
459459

@@ -463,7 +463,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
463463
Get-PhishSimOverridePolicy
464464
```
465465

466-
For detailed syntax and parameter information, see [Get-PhishSimOverridePolicy](/powershell/module/exchange/get-phishsimoverridepolicy).
466+
For detailed syntax and parameter information, see [Get-PhishSimOverridePolicy](/powershell/module/exchangepowershell/get-phishsimoverridepolicy).
467467

468468
### Use PowerShell to view phishing simulation override rules
469469

@@ -483,7 +483,7 @@ Get-ExoPhishSimOverrideRule | Format-Table Name,Mode
483483

484484
After you identify the invalid rules, you can remove them by using the **Remove-ExoPhishSimOverrideRule** cmdlet as described [later in this article](#use-powershell-to-remove-phishing-simulation-override-rules).
485485

486-
For detailed syntax and parameter information, see [Get-ExoPhishSimOverrideRule](/powershell/module/exchange/get-exophishsimoverriderule).
486+
For detailed syntax and parameter information, see [Get-ExoPhishSimOverrideRule](/powershell/module/exchangepowershell/get-exophishsimoverriderule).
487487

488488
### Use PowerShell to view the allowed phishing simulation URL entries
489489

@@ -493,7 +493,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
493493
Get-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery
494494
```
495495

496-
For detailed syntax and parameter information, see [Get-TenantAllowBlockListItems](/powershell/module/exchange/get-tenantallowblocklistitems).
496+
For detailed syntax and parameter information, see [Get-TenantAllowBlockListItems](/powershell/module/exchangepowershell/get-tenantallowblocklistitems).
497497

498498
### Use PowerShell to modify the phishing simulation override policy
499499

@@ -509,7 +509,7 @@ This example disables the phishing simulation override policy.
509509
Set-PhishSimOverridePolicy -Identity PhishSimOverridePolicy -Enabled $false
510510
```
511511

512-
For detailed syntax and parameter information, see [Set-PhishSimOverridePolicy](/powershell/module/exchange/set-phishsimoverridepolicy).
512+
For detailed syntax and parameter information, see [Set-PhishSimOverridePolicy](/powershell/module/exchangepowershell/set-phishsimoverridepolicy).
513513

514514
### Use PowerShell to modify phishing simulation override rules
515515

@@ -538,7 +538,7 @@ These changes don't affect existing entries in the rule.
538538
Get-ExoPhishSimOverrideRule| Set-ExoPhishSimOverrideRule -AddSenderDomainIs blueyonderairlines.com -RemoveSenderIpRanges 192.168.1.55
539539
```
540540

541-
For detailed syntax and parameter information, see [Set-ExoPhishSimOverrideRule](/powershell/module/exchange/set-exophishsimoverriderule).
541+
For detailed syntax and parameter information, see [Set-ExoPhishSimOverrideRule](/powershell/module/exchangepowershell/set-exophishsimoverriderule).
542542

543543
### Use PowerShell to modify the allowed phishing simulation URL entries
544544

@@ -558,7 +558,7 @@ This example modified the expiration date of the specified entry.
558558
Set-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries "*.fabrikam.com" -ExpirationDate 9/11/2021
559559
```
560560

561-
For detailed syntax and parameter information, see [Set-TenantAllowBlockListItems](/powershell/module/exchange/set-tenantallowblocklistitems).
561+
For detailed syntax and parameter information, see [Set-TenantAllowBlockListItems](/powershell/module/exchangepowershell/set-tenantallowblocklistitems).
562562

563563
### Use PowerShell to remove a phishing simulation override policy
564564

@@ -568,7 +568,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
568568
Remove-PhishSimOverridePolicy -Identity PhishSimOverridePolicy
569569
```
570570

571-
For detailed syntax and parameter information, see [Remove-PhishSimOverridePolicy](/powershell/module/exchange/remove-phishsimoverridepolicy).
571+
For detailed syntax and parameter information, see [Remove-PhishSimOverridePolicy](/powershell/module/exchangepowershell/remove-phishsimoverridepolicy).
572572

573573
### Use PowerShell to remove phishing simulation override rules
574574

@@ -586,7 +586,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
586586
Remove-ExoSPhishSimOverrideRule -Identity "_Exe:PhishSimOverr:6fed4b63-3563-495d-a481-b24a311f8329"
587587
```
588588

589-
For detailed syntax and parameter information, see [Remove-ExoPhishSimOverrideRule](/powershell/module/exchange/remove-exophishsimoverriderule).
589+
For detailed syntax and parameter information, see [Remove-ExoPhishSimOverrideRule](/powershell/module/exchangepowershell/remove-exophishsimoverriderule).
590590

591591
### Use PowerShell to remove the allowed phishing simulation URL entries
592592

@@ -604,4 +604,4 @@ This example modified the expiration date of the specified entry.
604604
Remove-TenantAllowBlockListItems -ListType Url -ListSubType AdvancedDelivery -Entries "*.fabrikam.com" -ExpirationDate 9/11/2021
605605
```
606606

607-
For detailed syntax and parameter information, see [Remove-TenantAllowBlockListItems](/powershell/module/exchange/remove-tenantallowblocklistitems).
607+
For detailed syntax and parameter information, see [Remove-TenantAllowBlockListItems](/powershell/module/exchangepowershell/remove-tenantallowblocklistitems).

defender-office-365/anti-malware-policies-configure.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ This example creates a new malware filter policy named Contoso Malware Filter Po
321321
New-MalwareFilterPolicy -Name "Contoso Malware Filter Policy" -EnableFileFilter $true -EnableInternalSenderAdminNotifications $true -InternalSenderAdminAddress [email protected]
322322
```
323323

324-
For detailed syntax and parameter information, see [New-MalwareFilterPolicy](/powershell/module/exchange/new-malwarefilterpolicy).
324+
For detailed syntax and parameter information, see [New-MalwareFilterPolicy](/powershell/module/exchangepowershell/new-malwarefilterpolicy).
325325

326326
#### Step 2: Use PowerShell to create a malware filter rule
327327

@@ -340,7 +340,7 @@ This example creates a new malware filter rule named Contoso Recipients with the
340340
New-MalwareFilterRule -Name "Contoso Recipients" -MalwareFilterPolicy "Contoso Malware Filter Policy" -RecipientDomainIs contoso.com
341341
```
342342

343-
For detailed syntax and parameter information, see [New-MalwareFilterRule](/powershell/module/exchange/new-malwarefilterrule).
343+
For detailed syntax and parameter information, see [New-MalwareFilterRule](/powershell/module/exchangepowershell/new-malwarefilterrule).
344344

345345
### Use PowerShell to view malware filter policies
346346

@@ -368,7 +368,7 @@ This example returns only the specified properties for the same policy.
368368
Get-MalwareFilterPolicy -Identity "Executives" | Format-List Action,AdminDisplayName,CustomNotifications,Enable*Notifications
369369
```
370370

371-
For detailed syntax and parameter information, see [Get-MalwareFilterPolicy](/powershell/module/exchange/get-malwarefilterpolicy).
371+
For detailed syntax and parameter information, see [Get-MalwareFilterPolicy](/powershell/module/exchangepowershell/get-malwarefilterpolicy).
372372

373373
### Use PowerShell to view malware filter rules
374374

@@ -406,7 +406,7 @@ This example returns only the specified properties for the same rule.
406406
Get-MalwareFilterRule -Identity "Executives" | Format-List Name,Priority,State,MalwareFilterPolicy,*Is,*SentTo,*MemberOf
407407
```
408408

409-
For detailed syntax and parameter information, see [Get-MalwareFilterRule](/powershell/module/exchange/get-malwarefilterrule).
409+
For detailed syntax and parameter information, see [Get-MalwareFilterRule](/powershell/module/exchangepowershell/get-malwarefilterrule).
410410

411411
### Use PowerShell to modify malware filter policies
412412

@@ -421,7 +421,7 @@ To modify a malware filter policy, use this syntax:
421421
Set-MalwareFilterPolicy -Identity "<PolicyName>" <Settings>
422422
```
423423

424-
For detailed syntax and parameter information, see [Set-MalwareFilterPolicy](/powershell/module/exchange/set-malwarefilterpolicy).
424+
For detailed syntax and parameter information, see [Set-MalwareFilterPolicy](/powershell/module/exchangepowershell/set-malwarefilterpolicy).
425425

426426
> [!TIP]
427427
> For detailed instructions to specify the quarantine policy to use in a malware filter policy, see [Use PowerShell to specify the quarantine policy in anti-malware policies](quarantine-policies.md#anti-malware-policies-in-powershell).
@@ -438,7 +438,7 @@ To modify a malware filter rule, use this syntax:
438438
Set-MalwareFilterRule -Identity "<RuleName>" <Settings>
439439
```
440440

441-
For detailed syntax and parameter information, see [Set-MalwareFilterRule](/powershell/module/exchange/set-malwarefilterrule).
441+
For detailed syntax and parameter information, see [Set-MalwareFilterRule](/powershell/module/exchangepowershell/set-malwarefilterrule).
442442

443443
### Use PowerShell to enable or disable malware filter rules
444444

@@ -462,7 +462,7 @@ This example enables same rule.
462462
Enable-MalwareFilterRule -Identity "Marketing Department"
463463
```
464464

465-
For detailed syntax and parameter information, see [Enable-MalwareFilterRule](/powershell/module/exchange/enable-malwarefilterrule) and [Disable-MalwareFilterRule](/powershell/module/exchange/disable-malwarefilterrule).
465+
For detailed syntax and parameter information, see [Enable-MalwareFilterRule](/powershell/module/exchangepowershell/enable-malwarefilterrule) and [Disable-MalwareFilterRule](/powershell/module/exchangepowershell/disable-malwarefilterrule).
466466

467467
### Use PowerShell to set the priority of malware filter rules
468468

@@ -501,7 +501,7 @@ This example removes the malware filter policy named Marketing Department.
501501
Remove-MalwareFilterPolicy -Identity "Marketing Department"
502502
```
503503

504-
For detailed syntax and parameter information, see [Remove-MalwareFilterPolicy](/powershell/module/exchange/remove-malwarefilterpolicy).
504+
For detailed syntax and parameter information, see [Remove-MalwareFilterPolicy](/powershell/module/exchangepowershell/remove-malwarefilterpolicy).
505505

506506
### Use PowerShell to remove malware filter rules
507507

@@ -519,7 +519,7 @@ This example removes the malware filter rule named Marketing Department.
519519
Remove-MalwareFilterRule -Identity "Marketing Department"
520520
```
521521

522-
For detailed syntax and parameter information, see [Remove-MalwareFilterRule](/powershell/module/exchange/remove-malwarefilterrule).
522+
For detailed syntax and parameter information, see [Remove-MalwareFilterRule](/powershell/module/exchangepowershell/remove-malwarefilterrule).
523523

524524
## How do you know these procedures worked?
525525

0 commit comments

Comments
 (0)