mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Added settings for Windows MDM migration (#24865)
This commit is contained in:
parent
d79e26d488
commit
9b6b21f3b7
2 changed files with 10 additions and 22 deletions
|
|
@ -79,3 +79,12 @@ org_settings:
|
|||
policies:
|
||||
queries:
|
||||
- path: ./lib/all/queries/collect-fleetd-update-channels.yml
|
||||
controls:
|
||||
enable_disk_encryption: true
|
||||
macos_migration:
|
||||
enable: true
|
||||
mode: voluntary
|
||||
webhook_url: $DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL
|
||||
windows_enabled_and_configured: true
|
||||
windows_migration:
|
||||
enable: true
|
||||
|
|
|
|||
|
|
@ -1,25 +1,4 @@
|
|||
name: No team
|
||||
policies:
|
||||
controls:
|
||||
enable_disk_encryption: true
|
||||
macos_migration:
|
||||
enable: true
|
||||
mode: voluntary
|
||||
webhook_url: $DOGFOOD_MACOS_MIGRATION_WEBHOOK_URL
|
||||
macos_settings:
|
||||
custom_settings: null
|
||||
macos_setup:
|
||||
bootstrap_package: ""
|
||||
enable_end_user_authentication: false
|
||||
macos_setup_assistant: null
|
||||
macos_updates:
|
||||
deadline: "2023-06-13"
|
||||
minimum_version: 13.4.1
|
||||
windows_enabled_and_configured: true
|
||||
windows_settings:
|
||||
custom_settings: []
|
||||
windows_updates:
|
||||
deadline_days: 3
|
||||
grace_period_days: 2
|
||||
scripts: []
|
||||
queries:
|
||||
software:
|
||||
|
|
|
|||
Loading…
Reference in a new issue