Sharepoint For Mac

  1. Sharepoint For Macbook
  2. Is There A Sharepoint Desktop App
  3. Sharepoint For Macs
  4. Sharepoint For Mac App
  5. Microsoft Office Sharepoint For Mac
-->

/usr/bin/pluginkit -e use -i com.microsoft.OneDrive-mac.FinderSync. Sync SharePoint sites. To sync libraries and folders. Click the Office 365 app launcher, and then click SharePoint. Click the site that you want to sync. Click Documents or navigate to the subfolder that you want to sync. We show you how to install Microsoft’s OneDrive and Sharepoint on a Mac, so you can share files with other Mac and Windows users. If you or your company uses Microsoft Onedrive or Sharepoint in a Windows PC environment as part of Office 365, it can also be setup to work the same way and access and edit files on an iMac or Macbook running Apples OSx as follows. Once Onedrive is installed, you can then login to your companies Sharepoint or your personal Onedrive account and “sync” your files to your Mac using the OneDrive App Syncing SharePoint Files Once in Sharepoint click on the “sync” icon. Most people in my office use Mac's for their daily work. This includes using Safari for web browsing. Unfortunately we also use a Sharepoint 2007 site for various things. Our site requires authentication against AD to view it. Since upgrading to Mavericks everyone has been experiencing problems browsing to the sharepoint site.

This article is for IT administrators managing OneDrive for Business settings in work or school environments. If you're not an IT administrator, read Get started with the new OneDrive sync app on Mac OS X.

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

Use the following keys to preconfigure or change settings for your users. The keys are the same whether you run the store edition or the standalone 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.

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

Deploy the sync app settings

Deploy 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

The following table lists all the settings that are currently exposed for the OneDrive sync app. You need to configure the parameters in parentheses.

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 Office 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>Tenants</key>
<dict>
<key>(TenantID)</key>
<dict>
<key>DefaultFolder</key>
<string>(DefaultFolderPath)</string>
</dict>
</dict>
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 Online, determines whether or not the client should set up sync for SharePoint Server or SharePoint Online 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 setup SharePoint Server on-premises first, followed by SharePoint Online.
<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 for Business 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)/>

Sharepoint For Macbook

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 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>
This content has been archived, and is no longer maintained by Indiana University. Information here may no longer be accurate, and links may no longer be available or reliable.

The SharePoint on-premises service is being replaced by SharePoint Online, available since July 2016. For more, see ARCHIVED: About the SharePoint retirement.

  • If you are a SharePoint site owner whose site has been disabled, you can visit SharePoint Standard Farm Migration to request an extension/re-enable. SharePoint will be permanently disabled no later than June 2, 2017; most sites should have migrated to SharePoint Online by March 31, 2017. Sites scheduled to be disabled on March 31 were disabled on April 3, 2017.
  • ARCHIVED: SharePoint My Sites were permanently retired on April 3, 2017.
  • Web browser support

Web browser support

Safari

Safari is the only browser that Microsoft officially supports for use with SharePoint on OS X clients, and offers the best experience. For limitations on Microsoft's support of SharePoint with Safari, see Planbrowser support (SharePoint Server 2010). The Silverlight plug-in is required for advanced user interface controls.

Normally, Kerberos or NTLMv2 authentication is required to access SharePoint at IU. Safari supports both Kerberos and NTLMv2 with no additional configuration required. If Kerberos is available, it will be used; if it is not, NTLMv2 will be used.

Some additional features may not be supported with non-Windows browsers. For instance, Internet Explorer for Windows is the only browser that supports ActiveX, so any ActiveX control will generally not work with OS X browsers.

Other browsers

Chrome and Firefox for OS X are not officially supported by Microsoft for use with SharePoint. However, you can access SharePoint using one of these browsers if you take some additional steps.

Normally, Kerberos or NTLMv2 authentication is required to access SharePoint at IU. Chrome and Firefox for OS X currently support only Kerberos authentication, but by default, this setting is not enabled. To use Chrome or Firefox with SharePoint: Dvd burner software for mac.

  • Authentication using Kerberos
    1. Obtain a Kerberos ticket-granting ticket (TGT) by doing one of the following:
      • Log into ADS with your Network ID username and passphrase to bind your Mac to IU's Active Directory Service. Once you have logged in, you'll automatically have a Kerberos TGT.
      • Launch Ticket Viewer. For details, see Authenticate against IU's Kerberos realm in macOS

      IU's Kerberos servers are only accessible to computers that are on the IU network. To use Kerberos authentication from off campus, you must first establish a VPN connection.

    2. Configure your browser.
      • Chrome: Be sure Chrome is not running, and then open the Terminal app and enter:

        Chrome will now automatically authenticate to SharePoint (as long as you have a Kerberos TGT).

      • Firefox
        1. Open Firefox, and enter about:config in the address bar.
        2. Dismiss the warning that appears, and double-click network.negotiate-auth.trusted-uris.
        3. Enter the following:

        Firefox will now automatically authenticate to SharePoint (as long as you have a Kerberos TGT).

  • Access SharePoint using IUanyWare
    1. Log into IUanyWare.
    2. Click the Web & Mail icon, and then click the IUSharePoint icon.
    3. Enter the URL of your desired SharePoint site.

    For more about using IUanyWare, see:

WebDAV support

If you have Mac OS X 10.9 (Mavericks) or later, you can use the Finder's Go > Connect to Server command to connect to SharePoint. In previous versions, you will only have read access to your site; write access is not available.

For the following main WebDAV URLs, replace sitename with the name of your departmental or group site. For personal (My Site) sites, replace username with your IU Network ID username.

Is There A Sharepoint Desktop App

  • Group site: https://www.sharepoint.iu.edu/sites/sitename
  • My Site: https://my.sharepoint.iu.edu/personal/username

Consider these limitations enforced by SharePoint:

  • You cannot store files larger than 1 GB.
  • Filenames cannot begin or end with a period. Also, the following characters cannot be used in filenames:

    For more, see Microsoft Support's Information about thecharacters that you cannot use in site names, folder names, and filenames in SharePoint.

Microsoft Document Connection

The Documentation Connection application is not included in Microsoft Office 2016.

You can use Microsoft Document Connection (included in Office2011) to access files on a SharePoint site. This application is similar to SharePoint Workspace 2010 on Windows, and works as a middleman between the SharePoint site and the other Office applications on your Mac.

Using Microsoft Document Connection, you can:

  • Read files
  • Edit files
  • Upload files
  • Check files in and out

Sharepoint For Macs

However, you cannot:

  • Create folders
  • Drag and drop folders from your local system to a SharePoint site
  • Delete files
  • Edit file metadata
  • Edit live; you must click Refresh to see your changes

Sharepoint For Mac App

When adding a new SharePoint site to Microsoft Document Connection, use the WebDAV URLs listed above for departmental (i.e., group) and personal (My Site) sites.

Microsoft Office 2016

It is possible to open and save documents directly to SharePoint from Office 2016 for Mac OS X. In Word, Excel, or PowerPoint:

  • In a Save window, click the Online Locations button, then click the +. In an Open window, click the + button.
  • Click SharePoint
  • Next to 'URL:' for the following URLs, replace sitename with the name of your departmental or group site. For personal (My Site) sites, replace username with your IU Network ID username.
    • Group site: https://www.sharepoint.iu.edu/sites/sitename
    • My Site: https://my.sharepoint.iu.edu/personal/username
  • Click Next.
  • Enter your IU username and passphrase when prompted for a 'User name:' and 'Password', then click Sign In.
  • Your SharePoint site will be available under the SharePoint section of your open or save window.

Microsoft Office Sharepoint For Mac

For more, see Get help with SharePoint Online.

Word applications for mac. With Office for the web you can view, edit, and share Word, Excel, PowerPoint, and OneNote files on your devices using a web browser, so you can work anywhere. Office 365 customers get the new Office for Mac first. You’ll have Office applications on your Mac or PC, apps on tablets and smartphones for when you're on the.