Forum Discussion

David Phillips's avatar
David Phillips
Steel Contributor
Jun 08, 2017

Is anyone using Airwatch to manage your Surface Hubs?

I'm curious how you've written your custom SyncML, for something as simple as setting the Edge browser home page.  I'm not finding much online on how to make that happen so hoping someone here has some experience.

2 Replies

  • Skylar Freeman's avatar
    Skylar Freeman
    Copper Contributor

    We have had our Hubs in Airwatch for a while, but have not had any success getting anything pushed to the Hubs, we are in the process of updating our Airwatch client which possibly has more features and lines up better with Surface Hubs, I will follow up if we find out how use the Sync ML stuff. Would appreciate others doing the same with what they find!

    • David Phillips's avatar
      David Phillips
      Steel Contributor

      After a lot of digging and trial and error I was able to change the browser home page!  Baby steps!  Here's the code I used - you need to create a policy and put it in your custom payload.  

       

      <Replace>
      <CmdID>1</CmdID>
      <Item>
      <Target>
      <LocURI>./Vendor/MSFT/Policy/Config/Browser/Homepages</LocURI>
      </Target>
      <Meta>
      <Format xmlns="syncml:metinf">chr</Format>
      </Meta>
      <Data>INSERT URL HERE</Data>
      </Item>
      </Replace>