Querying Values Changed by the DeviceInformation Configuration Service Provider
4/8/2010
This example shows how to query values that the DeviceInformation Configuration Service Provider updated.
<Get>
<CmdID>3</CmdID>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/TotalStorage</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/BacklightACTimeout</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/Product</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/BacklightBatteryTimeout</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/BatteryStrength</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/ProcessorType</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/AvailableRam</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/TotalRam</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/ProductVersion</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/OperatingSystemVersion</LocURI></Target>
</Item>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/OperatingSystem</LocURI></Target>
</Item>
</Get>
Remarks
One provisioning XML file typically contains configuration information for multiple Configuration Service Providers. To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.
See Also
Reference
DeviceInformation Configuration Service Provider Examples for OMA DM
DeviceInformation Configuration Service Provider