Custom Command
This action run a custom CSP command on Windows devices.
Compatibilty
Delivery type: Single device
Operative System: Windows
Management supported: *
Requirements: -
Example
https://learn.microsoft.com/en-us/windows/client-management/mdm/office-csp
Standard Microsoft MDM protocol command
<SyncML xmlns="SYNCML:SYNCML1.2">
<SyncBody>
<Exec>
<CmdID>7</CmdID>
<Item>
<Target>
<LocURI>./Vendor/MSFT/Office/Installation/0AA79349-F334-4859-96E8-B4AB43E9FEA0/install</LocURI>
</Target>
<Meta>
<Format xmlns="syncml:metinf">chr</Format>
</Meta>
<Data><Configuration><Add OfficeClientEdition="32" Channel="Current"><Product ID="O365BusinessRetail"><Language ID="en-us" /></Product></Add><Display Level="None" AcceptEULA="TRUE" /></Configuration></Data>
</Item>
</Exec>
<Final/>
</SyncBody>
</SyncML>
Custom Command params
Type of Command: Exec
URI: ./Vendor/MSFT/Office/Installation/0AA79349-F334-4859-96E8-B4AB43E9FEA0/install
Type: text/plain (default)
Format: chr
Data: all content in <Data> tag