Sharepoint Vs Onedrive For Business
SharePoint is basically the Business version of OneDrive but your computer (Windows or Mac) uses the “OneDrive-App” as the program that syncs files between your computer and the Microsoft Cloud. To setup SharePoint initially, you need at lease one licence of Microsoft Office 365 (Business, Business Essentials, Business Premium, Enterprise. This section lists required permissions to work with Microsoft SharePoint and OneDrive for Business organizations. The section lists permissions required by Veeam Backup for Microsoft Office 365 when you add organizations using modern authentication with legacy protocols allowed or basic authentication. Consider the following. If you or your company uses Microsoft OneDrive or Microsoft SharePoint for cloud data storage 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 a Mac OS device such as an iMac, Mac Mini or Macbook as follows. There is no such thing as a “ SharePoint-App “. To learn about syncing with the new OneDrive sync app, see Sync SharePoint files with the new OneDrive sync app. If your organization keeps your OneDrive or SharePoint sites on premises, or hasn't yet enabled the new sync app in your organization, you need to use the previous OneDrive sync app as described in this article. The OneDrive for Business document library is part of a user's My Site.By default, the quota for each user's My Site in SharePoint Server 2013 is 100 MB. If you plan to use the OneDrive for Business document library for users to store their files, you should increase this.
This section lists required permissions to work with Microsoft SharePoint and OneDrive for Business organizations. The section lists permissions required by Veeam Backup for Microsoft Office 365 when you add organizations using modern authentication with legacy protocols allowed or basic authentication.
Consider the following:
- To add Microsoft SharePoint Online organizations, make sure that the LegacyAuthProtocolsEnabled setting is enabled.
To enable this setting, use the following cmdlet.
For more information about the Set-SPOTenant cmdlet, see this Microsoft article.
- The account you are using to add on-premises Microsoft SharePoint and Microsoft SharePoint Online organizations must be a member of these organizations.
On-Premises Microsoft SharePoint
The following table lists required roles that must be assigned to the account that you want to use to add on-premises Microsoft SharePoint organizations.
Role | Description | Misc. |
---|---|---|
Site Collection Administrator | Required to back up Microsoft SharePoint Sites. | The account must be a member of the Farm Administrator group. |
Microsoft SharePoint Online
The following table lists required roles that must be assigned to the account that you want to use to add Microsoft SharePoint Online organizations.
Role | Description | Misc. |
---|---|---|
SharePoint Admin | Required to back up Microsoft SharePoint Sites. | You can assign the Global Admin role that overrides these roles. |
View-only Configuration | Required to get a list of available groups and users. | |
View-Only Recipients |
Onedrive For Business Mac Sharepoint On Premise Manager
Assigning SharePoint Service Administrator Role in PowerShell
To assign the SharePoint Service Administrator role using PowerShell (for Microsoft SharePoint Online organizations), use the following code snippet.
Connect-MsolService $role=Get-MsolRole -RoleName 'SharePoint Service Administrator' $accountname=example@domain.com Add-MsolRoleMember -RoleMemberEmailAddress $accountname -RoleName $role.Name |
Onedrive For Business Mac Sharepoint On Premise 1
The $accountname variable must be a user UPN (example@domain.com).
Onedrive For Business Mac Sharepoint On Premise Windows 10
The MSOL module can be downloaded from this Microsoft page.