Share via


Querying Values Changed by the DeviceInformation Configuration Service Provider

Send Feedback

This example shows how to query values that the DeviceInformation Configuration Service Provider updated.

Note   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.

<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>

See Also

DeviceInformation Configuration Service Provider Examples for OMA DM | DeviceInformation Configuration Service Provider | DeviceInformation DDF File

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.