Add back Windows Profiles documentation changes (#15358)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user