
- #ONEDRIVE FOR BUSINESS SYNC CLIENT 2018 WINDOWS 10#
- #ONEDRIVE FOR BUSINESS SYNC CLIENT 2018 LICENSE#
$registryPath = "HKCU:\SOFTWARE\Microsoft\OneDrive" Start by creating two powershell scripts – one for the HKCU and one for the HKLM.
#ONEDRIVE FOR BUSINESS SYNC CLIENT 2018 WINDOWS 10#
In a Windows 10 devices that is AzureAD joined and Intune managed – the Intune Management Extension is the easy way to setup OneDrive for Business with Silent Account Configuration. This one will enable files on demand – this will only work on Windows 10 1709, this needs to be set in the computer context. HKLM:\SOFTWARE\Policies\Microsoft\OneDrive\ FilesOnDemandEnabled T his one will enable Silent Account Configuration for OneDrive for business, this needs to be set in the computer context. HKLM:\SOFTWARE\Policies\Microsoft\OneDrive\SilentAccountConfig This one will enable ADAL for OneDrive for business, this needs to be set in the user context. HKCU:\SOFTWARE\Microsoft\OneDrive\EnableADAL We only need to set to regkeys to get this working – but there is no native way of manipulation with the registre database in Windows – so we just do it with powershell.
#ONEDRIVE FOR BUSINESS SYNC CLIENT 2018 LICENSE#
The user need a OneDrive for Business license.You need to run the latest version of OneDrive for business to ensure that it is working correctly.The device needs to be AzureAD joined or hybrid AzureAD joined.To silently configure OneDrive for Business there is some pre-requirements In basic it is just a way to run a powershell script on a Intune managed devices once. When we are doing modern management of Windows 10 devices with AzureAD then sometimes we are missing the easy way from group policies preferences, but in Intune we have the Intune Management extension previous known as Project Sidecar.
