Skip to content

Commit

Permalink
add section 18.9.48
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Dec 7, 2023
1 parent 6410a3b commit e95dc65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cfg/2.0.0/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4018,3 +4018,21 @@ groups:
To establish the recommended configuration via GP, set the following UI path to 'Disabled':
Computer Configuration\Policies\Administrative Templates\System\Troubleshooting and Diagnostics\Windows Performance PerfTrack\Enable/Disable PerfTrack
scored: true
- id: 18.9.48.1
description: "Ensure 'Turn off the advertising ID' is set to 'Enabled' (Automated)"
audittype: powershell
audit:
cmd:
DomainController: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo' DisabledByGroupPolicy
MemberServer: Get-ItemPropertyValue 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\AdvertisingInfo' DisabledByGroupPolicy
tests:
test_items:
- flag: ""
compare:
op: eq
value: "1"
set: true
remediation: >
To establish the recommended configuration via GP, set the following UI path to 'Enabled':
Computer Configuration\Policies\Administrative Templates\System\User Profiles\Turn off the advertising ID
scored: true

0 comments on commit e95dc65

Please sign in to comment.