- HOW TO INSTALL ONEDRIVE FOR BUSINESS ON A WINDOWS HOW TO
- HOW TO INSTALL ONEDRIVE FOR BUSINESS ON A WINDOWS WINDOWS 10
- HOW TO INSTALL ONEDRIVE FOR BUSINESS ON A WINDOWS LICENSE
Script location: Browse and import the “EnableAutoConfig on Onedrive.Click Run this script using the logged on credentials = Yes.Script location: Browse and import the “ EnableADAL on Onedrive.ps1″ script.$registryPath = "HKLM:\SOFTWARE\Policies\Microsoft\OneDrive" 3.Click on Microsoft OneDrive then Click on the Uninstall button. 2.Now search or look for Microsoft Onedrive. 1.Press Windows key + I to open settings then choose Apps to see all your installed apps on your PC. New-ItemProperty -Path $registryPath -Name $name -Value $value `Īnd EnableAutoConfig on Onedrive.ps1 : $registryPath = "HKLM:\SOFTWARE\Policies\Microsoft\OneDrive" If you want to uninstall Onedrive from your device, the below steps will guide for the same. New-Item -Path $registryPath -Force | Out-Null $registryPath = "HKCU:\SOFTWARE\Microsoft\OneDrive" Then, once the search results appear, tap the Microsoft OneDrive app. Open the App Store and search for OneDrive in the search bar. If you do not already have OneDrive on your iPhone or iPad, you can get it from the App Store in no time.
HOW TO INSTALL ONEDRIVE FOR BUSINESS ON A WINDOWS HOW TO
Start by creating two powershell scripts – one for the HKCU and one for the HKLM. How to install the OneDrive app from the App Store.
HOW TO INSTALL ONEDRIVE FOR BUSINESS ON A WINDOWS 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. Use the following steps to configure OneDrive for business: Click the Start menu and Open the OneDrive application. Save and Run the OneDriveSetup.exe application when prompted. HKCU:\SOFTWARE\Microsoft\OneDrive\EnableADAL Use the following steps to install OneDrive for Business: Navigate to the following link to begin the installation process: OneDrive for Business. 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.