mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 21:33:38 +00:00
[device tags] Update mac-preferences
* Added usage example for Device tags * Added more description for the tag usage.
This commit is contained in:
@ -325,6 +325,8 @@ Specify whether to enable EDR early preview features.
|
|||||||
|
|
||||||
Specify a tag name and its value.
|
Specify a tag name and its value.
|
||||||
|
|
||||||
|
- The GROUP tag, tags the machine with the specified value, this tag is reflected in the portal under machine page and can be used for filtering and groupping machines.
|
||||||
|
|
||||||
|||
|
|||
|
||||||
|:---|:---|
|
|:---|:---|
|
||||||
| **Domain** | `com.microsoft.wdav` |
|
| **Domain** | `com.microsoft.wdav` |
|
||||||
@ -569,6 +571,18 @@ The following configuration profile contains entries for all settings described
|
|||||||
<key>automaticSampleSubmission</key>
|
<key>automaticSampleSubmission</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>edr</key>
|
||||||
|
<dict>
|
||||||
|
<key>tags</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>key</key>
|
||||||
|
<string>GROUP</string>
|
||||||
|
<key>value</key>
|
||||||
|
<string>ExampleTag</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
<key>userInterface</key>
|
<key>userInterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hideStatusMenuIcon</key>
|
<key>hideStatusMenuIcon</key>
|
||||||
@ -695,6 +709,18 @@ The following configuration profile contains entries for all settings described
|
|||||||
<key>automaticSampleSubmission</key>
|
<key>automaticSampleSubmission</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
|
<key>edr</key>
|
||||||
|
<dict>
|
||||||
|
<key>tags</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>key</key>
|
||||||
|
<string>GROUP</string>
|
||||||
|
<key>value</key>
|
||||||
|
<string>ExampleTag</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
<key>userInterface</key>
|
<key>userInterface</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>hideStatusMenuIcon</key>
|
<key>hideStatusMenuIcon</key>
|
||||||
|
Reference in New Issue
Block a user