add: Core logic to switch between versions
This commit is contained in:
@@ -296,6 +296,7 @@ function Get-CISExoOutput {
|
||||
return $spamPolicies
|
||||
}
|
||||
'2.1.7' {
|
||||
# v4 needs same info.
|
||||
# Test-AntiPhishingPolicy.ps1
|
||||
<#
|
||||
$antiPhishPolicies = @(
|
||||
@@ -340,9 +341,6 @@ function Get-CISExoOutput {
|
||||
$antiPhishPolicies = Get-AntiPhishPolicy
|
||||
return $antiPhishPolicies
|
||||
}
|
||||
'2.1.7-v4' {
|
||||
# Placeholder Test-AntiPhishingPolicy.ps1
|
||||
}
|
||||
'2.1.9' {
|
||||
# Test-EnableDKIM.ps1
|
||||
# 2.1.9 (L1) Ensure DKIM is enabled for all Exchange Online Domains
|
||||
|
Reference in New Issue
Block a user