|
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:
-
As HTTP/S URL
-
As local file path
-
As an Azure Blob Storage settings file (available since version 0.0.12)
Examples
Specifying a URL:
defaults write "ibi.aws.client" "Remarks" "https://server.example.internal/remarks.ibi"
Specifying a local path:
defaults write "ibi.aws.client" "Remarks" "/Path/To/remarks.ibi"
Example (MDM)
...
<dict>
<key>mcx_preference_settings</key>
<dict>
...
<key>Remarks</key>
<string>https://server.example.internal/remarks.ibi</string>
...
</dict>
</dict>
...
Azure Blob Storage
Available since version 0.0.12
To load remarks from Azure Blob Storage, specify the path to a settings file with the .iacabss extension. This file must be exported from the IBI-aws Admin application.
defaults write "ibi.aws.client" "Remarks" "/Path/To/settings.iacabss"
Fallback Path
Available since version 0.0.12
Optionally, a secondary source can be specified by separating it from the primary source with a | character. If the remarks file cannot be loaded from the primary source, the application automatically uses the fallback source.
defaults write "ibi.aws.client" "Remarks" "https://server.example.internal/remarks.ibi|/Path/To/remarks.ibi"
Fallback paths are also supported for entries specified in AdditionalRemarks.