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

EXOHostedContentFilterPolicy: null-valued expression on certain parameters during test #4124

Closed
mibarm opened this issue Jan 5, 2024 · 1 comment · Fixed by #4125
Closed

Comments

@mibarm
Copy link
Contributor

mibarm commented Jan 5, 2024

Description of the issue

EXOHostedContentFilterPolicy:
In case the desired value for the follwoing properties is null but there is something configured on the tenant,
the test-dscresources throws an error with null valued expression. Affected properties:

  • AllowedSenders
  • AllowedSenderDomains
  • BlockedSenders
  • BlockedSenderDomains

Related to #1165 where those values were set to $null in the Test-TargetResource function

Microsoft 365 DSC Version

V1.23.1018.1

Which workloads are affected

Exchange Online

The DSC configuration

Node localhost
    {
       EXOHostedContentFilterPolicy "EXOHostedContentFilterPolicy-Default"
        {
            AddXHeaderValue                      = "";
            AdminDisplayName                     = "";
            AllowedSenders                       = @();
            AllowedSenderDomains                 = @();
            BlockedSenders                       = @();
            BlockedSenderDomains                 = @();
            BulkQuarantineTag                    = "SCS-LimitedAccessPolicy";
            BulkSpamAction                       = "Quarantine";
            BulkThreshold                        = 6;
            Credential                           = $Credscredential;
            DownloadLink                         = $False;
            EnableLanguageBlockList              = $False;
            EnableRegionBlockList                = $False;
            Ensure                               = "Present";
            HighConfidencePhishAction            = "Quarantine";
            HighConfidencePhishQuarantineTag     = "AdminOnlyAccessPolicy";
            HighConfidenceSpamAction             = "Quarantine";
            HighConfidenceSpamQuarantineTag      = "SCS-LimitedAccessPolicy";
            Identity                             = "Default";
            IncreaseScoreWithBizOrInfoUrls       = "Off";
            IncreaseScoreWithImageLinks          = "Off";
            IncreaseScoreWithNumericIps          = "Off";
            IncreaseScoreWithRedirectToOtherPort = "Off";
            InlineSafetyTipsEnabled              = $True;
            LanguageBlockList                    = @();
            MakeDefault                          = $True;
            MarkAsSpamBulkMail                   = "On";
            MarkAsSpamEmbedTagsInHtml            = "Off";
            MarkAsSpamEmptyMessages              = "Off";
            MarkAsSpamFormTagsInHtml             = "Off";
            MarkAsSpamFramesInHtml               = "Off";
            MarkAsSpamFromAddressAuthFail        = "Off";
            MarkAsSpamJavaScriptInHtml           = "Off";
            MarkAsSpamNdrBackscatter             = "Off";
            MarkAsSpamObjectTagsInHtml           = "Off";
            MarkAsSpamSensitiveWordList          = "Off";
            MarkAsSpamSpfRecordHardFail          = "Off";
            MarkAsSpamWebBugsInHtml              = "Off";
            ModifySubjectValue                   = "";
            PhishQuarantineTag                   = "SCS-FullAccessPolicy";
            PhishSpamAction                      = "Quarantine";
            PhishZapEnabled                      = $True;
            QuarantineRetentionPeriod            = 30;
            RedirectToRecipients                 = @();
            RegionBlockList                      = @();
            SpamAction                           = "Quarantine";
            SpamQuarantineTag                    = "SCS-FullAccessPolicy";
            SpamZapEnabled                       = $True;
            TestModeAction                       = "None";
            TestModeBccToRecipients              = @();
        }

Verbose logs showing the problem

2024-01-05T07:16:32.3359238Z VERBOSE: Perform operation 'Invoke CimMethod' with following parameters, 
2024-01-05T07:16:32.3360277Z ''methodName' = SendConfigurationApply,'className' = 
2024-01-05T07:16:32.3361282Z MSFT_DSCLocalConfigurationManager,'namespaceName' = 
2024-01-05T07:16:32.3362528Z root/Microsoft/Windows/DesiredStateConfiguration'.
2024-01-05T07:16:32.3900429Z VERBOSE: An LCM method call arrived from computer 4EDE0911CFBC with user sid 
2024-01-05T07:16:32.3902238Z S-1-5-93-2-1.
2024-01-05T07:16:32.3906752Z VERBOSE: [4EDE0911CFBC]: LCM:  [ Start  Set      ]
2024-01-05T07:16:35.3411340Z VERBOSE: [4EDE0911CFBC]: LCM:  [ Start  Resource ]  
2024-01-05T07:16:35.3413247Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy]
2024-01-05T07:16:35.3417657Z VERBOSE: [4EDE0911CFBC]: LCM:  [ Start  Test     ]  
2024-01-05T07:16:35.3418603Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy]
2024-01-05T07:16:46.0441524Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:46.0442423Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Testing configuration of 
2024-01-05T07:16:46.0444250Z HostedContentFilterPolicy for Default
2024-01-05T07:16:46.0449746Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:46.0450497Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Getting configuration of 
2024-01-05T07:16:46.0451620Z HostedContentFilterPolicy for Default
2024-01-05T07:16:56.7161606Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:56.7162488Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Found 
2024-01-05T07:16:56.7164252Z HostedContentFilterPolicy Default
2024-01-05T07:16:56.7177067Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:56.7177783Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Get-TargetResource Result: 
2024-01-05T07:16:56.7178469Z  AddXHeaderValue=
2024-01-05T07:16:56.7178878Z 
2024-01-05T07:16:56.7179444Z AdminDisplayName=
2024-01-05T07:16:56.7179796Z 
2024-01-05T07:16:56.7180383Z AllowedSenderDomains=$null
2024-01-05T07:16:56.7180877Z 
2024-01-05T07:16:56.7181361Z AllowedSenders=asdfasdfasdf@gmail.com
2024-01-05T07:16:56.7181723Z 
2024-01-05T07:16:56.7182157Z ApplicationId=***
2024-01-05T07:16:56.7182479Z 
2024-01-05T07:16:56.7182926Z BlockedSenderDomains=$null
2024-01-05T07:16:56.7183284Z 
2024-01-05T07:16:56.7183732Z BlockedSenders=$null
2024-01-05T07:16:56.7184079Z 
2024-01-05T07:16:56.7184540Z BulkQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:56.7184916Z 
2024-01-05T07:16:56.7185376Z BulkSpamAction=Quarantine
2024-01-05T07:16:56.7185715Z 
2024-01-05T07:16:56.7186417Z BulkThreshold=6
2024-01-05T07:16:56.7186741Z 
2024-01-05T07:16:56.7187186Z CertificatePassword=$null
2024-01-05T07:16:56.7187548Z 
2024-01-05T07:16:56.7187985Z CertificatePath=***
2024-01-05T07:16:56.7188313Z 
2024-01-05T07:16:56.7188758Z CertificateThumbprint=***
2024-01-05T07:16:56.7189111Z 
2024-01-05T07:16:56.7189538Z Credential=$null
2024-01-05T07:16:56.7189864Z 
2024-01-05T07:16:56.7190307Z DownloadLink=False
2024-01-05T07:16:56.7190650Z 
2024-01-05T07:16:56.7191127Z EnableEndUserSpamNotifications=$null
2024-01-05T07:16:56.7191684Z 
2024-01-05T07:16:56.7192154Z EnableLanguageBlockList=False
2024-01-05T07:16:56.7192515Z 
2024-01-05T07:16:56.7192956Z EnableRegionBlockList=False
2024-01-05T07:16:56.7193282Z 
2024-01-05T07:16:56.7193759Z EndUserSpamNotificationCustomSubject=$null
2024-01-05T07:16:56.7194127Z 
2024-01-05T07:16:56.7194570Z EndUserSpamNotificationFrequency=$null
2024-01-05T07:16:56.7195084Z 
2024-01-05T07:16:56.7195542Z EndUserSpamNotificationLanguage=$null
2024-01-05T07:16:56.7195892Z 
2024-01-05T07:16:56.7196321Z Ensure=Present
2024-01-05T07:16:56.7196735Z 
2024-01-05T07:16:56.7197301Z HighConfidencePhishAction=Quarantine
2024-01-05T07:16:56.7197668Z 
2024-01-05T07:16:56.7198141Z HighConfidencePhishQuarantineTag=AdminOnlyAccessPolicy
2024-01-05T07:16:56.7198491Z 
2024-01-05T07:16:56.7198947Z HighConfidenceSpamAction=Quarantine
2024-01-05T07:16:56.7199300Z 
2024-01-05T07:16:56.7199779Z HighConfidenceSpamQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:56.7200143Z 
2024-01-05T07:16:56.7200570Z Identity=Default
2024-01-05T07:16:56.7200902Z 
2024-01-05T07:16:56.7201348Z IncreaseScoreWithBizOrInfoUrls=Off
2024-01-05T07:16:56.7201676Z 
2024-01-05T07:16:56.7202222Z IncreaseScoreWithImageLinks=Off
2024-01-05T07:16:56.7203308Z 
2024-01-05T07:16:56.7203776Z IncreaseScoreWithNumericIps=Off
2024-01-05T07:16:56.7204122Z 
2024-01-05T07:16:56.7204577Z IncreaseScoreWithRedirectToOtherPort=Off
2024-01-05T07:16:56.7204925Z 
2024-01-05T07:16:56.7205373Z InlineSafetyTipsEnabled=True
2024-01-05T07:16:56.7205724Z 
2024-01-05T07:16:56.7206151Z LanguageBlockList=
2024-01-05T07:16:56.7206483Z 
2024-01-05T07:16:56.7206908Z MakeDefault=True
2024-01-05T07:16:56.7207217Z 
2024-01-05T07:16:56.7207637Z Managedidentity=False
2024-01-05T07:16:56.7208214Z 
2024-01-05T07:16:56.7208899Z MarkAsSpamBulkMail=On
2024-01-05T07:16:56.7209222Z 
2024-01-05T07:16:56.7286476Z MarkAsSpamEmbedTagsInHtml=Off
2024-01-05T07:16:56.7288839Z 
2024-01-05T07:16:56.7294098Z MarkAsSpamEmptyMessages=Off
2024-01-05T07:16:56.7296579Z 
2024-01-05T07:16:56.7298760Z MarkAsSpamFormTagsInHtml=Off
2024-01-05T07:16:56.7306273Z 
2024-01-05T07:16:56.7465639Z MarkAsSpamFramesInHtml=Off
2024-01-05T07:16:56.8096777Z 
2024-01-05T07:16:56.9983496Z MarkAsSpamFromAddressAuthFail=Off
2024-01-05T07:16:57.0352377Z 
2024-01-05T07:16:57.0771662Z MarkAsSpamJavaScriptInHtml=Off
2024-01-05T07:16:57.0875025Z 
2024-01-05T07:16:57.0993595Z MarkAsSpamNdrBackscatter=Off
2024-01-05T07:16:57.1026908Z 
2024-01-05T07:16:57.1031218Z MarkAsSpamObjectTagsInHtml=Off
2024-01-05T07:16:57.1402954Z 
2024-01-05T07:16:57.1586576Z MarkAsSpamSensitiveWordList=Off
2024-01-05T07:16:57.1588248Z 
2024-01-05T07:16:57.1616100Z MarkAsSpamSpfRecordHardFail=Off
2024-01-05T07:16:57.1619636Z 
2024-01-05T07:16:57.1730051Z MarkAsSpamWebBugsInHtml=Off
2024-01-05T07:16:57.1732998Z 
2024-01-05T07:16:57.1733676Z ModifySubjectValue=
2024-01-05T07:16:57.1734065Z 
2024-01-05T07:16:57.1734579Z PhishQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1734938Z 
2024-01-05T07:16:57.1735403Z PhishSpamAction=Quarantine
2024-01-05T07:16:57.1735789Z 
2024-01-05T07:16:57.1736240Z PhishZapEnabled=True
2024-01-05T07:16:57.1736583Z 
2024-01-05T07:16:57.1737051Z QuarantineRetentionPeriod=30
2024-01-05T07:16:57.1737449Z 
2024-01-05T07:16:57.1737901Z RedirectToRecipients=
2024-01-05T07:16:57.1738232Z 
2024-01-05T07:16:57.1738671Z RegionBlockList=
2024-01-05T07:16:57.1739040Z 
2024-01-05T07:16:57.1739494Z SpamAction=Quarantine
2024-01-05T07:16:57.1739900Z 
2024-01-05T07:16:57.1740410Z SpamQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1740776Z 
2024-01-05T07:16:57.1741209Z SpamZapEnabled=True
2024-01-05T07:16:57.1741530Z 
2024-01-05T07:16:57.1741982Z TenantId=***
2024-01-05T07:16:57.1742309Z 
2024-01-05T07:16:57.1742746Z TestModeAction=None
2024-01-05T07:16:57.1743077Z 
2024-01-05T07:16:57.1743644Z TestModeBccToRecipients=
2024-01-05T07:16:57.1744126Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:57.1744640Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Current Values: 
2024-01-05T07:16:57.1745161Z AddXHeaderValue=
2024-01-05T07:16:57.1745468Z 
2024-01-05T07:16:57.1745903Z AdminDisplayName=
2024-01-05T07:16:57.1746216Z 
2024-01-05T07:16:57.1746691Z AllowedSenderDomains=$null
2024-01-05T07:16:57.1747012Z 
2024-01-05T07:16:57.1747456Z AllowedSenders=asdfasdfasdf@gmail.com
2024-01-05T07:16:57.1747795Z 
2024-01-05T07:16:57.1748495Z ApplicationId=***
2024-01-05T07:16:57.1748803Z 
2024-01-05T07:16:57.1749241Z BlockedSenderDomains=$null
2024-01-05T07:16:57.1749586Z 
2024-01-05T07:16:57.1750004Z BlockedSenders=$null
2024-01-05T07:16:57.1750306Z 
2024-01-05T07:16:57.1750781Z BulkQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:57.1751122Z 
2024-01-05T07:16:57.1751565Z BulkSpamAction=Quarantine
2024-01-05T07:16:57.1751876Z 
2024-01-05T07:16:57.1752318Z BulkThreshold=6
2024-01-05T07:16:57.1752633Z 
2024-01-05T07:16:57.1753092Z CertificatePassword=$null
2024-01-05T07:16:57.1753399Z 
2024-01-05T07:16:57.1753835Z CertificatePath=***
2024-01-05T07:16:57.1754163Z 
2024-01-05T07:16:57.1754600Z CertificateThumbprint=***
2024-01-05T07:16:57.1754906Z 
2024-01-05T07:16:57.1755325Z Credential=$null
2024-01-05T07:16:57.1755644Z 
2024-01-05T07:16:57.1756222Z DownloadLink=False
2024-01-05T07:16:57.1756519Z 
2024-01-05T07:16:57.1756986Z EnableEndUserSpamNotifications=$null
2024-01-05T07:16:57.1757316Z 
2024-01-05T07:16:57.1757762Z EnableLanguageBlockList=False
2024-01-05T07:16:57.1758094Z 
2024-01-05T07:16:57.1758538Z EnableRegionBlockList=False
2024-01-05T07:16:57.1758852Z 
2024-01-05T07:16:57.1759326Z EndUserSpamNotificationCustomSubject=$null
2024-01-05T07:16:57.1759667Z 
2024-01-05T07:16:57.1760119Z EndUserSpamNotificationFrequency=$null
2024-01-05T07:16:57.1760441Z 
2024-01-05T07:16:57.1760890Z EndUserSpamNotificationLanguage=$null
2024-01-05T07:16:57.1761235Z 
2024-01-05T07:16:57.1761655Z Ensure=Present
2024-01-05T07:16:57.1761956Z 
2024-01-05T07:16:57.1762409Z HighConfidencePhishAction=Quarantine
2024-01-05T07:16:57.1762738Z 
2024-01-05T07:16:57.1763215Z HighConfidencePhishQuarantineTag=AdminOnlyAccessPolicy
2024-01-05T07:16:57.1763555Z 
2024-01-05T07:16:57.1763997Z HighConfidenceSpamAction=Quarantine
2024-01-05T07:16:57.1764345Z 
2024-01-05T07:16:57.1764829Z HighConfidenceSpamQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:57.1765195Z 
2024-01-05T07:16:57.1765618Z Identity=Default
2024-01-05T07:16:57.1765950Z 
2024-01-05T07:16:57.1766398Z IncreaseScoreWithBizOrInfoUrls=Off
2024-01-05T07:16:57.1766722Z 
2024-01-05T07:16:57.1767168Z IncreaseScoreWithImageLinks=Off
2024-01-05T07:16:57.1767500Z 
2024-01-05T07:16:57.1767928Z IncreaseScoreWithNumericIps=Off
2024-01-05T07:16:57.1768249Z 
2024-01-05T07:16:57.1768737Z IncreaseScoreWithRedirectToOtherPort=Off
2024-01-05T07:16:57.1769081Z 
2024-01-05T07:16:57.1769516Z InlineSafetyTipsEnabled=True
2024-01-05T07:16:57.1769809Z 
2024-01-05T07:16:57.1770247Z LanguageBlockList=
2024-01-05T07:16:57.1770528Z 
2024-01-05T07:16:57.1770932Z MakeDefault=True
2024-01-05T07:16:57.1771223Z 
2024-01-05T07:16:57.1771640Z Managedidentity=False
2024-01-05T07:16:57.1771921Z 
2024-01-05T07:16:57.1772338Z MarkAsSpamBulkMail=On
2024-01-05T07:16:57.1772637Z 
2024-01-05T07:16:57.1773062Z MarkAsSpamEmbedTagsInHtml=Off
2024-01-05T07:16:57.1773357Z 
2024-01-05T07:16:57.1773777Z MarkAsSpamEmptyMessages=Off
2024-01-05T07:16:57.1774097Z 
2024-01-05T07:16:57.1774580Z MarkAsSpamFormTagsInHtml=Off
2024-01-05T07:16:57.1774877Z 
2024-01-05T07:16:57.1775293Z MarkAsSpamFramesInHtml=Off
2024-01-05T07:16:57.1775602Z 
2024-01-05T07:16:57.1776037Z MarkAsSpamFromAddressAuthFail=Off
2024-01-05T07:16:57.1776330Z 
2024-01-05T07:16:57.1776772Z MarkAsSpamJavaScriptInHtml=Off
2024-01-05T07:16:57.1777081Z 
2024-01-05T07:16:57.1777508Z MarkAsSpamNdrBackscatter=Off
2024-01-05T07:16:57.1777811Z 
2024-01-05T07:16:57.1778233Z MarkAsSpamObjectTagsInHtml=Off
2024-01-05T07:16:57.1778529Z 
2024-01-05T07:16:57.1778952Z MarkAsSpamSensitiveWordList=Off
2024-01-05T07:16:57.1779266Z 
2024-01-05T07:16:57.1779701Z MarkAsSpamSpfRecordHardFail=Off
2024-01-05T07:16:57.1779995Z 
2024-01-05T07:16:57.1780429Z MarkAsSpamWebBugsInHtml=Off
2024-01-05T07:16:57.1780719Z 
2024-01-05T07:16:57.1781446Z ModifySubjectValue=
2024-01-05T07:16:57.1781765Z 
2024-01-05T07:16:57.1782200Z PhishQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1782497Z 
2024-01-05T07:16:57.1783098Z PhishSpamAction=Quarantine
2024-01-05T07:16:57.1783399Z 
2024-01-05T07:16:57.1783809Z PhishZapEnabled=True
2024-01-05T07:16:57.1784101Z 
2024-01-05T07:16:57.1784520Z QuarantineRetentionPeriod=30
2024-01-05T07:16:57.1784833Z 
2024-01-05T07:16:57.1785243Z RedirectToRecipients=
2024-01-05T07:16:57.1785528Z 
2024-01-05T07:16:57.1786197Z RegionBlockList=
2024-01-05T07:16:57.1786717Z 
2024-01-05T07:16:57.1787987Z SpamAction=Quarantine
2024-01-05T07:16:57.1788611Z 
2024-01-05T07:16:57.1789517Z SpamQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1789858Z 
2024-01-05T07:16:57.1790240Z SpamZapEnabled=True
2024-01-05T07:16:57.1790516Z 
2024-01-05T07:16:57.1791252Z TenantId=***
2024-01-05T07:16:57.1791555Z 
2024-01-05T07:16:57.1792060Z TestModeAction=None
2024-01-05T07:16:57.1792682Z 
2024-01-05T07:16:57.1793224Z TestModeBccToRecipients=
2024-01-05T07:16:57.1793779Z VERBOSE: [4EDE0911CFBC]:                            
2024-01-05T07:16:57.1794164Z [[EXOHostedContentFilterPolicy]SCSAntispamPolicy] Target Values: 
2024-01-05T07:16:57.1794515Z AddXHeaderValue=
2024-01-05T07:16:57.1794682Z 
2024-01-05T07:16:57.1794957Z AdminDisplayName=
2024-01-05T07:16:57.1795132Z 
2024-01-05T07:16:57.1795412Z AllowedSenderDomains=()
2024-01-05T07:16:57.1795576Z 
2024-01-05T07:16:57.1795849Z AllowedSenders=()
2024-01-05T07:16:57.1796031Z 
2024-01-05T07:16:57.1796301Z ApplicationId=***
2024-01-05T07:16:57.1796465Z 
2024-01-05T07:16:57.1796744Z BlockedSenderDomains=()
2024-01-05T07:16:57.1796925Z 
2024-01-05T07:16:57.1797182Z BlockedSenders=()
2024-01-05T07:16:57.1797342Z 
2024-01-05T07:16:57.1797770Z BulkQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:57.1798124Z 
2024-01-05T07:16:57.1798431Z BulkSpamAction=Quarantine
2024-01-05T07:16:57.1798603Z 
2024-01-05T07:16:57.1798906Z BulkThreshold=6
2024-01-05T07:16:57.1799051Z 
2024-01-05T07:16:57.1799337Z CertificateThumbprint=***
2024-01-05T07:16:57.1799497Z 
2024-01-05T07:16:57.1799781Z DownloadLink=False
2024-01-05T07:16:57.1799931Z 
2024-01-05T07:16:57.1800219Z EnableEndUserSpamNotifications=True
2024-01-05T07:16:57.1800413Z 
2024-01-05T07:16:57.1800683Z EnableLanguageBlockList=False
2024-01-05T07:16:57.1800849Z 
2024-01-05T07:16:57.1801121Z EnableRegionBlockList=False
2024-01-05T07:16:57.1801300Z 
2024-01-05T07:16:57.1801589Z EndUserSpamNotificationCustomSubject=
2024-01-05T07:16:57.1801769Z 
2024-01-05T07:16:57.1802056Z EndUserSpamNotificationFrequency=3
2024-01-05T07:16:57.1802250Z 
2024-01-05T07:16:57.1802536Z EndUserSpamNotificationLanguage=Default
2024-01-05T07:16:57.1802708Z 
2024-01-05T07:16:57.1802970Z Ensure=Present
2024-01-05T07:16:57.1803143Z 
2024-01-05T07:16:57.1803420Z HighConfidencePhishAction=Quarantine
2024-01-05T07:16:57.1803598Z 
2024-01-05T07:16:57.1803920Z HighConfidencePhishQuarantineTag=AdminOnlyAccessPolicy
2024-01-05T07:16:57.1804129Z 
2024-01-05T07:16:57.1804420Z HighConfidenceSpamAction=Quarantine
2024-01-05T07:16:57.1804594Z 
2024-01-05T07:16:57.1804914Z HighConfidenceSpamQuarantineTag=SCS-LimitedAccessPolicy
2024-01-05T07:16:57.1805134Z 
2024-01-05T07:16:57.1805395Z Identity=Default
2024-01-05T07:16:57.1805547Z 
2024-01-05T07:16:57.1805848Z IncreaseScoreWithBizOrInfoUrls=Off
2024-01-05T07:16:57.1806021Z 
2024-01-05T07:16:57.1806301Z IncreaseScoreWithImageLinks=Off
2024-01-05T07:16:57.1806494Z 
2024-01-05T07:16:57.1806763Z IncreaseScoreWithNumericIps=Off
2024-01-05T07:16:57.1806929Z 
2024-01-05T07:16:57.1807227Z IncreaseScoreWithRedirectToOtherPort=Off
2024-01-05T07:16:57.1807431Z 
2024-01-05T07:16:57.1807699Z InlineSafetyTipsEnabled=True
2024-01-05T07:16:57.1807867Z 
2024-01-05T07:16:57.1808125Z LanguageBlockList=()
2024-01-05T07:16:57.1808290Z 
2024-01-05T07:16:57.1808547Z MakeDefault=True
2024-01-05T07:16:57.1808699Z 
2024-01-05T07:16:57.1808968Z MarkAsSpamBulkMail=On
2024-01-05T07:16:57.1809152Z 
2024-01-05T07:16:57.1809423Z MarkAsSpamEmbedTagsInHtml=Off
2024-01-05T07:16:57.1809596Z 
2024-01-05T07:16:57.1809870Z MarkAsSpamEmptyMessages=Off
2024-01-05T07:16:57.1810059Z 
2024-01-05T07:16:57.1810455Z MarkAsSpamFormTagsInHtml=Off
2024-01-05T07:16:57.1810620Z 
2024-01-05T07:16:57.1810890Z MarkAsSpamFramesInHtml=Off
2024-01-05T07:16:57.1811074Z 
2024-01-05T07:16:57.1811350Z MarkAsSpamFromAddressAuthFail=Off
2024-01-05T07:16:57.1811528Z 
2024-01-05T07:16:57.1811807Z MarkAsSpamJavaScriptInHtml=Off
2024-01-05T07:16:57.1812001Z 
2024-01-05T07:16:57.1812277Z MarkAsSpamNdrBackscatter=Off
2024-01-05T07:16:57.1812449Z 
2024-01-05T07:16:57.1812748Z MarkAsSpamObjectTagsInHtml=Off
2024-01-05T07:16:57.1812917Z 
2024-01-05T07:16:57.1813187Z MarkAsSpamSensitiveWordList=Off
2024-01-05T07:16:57.1813355Z 
2024-01-05T07:16:57.1813648Z MarkAsSpamSpfRecordHardFail=Off
2024-01-05T07:16:57.1813815Z 
2024-01-05T07:16:57.1814076Z MarkAsSpamWebBugsInHtml=Off
2024-01-05T07:16:57.1814254Z 
2024-01-05T07:16:57.1814505Z ModifySubjectValue=
2024-01-05T07:16:57.1815392Z 
2024-01-05T07:16:57.1815681Z PhishQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1815879Z 
2024-01-05T07:16:57.1816160Z PhishSpamAction=Quarantine
2024-01-05T07:16:57.1816321Z 
2024-01-05T07:16:57.1816578Z PhishZapEnabled=True
2024-01-05T07:16:57.1816750Z 
2024-01-05T07:16:57.1817018Z QuarantineRetentionPeriod=30
2024-01-05T07:16:57.1817185Z 
2024-01-05T07:16:57.1817445Z RedirectToRecipients=()
2024-01-05T07:16:57.1817620Z 
2024-01-05T07:16:57.1817869Z RegionBlockList=()
2024-01-05T07:16:57.1818026Z 
2024-01-05T07:16:57.1818287Z SpamAction=Quarantine
2024-01-05T07:16:57.1818468Z 
2024-01-05T07:16:57.1818755Z SpamQuarantineTag=SCS-FullAccessPolicy
2024-01-05T07:16:57.1818929Z 
2024-01-05T07:16:57.1819191Z SpamZapEnabled=True
2024-01-05T07:16:57.1819372Z 
2024-01-05T07:16:57.1819629Z TenantId=***
2024-01-05T07:16:57.1819781Z 
2024-01-05T07:16:57.1820036Z TestModeAction=None
2024-01-05T07:16:57.1820204Z 
2024-01-05T07:16:57.1820476Z TestModeBccToRecipients=()
2024-01-05T07:16:57.1820643Z 
2024-01-05T07:16:57.1820916Z Verbose=True
2024-01-05T07:16:59.1542789Z scsm365dscdev002 EXOHostedContentFilterPolicy
2024-01-05T07:16:59.2608254Z You cannot call a method on a null-valued expression.
2024-01-05T07:16:59.2608627Z At C:\__w\6\s\GlobalConfigs\Scripts\M365\processConfigs.ps1:222 char:21
2024-01-05T07:16:59.2609066Z + ...             $applyjob = Start-DscConfiguration -Path $configPath -Com ...
2024-01-05T07:16:59.2609679Z +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2024-01-05T07:16:59.2610413Z     + CategoryInfo          : InvalidOperation: (:) [], CimException
2024-01-05T07:16:59.2610875Z     + FullyQualifiedErrorId : InvokeMethodOnNull
2024-01-05T07:16:59.2611402Z

Environment Information + PowerShell Version

No response

@mibarm
Copy link
Contributor Author

mibarm commented Jan 5, 2024

Have fixed this already and will create a PR asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant