mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-23 14:23:38 +00:00
Update mac-preferences.md
The format of the .plist for Intune was wrong before. The correct format doesn't have anything wrapped in <xml> or <dict> or <plist>. This needes to be edited as there was an ICM caused due to customer confusion in the documentation. Only key value pairs are needed and required for the correct format
This commit is contained in:
@ -371,10 +371,6 @@ The following configuration profile will:
|
|||||||
### Intune profile
|
### Intune profile
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1">
|
|
||||||
<dict>
|
|
||||||
<key>PayloadUUID</key>
|
<key>PayloadUUID</key>
|
||||||
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
|
<string>C4E6A782-0C8D-44AB-A025-EB893987A295</string>
|
||||||
<key>PayloadType</key>
|
<key>PayloadType</key>
|
||||||
@ -443,8 +439,6 @@ The following configuration profile will:
|
|||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Full configuration profile example
|
## Full configuration profile example
|
||||||
|
Reference in New Issue
Block a user