ToolBox Guide to
Windows 10 version 1703 (Creator's Update) brings the addition of the Office CSP for easy deployment of Office 365. Here's are the steps on how to deploy it to your AirWatch managed Windows 10 system. Thanks to @josuenegron for providing the foundation for this here. Go to the Office XML creator tool and create your deployment XML. Here's what my XML looks like: <Configuration> <Add OfficeClientEdition="64" Channel="Broad"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Project" /> <ExcludeApp ID="Visio" /> </Product> </Add> <Updates Enabled="TRUE" Channel="Broad" /> <Display Level="Full" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="C:\VMware_IT\Logs\Office365logs" /> </Configuration> Now you will need to take this XML and "serialize" it so that it can be read by the Office CSP. You can go to this free web page to do so. Simply copy/paste your XML in the top box to get the serialized output. Create a basic AirWatch profile and add a new "custom settings" section. Take this XML structure and add your serialized office XML in between the "Data" tags. <Exec> <CmdID>2</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>pasteyourxmlhere</Data> </Item> </Exec> So with everything added, it will look like this: <Exec> <CmdID>2</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="64" Channel="Broad"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Project" /> <ExcludeApp ID="Visio" /> </Product> </Add> <Updates Enabled="TRUE" Channel="Broad" /> <Display Level="Full" AcceptEULA="TRUE" /> <Logging Level="Standard" Path="C:\VMware_IT\Logs\Office365logs" /> </Configuration></Data> </Item> </Exec> Take that and paste it into the custom settings area of your AirWatch profile. Click save and publish. After a short time you should see the Office install window popup. I would highly recommend you make the display level "Full" so you can see whats happening as well as specific a log path so you can easily troubleshoot installation issue.
Comments
|
Follow Me
AuthorI'm Brooks Peppin and I love God, my family, AirWatch, VMware, EUC products, all things systems management, Windows 10, Powershell, and operating system deployment. Archives
March 2018
Categories
All
|