Remarks
Available from version | 0.0 |
|---|---|
Necessity | Required |
Description
The Remarks setting defines the source of the remarks file.
The source can be specified as follows:
an HTTP/S URL
a local file path
Examples
Specifying a URL:
CODE
defaults write "ibi.aws.client" "Remarks" "https://server.example.internal/remarks.ibi"
Specifying a local path:
CODE
defaults write "ibi.aws.client" "Remarks" "/Path/To/remarks.ibi"
Example (MDM)
XML
...
<dict>
<key>mcx_preference_settings</key>
<dict>
...
<key>Remarks</key>
<string>https://server.example.internal/remarks.ibi</string>
...
</dict>
</dict>
...