Onedrive For Business Mac App Download

OneDrive 20.064.0329 - Access your Microsoft OneDrive cloud storage account. Download the latest versions of the best Mac apps at safe and trusted MacUpdate. 15 rows  To install the OneDrive sync app for Mac, a user has to be administrator on the Mac or know. Jan 25, 2020 Office 365 - OneDrive for Business Mac sync client. OneDrive for Business is part of Office 365 and offers the ability to store files in the cloud, access them from multiple computers, and share them with others. Accessing OneDrive for Business using a Mac can accessed on a college owned device by downloading and installing the client at. Download Skype for Windows, Mac or Linux today. Get Skype, free messaging and video chat app. Conference calls for up to 25 people. This site uses cookies for analytics, personalized content and ads.

  1. Onedrive For Business On Mac
  2. Download Onedrive For Business Mac
-->

Install the the Sync Client (macOS) Overview. OneDrive for Business is available for Macs running OS X El Capitan (10.11) and Mac OS Sierra (10.12) via the Mac Self Service application (see below). With the OneDrive for Business sync client, all of your files residing within your OneDrive folder will be automatically uploaded to the cloud. Jan 29, 2015 With todays release and updated OneDrive app for iOS users get access to their work storage. OneDrive for business download link for iOS and Mac. Click here to download the iOS OneDrive app via the app store. The Mac sync client preview is available at the Microsoft Download Center. If you want to see these apps in action and get more details. Download OneDrive Store app - v19.22.5 (November 4, 2019) The OneDrive Store app for Windows 10 devices has been updated to give you a better experience, improved performance, and allow us to bring you new features faster than ever before.

There are two basic ways that you, as an admin, can deploy the OneDrive sync app to Mac users in your organization:

  • Have users install and set up the OneDrive sync app themselves by following the instructions in Sync files with OneDrive on Mac OS X. To install the OneDrive sync app for Mac, a user has to be administrator on the Mac or know an administrator account name and password.

  • Download the installer package file to your local network, and then use your software distribution tools to deploy the app to your users. By using a software distribution tool, you have more control over the deployment, including which users get the sync app and when. The OneDrive sync app for Mac uses the Apple Installer technology for installation. This means you can use the software distribution tools that you normally use to deploy software to Mac users. You can use Microsoft Intune. Other common tools are Jamf Pro, Munki, and AutoPkg. You can also use Apple Remote Desktop and AppleScript.

Manage OneDrive settings on macOS using property list (Plist) files

Chrome os launcher for android. After the OneDrive sync app for Mac is installed, users can configure settings for the app. These settings are called preferences. As an admin, you might want to provide users in your organization with a standard set of preferences. Preferences for the OneDrive sync app for Mac are stored in preference files. These files are often referred to as .plist files.

StandaloneMac App Store
PList Location
~/Library/Preferences/com.microsoft.OneDrive.plist
~/Library/Containers/com.microsoft.OneDrive-mac/Data/Library/Preferences/com.microsoft.OneDrive-mac.plist
Domain
com.microsoft.OneDrive
com.microsoft.OneDrive-mac

Configure sync app settings

Configure the settings on macOS in the typical way:

  1. Quit the OneDrive application.

  2. Define the settings you want to change by creating a Plist with the values, or use a script to set the default values.

  3. Deploy the settings onto the local computer.

  4. Refresh the preferences cache.

    On the next start of OneDrive, the new settings will be picked up.

Overview of settings

Use the following keys to preconfigure or change settings for your users. The keys are the same whether you run the standalone or Mac App Store edition of the sync app, but the property list file name and domain name will be different. When you apply the settings, make sure to target the appropriate domain depending on the edition of the sync app.

SettingDescriptionParametersExample Plist Entry
Disable personal accounts
Blocks users from signing in and syncing files in personal OneDrive accounts. If this key is set after a user has set up sync with a personal account, the user will be signed out.
DisablePersonalSync (Bool): When set to true, this parameter prevents users from adding or syncing personal accounts.
<key>DisablePersonalSync</key>
<(Bool)/>
Default folder location
Specifies the default location of the OneDrive folder for each organization
TenantID (String): TenantID determines which accounts the default folder location setting should apply to. Find your Microsoft 365 tenant ID
DefaultFolderPath (String): DefaultFolder specifies the default folder location.
Mac App Store:
The path must already exist when users set up the sync app.
Standalone:
The path will be created on users' computers if it doesn't already exist. Only with the Standalone sync app can you prevent users from changing the location.
<key>DefaultFolder
<array>
<dict>
<key>Path
<string>(DefaultFolderPath)</string>
<key>TenantId
<string>(TenantID)</string>
</dict>
</array>
Automatic upload bandwidth percentage
Enables the sync app to automatically set the amount of bandwidth used based on available bandwidth for uploading files
AutomaticUploadBandwidthPercentage (int): This parameter determines the percentage of local upload bandwidth that the sync app can use. Accepted values are from 1 through 99.
<key>AutomaticUploadBandwidthPercentage</key>
<int>(Bandwidth)</int>
Set maximum upload throughput
Sets the maximum upload throughput rate in kilobytes (KB)/sec for computers running the OneDrive sync app
UploadBandwidthLimited (int): This parameter determines the upload throughput in KB/sec that the sync app can use. The minimum rate is 50 KB/sec and the maximum rate is 100,000 KB/sec.
<key>UploadBandwidthLimited</key>
<int>(Upload Throughput Rate in KB/sec)</int>
Set maximum download throughput
Sets the maximum download throughput rate in kilobytes (KB)/sec for computers running the OneDrive sync app
DownloadBandwidthLimited (int): This parameter determines the download throughput in KB/sec that the sync app can use. The minimum rate is 50 KB/sec and the maximum rate is 100,000 KB/sec.
<key>DownloadBandwidthLimited</key>
<int>(Download Throughput Rate in KB/sec)</int>
Dock icon
Specifies whether a dock icon for OneDrive is shown
HideDockIcon (Bool): When set to true, this parameter hides the OneDrive dock icon even when the application is running.
<key>HideDockIcon</key>
<(Bool)/>
Open at login
Specifies whether OneDrive starts automatically when the user logs in
OpenAtLogin (Bool): When set to true, OneDrive will start automatically when the user logs in on the Mac.
<key>OpenAtLogin</key>
<(Bool)/>
Enable Files On-Demand
Specifies whether Files On-Demand is enabled. If you don't set this setting, Files On-Demand will be enabled automatically as we roll out the feature, and users can turn the setting on or off
FilesOnDemandEnabled (Bool): When set to true, new users who set up the sync app will download online-only files by default. When set to false, Files On-Demand will be disabled and users won't be able to turn it on.
<key>FilesOnDemandEnabled</key>
<(Bool)/>
Disable download toasts
Prevents toasts from appearing when applications cause file contents to be downloaded
DisableHydrationToast (Bool): When set to true, toasts will not appear when applications trigger the download of file contents.
<key>DisableHydrationToast</key>
<(Bool)/>
Block apps from downloading online-only files
Prevents applications from automatically downloading online-only files. You can use this setting to lock down applications that don't work correctly with your deployment of Files On-Demand.
HydrationDisallowedApps (String): Json in the following format
[{'ApplicationId':'appId','MaxBundleVersion':'1.1','MaxBuildVersion':'1.0'}]
'AppID' can be either the BSD process name or the bundle display name. MaxBuildVersion denotes the maximum build version of the application that will be blocked. MaxBundleVersion denotes the maximum bundle version of the application that will be blocked
<key>HydrationDisallowedApps </key>
<string> [{'ApplicationId':'appId','MaxBundleVersion':'1.1','MaxBuildVersion':'1.0'}, {'ApplicationId':'appId2','MaxBundleVersion':'3.2','MaxBuildVersion':'2.0'}]</string>
<(Bool)/>
SharePoint Server Front Door URL
Specifies the SharePoint Server 2019 on-premises URL that the OneDrive sync app should try to authenticate and sync against
SharePointOnPremFrontDoorUrl (string): The URL of the on-premises SharePoint Server.
<key>SharePointOnPremFrontDoorUrl</key>
<string>https://Contoso.SharePoint.com</string>
SharePoint Server Tenant Name
Specifies the name of the folder created for syncing the SharePoint Server 2019 files specified in the Front Door URL.
SharePointOnPremTenantName (string): The name that will be used when creating a folder to sync the on-premises SharePoint Server files. If specified, the folder names will take the form of:
OneDrive – TenantName
TenantName
If not specified, the folder names will use the first segment of the FrontDoorURL as the Tenant Name.
Example - https://Contoso.SharePoint.com will use Contoso as the Tenant Name
<key>SharePointOnPremTenantName</key>
<string>Contoso</string>
SharePoint OnPrem Prioritization
For hybrid scenarios where the email is the same for both SharePoint Server on-premises and SharePoint in Microsoft 365, determines whether or not the client should set up sync for SharePoint Server or SharePoint in Microsoft 365 first during the first-run scenario.
SharePointOnPremPrioritizationPolicy (int): This parameter determines which service to attempt to authenticate against for setting up sync.
1 indicates OneDrive should set up SharePoint Server on-premises first, followed by SharePoint in Microsoft 365.
<key>SharePointOnPremPrioritizationPolicy</key>
<int>(0 or 1)</int>
BlockExternalSyncPrevents the sync app from syncing libraries and folders shared from other organizations.BlockExternalSync (Bool): Set to true to prevent syncing OneDrive and SharePoint libraries and folders from organizations other than the user's own organization. Set to false or do not include the setting to allow.
Learn about OneDrive B2B Sync.
<key>BlockExternalSync</key>
<(Bool)/>

You can also configure the OneDrive Standalone sync app to receive delayed updates.

PList Location
~/Library/Preferences/com.microsoft.OneDriveUpdater.plist
Domain
com.microsoft.OneDriveUpdater
SettingDescriptionParametersExample Plist Entry
Tier
Defines the update ring for the computer
UpdateRing (String): This parameter has two different values.
Production - The default update ring for OneDrive updates.
Insiders - This update ring receives updates that are 'pre-production' and will allow you to play with features before they are released. Note that builds from this ring may be less stable.
Enterprise - This update ring (now called 'Deferred') receives updates after they have rolled out through the Production ring. It also lets you control the deployment of updates. For more info about the update rings and how the sync app checks for updates, see The OneDrive sync app update process.
<key>Tier</key>
<string>(UpdateRing)</string>
-->

By default, the OneDrive sync app installs per user, meaning OneDrive.exe needs to be installed for each user account on the PC under the %localappdata% folder. With the new per-machine installation option, you can install OneDrive under the 'Program Files (x86)' or 'Program Files' directory (depending on the OS architecture), meaning all profiles on the computer will use the same OneDrive.exe binary. Other than where the sync app is installed, the behavior is the same.

The new per-machine sync app provides:

  • Automatic transitioning from the previous OneDrive for Business sync app (Groove.exe)
  • Automatic conversion from per-user to per-machine
  • Automatic updates when a new version is available

Onedrive For Business On Mac

The per-machine sync app supports syncing OneDrive and SharePoint files in Microsoft 365 and in SharePoint Server 2019.

Requirements

  • All Windows versions supported by the sync app. Learn more
  • Sync app build 19.174.0902.0013 or later. For info about which sync app build is available in each ring, see New OneDrive sync app release notes.
  • To apply sync app updates, computers in your organization must be able to reach the following: 'oneclient.sfx.ms' and 'g.live.com.' Make sure you don't block these URLs. They are also used to enable and disable features and apply bug fixes. More info about the URLs and IP address ranges used in Microsoft 365.

Deployment instructions

  1. Download OneDriveSetup.exe.
  2. Run 'OneDriveSetup.exe /allusers' from a command prompt window (will result in a UAC prompt) or by using Microsoft Endpoint Configuration Manager. This will install the sync app under the 'Program Files (x86)Microsoft OneDrive' directory.When setup completes, OneDrive will start. If accounts were added on the computer, they'll be migrated automatically.

FAQ

Do I need to move to the per-machine sync app?The per-machine sync app is helpful especially for multi-user computers and when you don't want exe files running from the user profile. Over time, we will recommend that more and more customers switch to per-machine installation.

Onedrive For Business Mac App Download

With per-machine installation, will a single OneDrive.exe process be shared by all users on the computer?No, although a single version of OneDrive.exe is installed, a new process is created for every OneDrive account syncing on the computer. Fine art art gallery screensaver slideshow app for mac. https://omggol.netlify.app/mac-customer-relationship-management-software.html.

Will the same update rings apply to per-machine?If you selected the Insiders ring (via the Windows Insider program or Office Insider programs) or are in the default Production ring, you will continue to be in the same ring as before.

In the past you may have used a user group policy (under HKCU) to select the Deferred ring (Receive OneDrive sync app updates on the Deferred ring). This group policy will not work with the per-machine install. To select the ring, use the computer group policy (under HKLM) instead (Set the sync app update ring).

Does the per-machine sync app follow the same update process/cadence as the per-user sync app?Yes, the per-machine sync app will auto-update on the same cadence as the per-user sync app and the same rings are supported (see question above). The release notes are the same. More info about the sync app update process

Download Onedrive For Business Mac

The sync app is an extension of the service and a very thin client so auto-updating to the latest version is critical to maintaining a high-quality sync experience. As a result, we recommend that you keep your users in the default Production ring and rely on auto-update to take care of updating to the latest version. If your organization requires you to deploy updates manually through Configuration Manager, we recommend that you select the Deferred ring, and deploy the upcoming builds before auto-update takes effect as described here.

Do automatic updates of the per-machine sync app require user intervention?User intervention is not required for the per-machine sync app to update itself. Elevation is required when you first set it up. During setup, we install a scheduled task and a Windows service, which are used to perform the updates silently without user intervention since they run in elevated mode.

How do I revert back to the per-user sync app if required?We do not support automated migration from per-machine to per-user. To revert back after installing per-machine, please uninstall the sync app and install the latest released version without the '/allusers' parameter.

How can I detect the installation through Configuration Manager?

For Configuration Manager, to detect the install, use the following registry detection rule:

FieldValue
HiveHKEY_LOCAL_MACHINE
KeySOFTWAREMicrosoftOneDrive
ValueVersion
32bit on 64bitTRUE
TypeVersion
Value19.043.0304.0007