-
-
Notifications
You must be signed in to change notification settings - Fork 233
Description
Baseline Info
- OS: Windows
- Version: 26200.7922
Describe the bug
Following setting is causing error in EventViewer - Intel TDT Enabled to Enabled in policy Win - OIB - SC - Defender Antivirus - D - Additional Configuration - v3.6
Event Viewer - Application and Services Logs - Microsoft - Windows - DeviceManagement-Enterprise-Diagnostics-Provider will show following error:
MDM ConfigurationManager: Command failure status. Configuraton Source ID: (), Enrollment Type: (MDMDeviceWithAAD), CSP Name: (Defender), Command Type: (Add: from Replace or Add), CSP URI: (./Vendor/MSFT/Defender/Configuration/IntelTDTEnabled), Result: (Unknown Win32 Error code: 0x86000002).
When running Get-MpComputerStatus | Select TDTCapable, TDTStatus in PowerShell - result is empty.
TDTCapable TDTStatus
When trying to set the value manually, following warning occurs:
PS C:\Windows\System32> Set-MpPreference -IntelTDTEnabled 1
WARNING:
IntelTDTEnabled has been deprecated, this operation will perform no action
To Reproduce
Steps to reproduce the behaviour:
- Set the setting Intel TDT Enabled to Enabled in policy Win - OIB - SC - Defender Antivirus - D - Additional Configuration - v3.6
- Wiat for policy sync
- See error in EventViewer
Expected behaviour
No error in EventViewer. Setting applied.