File tree Expand file tree Collapse file tree
microsoft-365/security/office-365-security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
334334- Remove any SecOps override rules:
335335
336336 ``` powershell
337- Get-ExoSecOpsOverridePolicy | Remove-ExoSecOpsOverrideRule
337+ Get-ExoSecOpsOverrideRule | Remove-ExoSecOpsOverrideRule
338338 ```
339339
340340- Remove the specified SecOps override rule:
@@ -549,7 +549,7 @@ In [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-
549549- Remove any phishing simulation override rules:
550550
551551 ``` powershell
552- Get-ExoPhishSimOverridePolicy | Remove-ExoPhishSimOverrideRule
552+ Get-ExoPhishSimOverrideRule | Remove-ExoPhishSimOverrideRule
553553 ```
554554
555555- Remove the specified phishing simulation override rule:
You can’t perform that action at this time.
0 commit comments