mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Create disable diagnostic data - [CommercialId].xml (#34679)
- Disables the [CommercialId](https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-admx-datacollection#commercialidpolicy) setting - MDMPolicyManager Merge successful - Policy verifies in FleetUI <img width="1112" height="362" alt="image" src="https://github.com/user-attachments/assets/e31a9e0c-89f7-4f0b-84e4-fa35e6e19bea" />
This commit is contained in:
parent
d8865f369a
commit
c78a047dff
1 changed files with 13 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<Replace>
|
||||
<Item>
|
||||
<Target>
|
||||
<LocURI>./Device/Vendor/MSFT/Policy/Config/ADMX_DataCollection/CommercialIdPolicy</LocURI>
|
||||
</Target>
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">chr</Format>
|
||||
<Type>text/plain</Type>
|
||||
</Meta>
|
||||
<Data><Disabled/></Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
|
||||
Loading…
Reference in a new issue