Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TargetedDomainProtectionAction is missing from EXOAntiPhishPolicy #3910

Closed
jeremyhagan opened this issue Nov 16, 2023 · 0 comments · Fixed by #4094 or #4101
Closed

TargetedDomainProtectionAction is missing from EXOAntiPhishPolicy #3910

jeremyhagan opened this issue Nov 16, 2023 · 0 comments · Fixed by #4094 or #4101
Assignees
Labels
Enhancement New feature or request Exchange Online V1.23.1108.1 Version 1.23.1108.1

Comments

@jeremyhagan
Copy link

Description of the issue

The New/Set-AntiPhishPolicy cmdlet includes the TargetedDomainProtectionAction parameter. This appears to be complely absent from the EXOAntiPhishPolicy resource. The setting is not exported in an export of the policy either.

Microsoft 365 DSC Version

1.23.1108.1

Which workloads are affected

Exchange Online

The DSC configuration

EXOAntiPhishPolicy "EXOAntiPhishPolicy-PRD: Anti-phishing policy"
        {
            AdminDisplayName                              = "";
            ApplicationId                                 = $ConfigurationData.NonNodeData.ApplicationId;
            AuthenticationFailAction                      = "Quarantine";
            CertificateThumbprint                         = $ConfigurationData.NonNodeData.CertificateThumbprint;
            Enabled                                       = $True;
            EnableFirstContactSafetyTips                  = $True;
            EnableMailboxIntelligence                     = $True;
            EnableMailboxIntelligenceProtection           = $True;
            EnableOrganizationDomainsProtection           = $True;
            EnableSimilarDomainsSafetyTips                = $True;
            EnableSimilarUsersSafetyTips                  = $True;
            EnableSpoofIntelligence                       = $True;
            EnableTargetedDomainsProtection               = $True;
            EnableTargetedUserProtection                  = $True;
            EnableUnauthenticatedSender                   = $True;
            EnableUnusualCharactersSafetyTips             = $True;
            EnableViaTag                                  = $True;
            Ensure                                        = "Present";
            ExcludedDomains                               = @();
            ExcludedSenders                               = @();
            Identity                                      = "PRD: Anti-phishing policy";
            ImpersonationProtectionState                  = "Manual";
            MailboxIntelligenceProtectionAction           = "Quarantine";
            MailboxIntelligenceProtectionActionRecipients = @();
            MailboxIntelligenceQuarantineTag              = "Request Release: Notification";
            MakeDefault                                   = $False;
            PhishThresholdLevel                           = 2;
            SpoofQuarantineTag                            = "Full Access: Notification";
            TargetedDomainActionRecipients                = @();
            TargetedDomainQuarantineTag                   = "Request Release: Notification";
            TargetedDomainsToProtect                      = @();
            TargetedUserActionRecipients                  = @();
            TargetedUserProtectionAction                  = "Quarantine";
            TargetedUserQuarantineTag                     = "Request Release: Notification";
            TargetedUsersToProtect                        = @();
            TenantId                                      = $OrganizationName;
        }

Verbose logs showing the problem

NA

Environment Information + PowerShell Version

OsName               : Microsoft Windows Server 2019 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture       : 64-bit
WindowsVersion       : 1809
WindowsBuildLabEx    : 17763.1.amd64fre.rs5_release.180914-1434
OsLanguage           : en-US
OsMuiLanguages       : {en-US}


Name                           Value
----                           -----
PSVersion                      5.1.17763.4974
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.17763.4974
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
@andikrueger andikrueger added Enhancement New feature or request Exchange Online V1.23.1108.1 Version 1.23.1108.1 labels Nov 16, 2023
@jeremyhagan jeremyhagan changed the title TargetedDomainProtectionAction ia missing from EXOAntiPhishPolicy TargetedDomainProtectionAction is missing from EXOAntiPhishPolicy Nov 16, 2023
@malauter malauter self-assigned this Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Exchange Online V1.23.1108.1 Version 1.23.1108.1
Projects
None yet
3 participants