Skip to main content

Microsoft OneDrive for Business: Notes

To get the latest version of OneDrive, check OneDrive release notes.

Back up your Documents, Pictures, and Desktop folders with OneDrive

File exceeds the maximum path length: Make sure the entire file path, including the file name, contains fewer than 260 characters. An example of a file path is:

C:\Users\<UserName>\Pictures\Saved\2017\December\Holiday\NewYears\Family…

To resolve this, shorten the name of your file or the name of subfolders in OneDrive, or select a sub-folder that's closer to the top-level folder.

OneDrive sync reports in the Apps Admin Center

Read https://docs.microsoft.com/en-us/onedrive/sync-health

Edit registry

# Run cmd as Administrator
REM Enable OneDrive
set TenantAssociationKey=Paste-your-Tenant-Association-Key-here
reg.exe add HKLM\SOFTWARE\Policies\Microsoft\OneDrive /v SyncAdminReports /t REG_SZ /d %TenantAssociationKey% /f

Popular posts from this blog

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.

IIS: Delete cached files on server running IIS

Delete cached files on server running IIS When changing css, javascript files, check to delete if IIS still caches old files in the default folder C:\inetpub\temp\IIS Temporary Compressed Files\<sitename>\$^_gzip_D^\ Apply to: IIS 8.5