You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
Version of the DSC module that was used ('dev' if using current dev branch)
1.21.922.1
The text was updated successfully, but these errors were encountered:
aslan-im
changed the title
IntuneDeviceConfigurationWindows: Issue with DefenderDetectedMalwareActions property export
IntuneDeviceConfigurationWindows10: Issue with DefenderDetectedMalwareActions property export
Nov 8, 2021
Details of the scenario you tried and the problem that is occurring
The property DefenderDetectedMalwareActions exports wrong.
#1413
Verbose logs showing the problem
That's what has been exported to the file
DefenderDetectedMalwareActions = System.Collections.Generic.Dictionary`2[System.String,System.Object];
Suggested solution to the issue
Edit Export-TargetResource function in IntuneDeviceConfigurationWindows resource
The DSC configuration that is used to reproduce the issue (as detailed as possible)
#Export-M365DSCConfiguration -Quiet -GlobalAdminAccount $Credentials -Path .\ -FileName Intune.ps1 -ComponentsToExtract @("IntuneDeviceConfigurationPolicyWindows10")
That's what should be exported:
The operating system the target node is running
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}
Version of the DSC module that was used ('dev' if using current dev branch)
1.21.922.1
The text was updated successfully, but these errors were encountered: