Adding a Network Entry Example

Send Feedback

This example adds the current wireless network connection (Adapter Name) to the device with its destination set as Work.

<wap-provisioningdoc>
   <characteristic type="CM_NetEntries">
      <characteristic type="Adapter Name">
         <parm name="DestId" 
         value="{A1182988-0D73-439e-87AD-2A5B369F808B}"/>
         <parm name="Adapter" 
         value="Qualified Name"/>
      </characteristic>
   </characteristic>
</wap-provisioningdoc>

Replace Adapter Name with the name of a wireless adapter as it appears on the "Configure Network Adapters" screen. Replace Qualified Name with the fully qualified name of the wireless adapter. You can discover the fully qualified name using a tool like Ipconfig. The ipconfig /all command displays the fully qualified name. You can also discover the fully qualified name using the GetAdaptersAddresses function.

See Also

CM_NetEntries Configuration Service Provider Examples for OMA Client Provisioning | CM_NetEntries Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.