Skip to content

Commit

Permalink
Remove premium disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman committed Jan 27, 2024
1 parent 4c72a82 commit 09e9d05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/windows-device-health.policies.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# The Fleet Enterprise Edition (EE) license applies to code in this file. See the license here: https://github.com/fleetdm/fleet/blob/main/ee/LICENSE

- name: Windows - Enable BitLocker
platform: windows
description: "This policy checks if BitLocker (disk encryption) is enabled on the C: volume."
Expand All @@ -20,4 +18,3 @@
description: This policy checks if maximum amount of time (in minutes) the device is allowed to sit idle before the screen is locked. End users can select any value less than the specified maximum.
resolution: "As an IT admin, to deploy a Windows profile with the MaxInactivityTimeDeviceLock option documented here: https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-devicelock#maxinactivitytimedevicelock"
query: SELECT 1 FROM mdm_bridge where mdm_command_input = "<SyncBody><Get><CmdID>1</CmdID><Item><Target><LocURI>./Device/Vendor/MSFT/Policy/Result/DeviceLock/MaxInactivityTimeDeviceLock</LocURI></Target></Item></Get></SyncBody>" and CAST(mdm_command_output AS INT) <= 20;

0 comments on commit 09e9d05

Please sign in to comment.