Updates from: 02/24/2023 02:27:33
Service Microsoft Docs article Related commit history on GitHub Change details
SharePoint Manage Sites In New Admin Center https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/manage-sites-in-new-admin-center.md
The <a href="https://go.microsoft.com/fwlink/?linkid=2185220" target="_blank">**
![Active sites page](media/active-sites-page.png) > [!NOTE]
-> The Active sites page lists the root website for each site collection. Subsites and redirect sites (REDIRECTSITE#0) created by changing a site address or replacing the root site. <br>Some functionality is introduced gradually to organizations that have opted in to the [Targeted release option in Microsoft 365](/office365/admin/manage/release-options-in-office-365). This means that you might not yet see some features described in this article, or they might look different.
+> The Active sites page lists the root website for each site collection. Subsites and redirect sites (REDIRECTSITE#0) created by changing a site address or replacing the root site aren't shown.
For more info about tasks on the Active sites page, see:
SharePoint Remove Search Results https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/remove-search-results.md
description: "As a search administrator, you can temporarily remove items from t
# Remove search results
-As a Global Administrator or SharePoint Administrator in Microsoft 365, you can temporarily remove items from search results with immediate effect. The items that you can remove can be documents, pages, or sites that you don't want users to see. An example of this could be a Word document containing an invitation to an event that has been cancelled, but the organizer has not removed the document from the site yet. Removing a result removes it from both classic and modern search results.
+As a Global Administrator or SharePoint Administrator in Microsoft 365, you can temporarily remove items from search results with immediate effect. The items that you can remove can be documents, pages, or sites that you don't want users to see. An example of this could be a Word document containing an invitation to an event that has been canceled, but the organizer has not removed the document from the site yet. Removing a result removes it from both classic and modern search results.
> [!IMPORTANT] > This is only a quick fix! Unless you delete the items or change the permissions of items manually, they will show up again in your search results after the next crawl.
As a Global Administrator or SharePoint Administrator in Microsoft 365, you can
3. On the **search administration** page, select **Remove Search Results**.
-4. On the **Remove Search Results** page, in the **URLs to remove** box, enter the URLs that you want to remove from the search results. Enter one URL on each line.
+4. On the **Remove Search Results** page, in the **URLs to remove** box, enter the URLs that you want to remove from the search results, for example, https://contoso.sharepoint.com/sites/site1. URLs cannot contain a wildcard (\*) character. Enter one URL on each line.
5. Select **Remove Now**. The URLs are immediately removed from your search results.
SharePoint Sharepoint Sync https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/sharepoint-sync.md
To upload files to the team site, users can simply copy or move them to the site
Windows 10 devices come with the OneDrive sync app installed. Office 2016 and later installations also have the sync app installed.
-[Read the release notes and install the latest fully released versions](https://support.office.com/article/845dcf18-f921-435e-bf28-4e24b95e5fc0)
+## SharePoint file sync and OneDrive shortcuts
-[Invalid file names and file types in OneDrive and SharePoint](https://support.office.com/article/64883a5d-228e-48f5-b3d2-eb39e07630fa)
+Users have two options when syncing files in SharePoint libraries and Teams. They can
+
+- [Add shortcuts to libraries and folders to their OneDrive](https://support.microsoft.com/office/d66b1347-99b7-4470-9360-ffc048d35a33).
+- [Use the Sync button in the document library](https://support.microsoft.com/office/6de9ede8-5b6e-4503-80b2-6190f3354a88).
+
+Both options allow essentially the same thingΓÇöusers can access files on their local computer in Explorer or Finder. However, adding OneDrive shortcuts allows content to be accessed on all devices, whereas sync is related to a specific device. Additionally, OneDrive shortcuts offer improved performance versus using the sync button.
+
+We recommend using OneDrive shortcuts as the more versatile option. If you want to remove the Sync button from all the SharePoint libraries in your organization, you can use the [Set-SPOTenant](/powershell/module/sharepoint-online/set-spotenant) PowerShell cmdlet:
+
+```PowerShell
+Set-SPOTenant -HideSyncButtonOnTeamSite $true
+```
+
+## Related topics
+
+[Read the release notes and install the latest fully released versions](https://support.office.com/article/845dcf18-f921-435e-bf28-4e24b95e5fc0).
+
+Read about [Invalid file names and file types in OneDrive and SharePoint](https://support.office.com/article/64883a5d-228e-48f5-b3d2-eb39e07630fa).
[Fix OneDrive sync problems](https://support.office.com/article/fix-onedrive-sync-problems-0899b115-05f7-45ec-95b2-e4cc8c4670b2)