Hi
I was wondering if anyone has deployed or know how to deploy OneDrive for business with Windows Intune. We are O365 and have around 1000 users and need to ddeploy to all the users from the console. I have tried the below configuration, it works but it is still installing all the packages and I just want OneDrive for Business. The configuration file is as follows:
<Configuration>
<Add SourcePath="C:\Users\%user%\Documents\OneDrive" OfficeClientEdition="64">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Excel" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="PowerPoint" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Visio" />
<ExcludeApp ID="Word" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="SharedComputerLicensing" Value="1" />
</Configuration>
FYI I am using this with Click to Run
much appreciatted