Add back Windows Profiles documentation changes (#15358)

This commit is contained in:
Martin Angers
2023-12-04 08:41:37 -05:00
committed by GitHub
parent 5835cad7e4
commit 6fd06d6486
3 changed files with 50 additions and 0 deletions
@@ -249,6 +249,10 @@ spec:
- path/to/profile1.mobileconfig
- path/to/profile2.mobileconfig
enable_disk_encryption: true
windows_settings:
custom_settings:
- path/to/profile3.xml
- path/to/profile4.xml
scripts:
- path/to/script1.sh
- path/to/script2.sh
@@ -460,6 +464,10 @@ spec:
- path/to/profile1.mobileconfig
- path/to/profile2.mobileconfig
enable_disk_encryption: true
windows_settings:
custom_settings:
- path/to/profile3.xml
- path/to/profile4.xml
```
### Settings
@@ -1187,6 +1195,28 @@ If you're using Fleet Premium, this enforces disk encryption on all hosts assign
enable_disk_encryption: true
```
##### mdm.windows_settings
The following settings are Windows-specific settings for Fleet's MDM solution.
##### mdm.windows_settings.custom_settings
List of configuration profile files to apply to all hosts.
If you're using Fleet Premium, these profiles apply to all hosts assigned to no team.
> If you want to add profiles to all Windows hosts on a specific team in Fleet, use the `team` YAML document. Learn how to create one [here](#teams).
- Default value: none
- Config file format:
```yaml
mdm:
windows_settings:
custom_settings:
- path/to/profile1.xml
- path/to/profile2.xml
```
#### Scripts
List of saved scripts that can be run on all hosts.