Billy H
12/04/2024, 10:25 PMThis setting is managed by your administrator
, however I do not have any configuration in place at the moment to manage this setting. That being said, I have written the following XML configuration file and applied it to the machine. However the machine policy status gives me an error 500, indicating that I have not written the XML correctly. Problem is I've implemented it based on the Fleet XML templates here: https://github.com/fleetdm/fleet-gitops/blob/860dcf2609e2b25a6d6becf8006a7118a19cd615/lib/windows-screenlock.xml
This is all based on this documentation from Microsoft: https://learn.microsoft.com/en-us/windows/client-management/mdm/defender-csp#configurationtamperprotectionBilly H
12/04/2024, 10:26 PM<Replace>
<Item>
<Meta>
<Format xmlns="syncml:metinf">int</Format>
</Meta>
<Target>
<LocURI>./Device/Vendor/MSFT/Defender/Configuration/TamperProtection</LocURI>
</Target>
<Data>1</Data>
</Item>
</Replace>
Rebecca Cowart
12/05/2024, 8:44 PM<Format>
for this node should be chr
, rather than int
, but we would like to test this ourselves before giving a definitive solution, because it's possible that other parts of this node need to be changed.Billy H
12/05/2024, 8:45 PMRebecca Cowart
12/10/2024, 10:14 PMBilly H
12/11/2024, 2:24 PMRebecca Cowart
12/13/2024, 8:45 PMBilly H
12/13/2024, 8:57 PM