Sync Microsoft Account With Mac F
- 2020-3-27 Let users sync SharePoint files with the new OneDrive sync app. 3/26/2020; 2 minutes to read +3; In this article. This article is for IT administrators in large organizations who want to enable users in their organizations to sync SharePoint team sites with the new OneDrive sync app. Smaller organizations and organizations that are new to Office 365 are already set up to sync OneDrive.
- 2020-4-2 Windows Phone users have an advantage of synchronizing their contacts, calendar events, etc. With their Microsoft Account. By syncing such information, it makes one easy to retrieve it with a few steps instead of the Backup and Restore procedure. This article will guide on how to sync the details of a Microsoft Account to an Android Device.
2020-4-3 This works only on Windows 10. It will not work for Windows users using a local account. You must connect your Microsoft account to your Windows user account to sync your wallpaper across desktops. You must connect your Microsoft account to your user account on.
Syntax
Description
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see Cmdlet Parameter Sets.
You must be a SharePoint Online global administrator to run the cmdlet.
Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see Connect-SPOService
The Set-SPOTenantSyncClientRestriction cmdlet is used to control a variety of tenant-wide administrative settings related to syncing files from OneDrive and SharePoint. You may use it to:
Set restrictions on whether users can sync items to non-domain joined machines, control the list of allowed domains, and manage whether Mac clients (which do not support domain join) can sync.
Prevents files with specific extensions from being synced.
Controls whether users can continue to sync OneDrive for Business libraries with the old OneDrive for Business sync client.
Restrict non-domain joined machines from syncing
The Set-SPOTenantSyncClientRestriction cmdlet can be used to enable the feature for tenancy and set the domain GUIDs in the safe recipients list. When this feature is enabled it can take up to 24 hours for the change to take effect. However, any changes to the safe domains list are reflected within five minutes.
The Set-SPOTenantSyncClientRestriction cmdlet applies both to existing Microsoft OneDrive for Business sync client (Groove.exe) and the Microsoft OneDrive for Business Next Generation Sync Client (OneDrive.exe). OneDrive.exe is the new sync client that will sync both consumer and business accounts.
Important
The new OneDrive for Business Next Generation Sync Client lets you connect and sync files from your OneDrive for Business. You can add a work or school account to the new OneDrive for Business sync client and sync all your files in OneDrive to your computer. For more information, see Improve your OneDrive sync experience.
When the feature is enabled the following will occur:
All OneDrive for Business Sync client requests originating from a domain that is not on the safe recipients list will be blocked.
All Microsoft OneDrive Mac Sync client and Mac Beta client requests will not be blocked by default.
Microsoft OneDrive mobile apps are not blocked when this feature is enabled.
Regardless whether a computer is managed by a device management solution, a sync relationship will not be established unless they are joined to a domain in the Safe Recipient List.
Any files that have been previously been synced down to your computer will not be deleted.
When this feature is enabled, please be aware the following upload behavior:
- New or existing files added to the client will still be uploaded to the server and will not be blocked.
- Regardless if the computer is joined to a domain which is set in the Safe Recipient List.
- Regardless if the computer is joined to a domain which is not set in the Safe Recipient List.
- And for all non-domain joined computers.
Microsoft OneDrive for Business sync client prior to version 15.0.4693.1000 will stop syncing existing libraries.
Important
In order to explicitly block Microsoft OneDrive client for Mac or OneDrive for Business Next Generation Sync Client on Mac OS X, please run the Set-SPOTenantSyncClientRestriction cmdlet with the BlockMacSync parameter set to true. For more information about the Next Generation Sync Client for Mac OS X, see Get started with the new OneDrive sync client on Mac OS X.
Important
There is a known OneDrive for Business sync client issue where syncing is being blocked even if a computer is joined to a domain which is set in the Safe Recipient List. To resolve this behavior, obtain the 15.0.4719.1000 version or higher of the sync client, see May 12, 2015, update for OneDrive for Business.
Note
To determine the version of your Sync client, see What version of the sync client am I using?.
- The latest OneDrive for Business sync client can be downloaded from Download OneDrive for Windows or How to install OneDrive for Business for SharePoint and SharePoint Online.
Important
This capability doesn't support Microsoft Azure Active Directory (AD) Joined or Workplace Joined devices.
For additional information about how to troubleshoot the OneDrive for Business sync client, see How to switch from an MSI installation of OneDrive for Business (formerly SkyDrive Pro) standalone to a Click-To-Run installation of OneDrive for Business (formerly SkyDrive Pro) standalone.
Block specific file extensions from syncing
The Set-SPOTenantSyncClientRestriction cmdlet can be used to configure a list of file extensions that should not be synced by the OneDrive sync client, such as .PST files.
Any file extension may be blocked using this feature, but note that it may take up to 24 hours for a change to take affect across all user devices. When this feature is enabled, users syncing any file that is in the exclusion list will see an error message informing them of the block.
Important
This feature is only supported by the new OneDrive for Business sync client. To determine the version of your Sync client, see What version of the sync client am I using?.
Control whether users can use the old OneDrive for Business sync client
The Set-SPOTenantSyncClientRestriction cmdlet can be used to configure your tenant to allow or disallow users from using the old OneDrive for Business sync client to sync OneDrive for Business libraries.
This feature is controlled on an opt-out model which lets users to continue syncing with the old sync client, you may choose to opt out of the Groove block.
When this feature is enabled, the old OneDrive for Business sync client will stop syncing the user's OneDrive contents. OneDrive for Business users who are still using the old OneDrive for Business sync client will see an error message and will be prompted to launch and configure the new OneDrive for Business sync client. If they do not yet have the new client installed, they will have the opportunity to download and install it.
If you opt out, users will be able to resume syncing with the old OneDrive for Business Sync client.Note that it may take up to an hour for this change to be reflected.
Note
This feature only applies to syncing a user's own OneDrive for Business sites. Team Sites and shared content from other people's OneDrive for Business sites will continue to sync with the old OneDrive for Business sync client.
Examples
--------------------EXAMPLE 1---------------------
This example enables the feature for the tenancy and adds the domains GUIDs to the safe recipient list.
--------------------EXAMPLE 2------------------
This example turns on the Block Mac sync functionality.
--------------------EXAMPLE 3------------------
This example blocks syncing of PowerPoint, Word, and Excel file types using the new sync client (OneDrive.exe).
--------------------EXAMPLE 4------------------
This example clears the ExcludedFileExtension list and lets all file types synced with the new client (OneDrive.exe).
--------------------EXAMPLE 5------------------
This example allows users in a tenant to continue syncing OneDrive for Business libraries with the old OneDrive for Business sync client.
--------------------EXAMPLE 6------------------
This example blocks users in a tenant from syncing OneDrive for Business libraries using the old OneDrive for Business sync client. Users will be prompted to upgrade to the new client.
Parameters
Block Mac sync clients-- the Beta version and the new sync client (OneDrive.exe).The values for this parameter are True and False. The default value is False.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Type: | Boolean |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Sets the domain GUID to add to the safe recipient list. Requires a minimum of 1 domain GUID. The maximum number of domain GUIDs allowed are 125.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Enables the feature to block sync originating from domains that are not present in the safe recipients list.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Blocks certain file types from syncing with the new sync client (OneDrive.exe).
Note
It may take up to one hour for changes to take effect.
Type: | String |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Controls whether or not a tenant's users can sync OneDrive for Business libraries with the old OneDrive for Business sync client.The valid values are OptOut, HardOptin, and SoftOptin.
Type: | String |
Accepted values: | OptOut, HardOptIn, SoftOptIn |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Inputs
None
Outputs
System.Object
Office, Xbox, Outlook, OneDrive, and more. One account gives you access to all things Microsoft. Welcome to your account dashboard.
New to Microsoft?
Get started with Microsoft products and more.
Learn moreSecurity
Change a password, update security information, and keep vital account details up-to-date.
Privacy
Review your search history, browsing and location activity, and more.
Family
Keep your family safer online and stay connected even when you’re apart.
Payments & billing
Update your payment information, check your order history, redeem gift cards, and get billing help.
Subscriptions
Quickly renew and manage your favorite Microsoft subscriptions and services in one place.
Devices
Find, lock, or erase a lost or stolen Windows 10 device, schedule a repair, and get support.
Help
Get expert answers and advice on Microsoft products and services.
Just sign in and go
Access your favorite Microsoft products and services with just one login. From Office and Windows to Xbox and Skype, one username and password connects you to the files, photos, people, and content you care about most.
Outlook
Email and calendar together. All you need to be your most productive and connected self—at home, on the go, and everywhere in between.
Learn moreSkype
Skype’s text, voice and video make it simple to get closer to the people who matter most across all of your devices.
Learn moreMicrosoft Edge
The faster way to get things done on the web with built-in features for staying organized, researching, and discovering.
Learn moreBing
Intelligent search features make it quick and easy to find what you need – answers, news, entertainment, and more.
Learn moreXbox
Play your favorite games in more places than ever. Easily access your games, friends, and community across Xbox One, Windows 10 PC, and mobile.
Learn moreSync Microsoft Account With Mac Free
Office
Delete Microsoft Account
Achieve what matters to you with Word, Excel, PowerPoint, and more. What will you do with your next 365?
Learn moreOneDrive
Safely store and access your files and photos on all your devices. Your Microsoft account comes with 5GB of storage and the option to add more when you need it.
Learn moreWindows
Find, lock, or erase a lost or stolen Windows 10 device, schedule a repair, and get support.
Learn moreMixer
Mixer is where gamers come together to play, celebrate, and share the best moments in gaming.
Learn moreMicrosoft Store
Experience all that’s possible with Microsoft, from the best in productivity and creativity to gaming and entertainment.
Learn moreCortana
Save time and stay organized—Cortana helps handle day-to-day tasks so you can stay on top of what matters most.
Microsoft Account Register
Learn moreMSN
Microsoft Live
With MSN, the information that enriches your life is accessible every moment of every day.