Updates from: 04/13/2024 01:34:41
Service Microsoft Docs article Related commit history on GitHub Change details
SharePoint B2b Sync https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/b2b-sync.md
- admindeeplinkSPO - onedrive-toc - has-azure-ad-ps-ref
- - azure-ad-ref-level-one-done
search.appverid: - ODB160 - ODB150
The new BlockExternalSync setting is described in the adm\OneDrive.admx and OneD
If you are using other management systems to deploy policies to your users' Windows PCs, use the equivalent of the following command to prevent B2B Sync:
-```console
+```cmd
reg add "HKLM\SOFTWARE\Policies\Microsoft\OneDrive" /v BlockExternalSync /t REG_DWORD /d 1 ``` On a Mac with the Apple Store version of OneDrive, use the equivalent of the following command to prevent B2B Sync:
-```console
+```cmd
defaults write com.microsoft.OneDrive-mac BlockExternalSync -bool YES ``` On a Mac with the Standalone version of OneDrive, use the equivalent of the following command to prevent B2B Sync:
-```console
+```cmd
defaults write com.microsoft.OneDrive BlockExternalSync -bool YES ```
SharePoint Change Default Sharing Link https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/change-default-sharing-link.md
Last updated 07/16/2018 Title: "Change the default sharing link for a site" --++ audience: Admin f1.keywords:
SharePoint Change External Sharing Site https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/change-external-sharing-site.md
Last updated 07/18/2023 Title: Change the sharing settings for a site --++ recommendations: true audience: Admin
SharePoint Configure Sync Intune https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/configure-sync-intune.md
Previously updated : 03/05/2024 Title: "Use administrative templates in Intune" Last updated : 04/12/2024
+ Title: "Configure settings with Intune"
search.appverid:
- MED150 - MBS150 - ODB150
-description: "In this article, you learn how to configure the Microsoft OneDrive sync app by using administrative templates in Microsoft Intune."
+description: "In this article, you learn how to configure the Microsoft OneDrive sync app by using settings catalog in Microsoft Intune."
-# Use administrative templates in Intune
+# Configure settings with Intune
-Profiles in Microsoft Intune let you configure settings and push them to devices in your organization. The administrative templates built in to Microsoft Intune make configuring the Microsoft OneDrive sync app easier than ever.
+Profiles in Microsoft Intune let you configure settings and push them to devices in your organization. Settings catalog built in to Microsoft Intune make configuring the Microsoft OneDrive sync app easier than ever.
## Create a profile
-1. Go to [The Configuration profiles page of the Microsoft Endpoint Manager admin center](https://endpoint.microsoft.com/?ref=AdminCenter#blade/Microsoft_Intune_DeviceSettings/DevicesMenu/configurationProfiles).
-2. Select **Create profile**.
-3. Under **Platform**, select **Windows 10 and later**.
-4. Under **Profile**, select **Administrative Templates**.
+1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
+1. Select **Devices** > **Configuration** > **Create**.
+1. Enter the following properties:
- ![Use administrative templates to create a profile](media/administrative-templates.png)
+ - **Platform**: Select **Windows 10 and later**.
+ - **Profile type**: Select **Settings catalog**.
-5. Select **Create**.
-6. Enter a name for the profile, and optionally a description, and then select **Next**.
-7. Under **Computer Configuration** or **User Configuration**, select **OneDrive**, and select the setting you want to configure. For info about these settings, see [Use OneDrive policies](use-group-policy.md). For info about the recommended settings, see [Recommended sync app configuration](ideal-state-configuration.md).
+1. Select **Create**.
+1. In **Basics**, enter the following properties:
- ![Selecting configuration settings](media/create-profile.png)
+ - **Name**: Enter a descriptive name for the profile. Name your profiles so you can easily identify them later. For example, a good profile name is **Windows: OneDrive**.
+ - **Description**: Enter a description for the profile. This setting is optional, but recommended.
-8. Configure the setting the way you want, and then select **OK**. Some settings require entering your tenant ID. [Learn how to find it](find-your-office-365-tenant-id.md). When you're done, select **Next**.
-9. Select scope tags, and then select **Next**. For info about scope tags, see [Use RBAC and scope tags for distributed IT](/mem/intune/fundamentals/scope-tags).
-10. In **Assignments**, include or exclude the profile from selected groups. For info about assigning profiles, see [Assign user and device profiles](/mem/intune/configuration/device-profile-assign).
+1. Select **Next**.
- If the profile is assigned to user groups, then configured ADMX settings apply to any device that the user enrolls, and signs in to. If the profile is assigned to device groups, then configured ADMX settings apply to any user that signs into that device. This assignment happens if the ADMX setting is a computer configuration (`HKEY_LOCAL_MACHINE`), or a user configuration (`HKEY_CURRENT_USER`). With some settings, a computer setting assigned to a user may also impact the experience of other users on that device. For more info, see [User groups vs. device groups](/mem/intune/configuration/device-profile-assign#user-groups-vs-device-groups).
+1. In **Configuration settings**, select **Add settings**.
+
+1. In the settings picker, select **OneDrive** to see all the available settings.
+
+1. Select any setting you want to configure. Or, choose **Select all these settings**. After you add your settings, close the settings picker.
+ For info about these settings, see [Use OneDrive policies](use-group-policy.md). For info about the recommended settings, see [Recommended sync app configuration](ideal-state-configuration.md).
+
+ :::image type="content" source="media/intune-settings-catalog.png" alt-text="A screenshot showing the configuration of the Intune settings catalog policy for OneDrive." lightbox="media/intune-settings-catalog.png":::
+
+1. Configure the settings the way you want, and then select **OK**.
+ > [!NOTE]
+ > Some settings require entering your tenant ID. [Learn how to find it](find-your-office-365-tenant-id.md). When you're done, select **Next**.
+
+1. Select scope tags, and then select **Next**. For information about scope tags, see [Use RBAC and scope tags for distributed IT](/mem/intune/fundamentals/scope-tags).
+
+1. In **Assignments**, include or exclude the profile from selected groups. For info about assigning profiles, see [Assign user and device profiles](/mem/intune/configuration/device-profile-assign).
+
+ > [!NOTE]
+ > If the profile is assigned to user groups, then configured ADMX settings apply to any device that the user enrolls, and signs in to. If the profile is assigned to device groups, then configured ADMX settings apply to any user that signs into that device. This assignment happens if the ADMX setting is a computer configuration (`HKEY_LOCAL_MACHINE`), or a user configuration (`HKEY_CURRENT_USER`). With some settings, a computer setting assigned to a user may also impact the experience of other users on that device.
+ >
+ > For more info, see [User groups vs. device groups](/mem/intune/configuration/device-profile-assign#user-groups-vs-device-groups).
When you're done, select **Next**.
-11. Review the profile, and then select **Create**.
+1. In **Review + create**, review your settings. When you select **Create**, your changes are saved, and the profile is assigned. The policy is also shown in the profiles list.
## See also -- [Use Windows 10 templates to configure Group Policy settings in Microsoft Intune](/mem/intune/configuration/administrative-templates-windows)
+- [Use the settings catalog to configure settings on Windows](/mem/intune/configuration/settings-catalog)
- [Understanding ADMX-backed policies](/windows/client-management/mdm/understanding-admx-backed-policies) - [Monitor device profiles in Microsoft Intune](/mem/intune/configuration/device-profile-monitor)-- [Deploy the OneDrive sync app to Windows 10 devices as part of Office 365](deploy-intune.md#deploy-the-onedrive-sync-app-to-windows-10-devices)-
SharePoint Deploy File Collaboration https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/deploy-file-collaboration.md
Last updated 08/07/2023 Title: Plan and deploy a file collaboration environment - SharePoint --++ recommendations: true audience: Admin
SharePoint Deploy Intune https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/deploy-intune.md
search.appverid:
- MBS150 - ODB150 ms.assetid: 3f3a511c-30c6-404a-98bf-76f95c519668
-description: "In this article, you'll learn how you can use Intune to deploy the OneDrive mobile app to iOS and Android devices and the OneDrive sync app to Windows 10."
+description: "In this article, you'll learn how you can use Intune to deploy the OneDrive mobile app to iOS and Android devices and the OneDrive sync app to Windows."
# Deploy OneDrive apps by using Intune If you're a global admin or assigned [a role in Intune](/mem/intune/fundamentals/role-based-access-control) that gives you the necessary permissions, you can use Intune to deploy OneDrive apps. Before you begin deploying, make sure you review the planning information and deployment options in the [Plan file sync for SharePoint and OneDrive in Microsoft 365](plan-file-sync.md).
-## Deploy the OneDrive app for iOS or Android
+To deploy apps in Intune, you use the [Microsoft Intune admin center](https://intune.microsoft.com/?ref=AdminCenter#blade/Microsoft_Intune_DeviceSettings/AppsMenu/allApps).
-To deploy apps in Intune, you use the [Microsoft Endpoint Manager admin center](https://endpoint.microsoft.com/?ref=AdminCenter#blade/Microsoft_Intune_DeviceSettings/AppsMenu/allApps). For the steps to deploy apps to iOS devices, see [Add iOS store apps to Microsoft Intune](/mem/intune/apps/store-apps-ios). For the steps to deploy apps to Android devices, see [Add Android store apps to Microsoft Intune](/mem/intune/apps/store-apps-android). Use **<https://play.google.com/store/apps/details?id=com.microsoft.skydrive>** as the Appstore URL. For info about assigning apps to groups, see [Assign apps to groups with Microsoft Intune](/mem/intune/apps/apps-deploy).
+## Deploy the OneDrive sync app to Windows devices
-## Deploy the OneDrive sync app to Windows 10 devices
+OneDrive is preinstalled on Windows 10 and later. You can choose to switch to [per-machine installation](per-machine-installation.md).
-Although the sync app comes with Windows 10, you might choose to switch to [per-machine installation](per-machine-installation.md).
+For info about configuring sync app settings using Intune, see [Configure settings with Intune](configure-sync-intune.md).
-For info about configuring sync app settings using Intune, see [Use administrative templates in Intune](configure-sync-intune.md).
+## Deploy the OneDrive app to iOS devices
+
+There are two options for deploying the OneDrive app on iOS:
+- **Apple VPP.** Using this option and deploying with device licensing, the app is installed without user interaction. For more information, see [How to manage iOS and macOS apps purchased through Apple Business Manager with Microsoft Intune](/mem/intune/apps/vpp-apps-ios).
+- **iOS Store app.** Using this option doesn't require any connection to Apple Business Manager, however users will be prompted to enter their Apple ID password to install the app. For more information, see [Add iOS store apps to Microsoft Intune](/mem/intune/apps/store-apps-ios).
+
+## Deploy the OneDrive app to Android devices
+
+There are two options for deploying the OneDrive app on Android:
+- [Add Managed Google Play apps to Android Enterprise devices with Intune](/mem/intune/apps/apps-add-android-for-work)
+- [Add Android store apps to Microsoft Intune](/mem/intune/apps/store-apps-android).
+ - Use **<https://play.google.com/store/apps/details?id=com.microsoft.skydrive>** as the Appstore URL.
+
+## Deploy the OneDrive app to macOS devices
+
+There are two options for deploying the OneDrive app using Intune:
+- **Microsoft 365 Apps.** You can deploy Microsoft 365 apps including OneDrive with Intune. For more information, see [Assign Microsoft 365 to macOS devices with Microsoft Intune](/mem/intune/apps/apps-add-office365-macos).
+- **Deploy a standalone PKG**
+ 1. Downlaod the [app package (.pkg)](deploy-and-configure-on-macos.md)
+ 1. Deploy using [Add an unmanaged macOS PKG app to Microsoft Intune](/mem/intune/apps/macos-unmanaged-pkg)
+
+For more information about OneDrive on macOS, see [Deploy and Configure OneDrive on macOS](deploy-and-configure-on-macos.md).
+
+## See also
+For information about assigning apps to groups, see [Assign apps to groups with Microsoft Intune](/mem/intune/apps/apps-deploy).
SharePoint External Sharing Overview https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/external-sharing-overview.md
Last updated 06/19/2023 Title: Overview of external sharing in SharePoint and OneDrive in Microsoft 365 --++ recommendations: true audience: Admin
When you or your users create Microsoft 365 groups (for example in Outlook, or b
When users share with people outside the organization, an invitation is sent to the person in email, which contains a link to the shared item.
-Because these guests do not have a license in your organization, they are limited to basic collaboration tasks:
+Because these guests don't have a license in your organization, they're limited to basic collaboration tasks:
- They can use Office.com for viewing and editing documents. If your plan includes Office Professional Plus, they can't install the desktop version of Office on their own computers unless you assign them a license. -- They can perform tasks on a site based on the permission level that they've been given. For example, if you add a guest as a site member, they will have Edit permissions and they will be able to add, edit and delete lists; they will also be able to view, add, update and delete list items and files.
+- They can perform tasks on a site based on the permission level that they've been given. For example, if you add a guest as a site member, they'll have Edit permissions and they'll be able to add, edit and delete lists; they'll also be able to view, add, update and delete list items and files.
-- They will be able to see other types of content on sites, depending on the permissions they've been given. For example, they can navigate to different subsites within a shared site. They will also be able to do things like view site feeds.
+- They'll be able to see other types of content on sites, depending on the permissions they've been given. For example, they can navigate to different subsites within a shared site. They'll also be able to do things like view site feeds.
If your authenticated guests need greater capability such as OneDrive storage or creating a Power Automate flow, you must assign them an appropriate license.
SharePoint Aad Powershell Deprecation Note https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/includes/aad-powershell-deprecation-note.md
> [!NOTE] > Azure AD Powershell is planned for deprecation on March 30, 2024. To learn more, read the [deprecation update](https://techcommunity.microsoft.com/t5/microsoft-entra-blog/important-azure-ad-graph-retirement-and-powershell-module/ba-p/3848270). >
-> We recommend migrating to [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Microsoft Entra ID (formerly Azure AD). Microsoft Graph PowerShell allows access to all Microsoft Graph APIs and is available on PowerShell 7. For answers to common migration queries, see the [Migration FAQ](/powershell/azure/active-directory/migration-faq).
+> We recommend migrating to [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Microsoft Entra ID (formerly Azure AD). Microsoft Graph PowerShell allows access to all Microsoft Graph APIs and is available on PowerShell 7. For answers to common migration queries, see the [Migration FAQ](/powershell/azure/active-directory/migration-faq).
SharePoint Manage Site Creation https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/manage-site-creation.md
As a Global Administrator or SharePoint Administrator in Microsoft 365, you can
:::image type="content" source="media/site-creation-screen.png" alt-text="The screenshot that shows the Site creation page." lightbox="media/site-creation-page.png":::
-3. If you want users to be able to create sites, select **Users can create SharePoint sites**. This setting Controls whether users can create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. This setting doesn't affect whether users can create teams or Microsoft 365 groups and their connected sites.
+3. If you want users to be able to create sites, select **Users can create SharePoint sites**. This setting controls whether users can create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. This setting doesn't affect whether users can create teams or Microsoft 365 groups and their connected sites.
4. If you want users to be able to create sites from these services, select **Show the options to create a site in SharePoint and create a shared library from OneDrive**.
Admins in the <a href="https://go.microsoft.com/fwlink/?linkid=2185219" target="
2. Under **Site Creation**, select to show or hide the **Create site** command.
- ![Site creation settings in the classic SharePoint admin center](media/admin-site-creation.png)
+ ![Screenshot of Site creation settings in the classic SharePoint admin center.](media/classic-site-creation-settings.png)
- - If you choose **Disable subsite creation for all sites**, it will also hide the subsite creation command (including classic) and disable users from being able to create new subsites through a URL or API.
+ - If you choose **Disable subsite creation for all sites**, it will hide the subsite creation command (including classic) and disable users from being able to create new subsites through a URL or API.
- If you choose **Enable subsite creation for classic sites only**, users will be able to create new subsites for classic sites. - If you choose **Enable subsite creation for all sites**, users will be able to create new subsites from any SharePoint site.
SharePoint Modern Experience Sharing Permissions https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/modern-experience-sharing-permissions.md
Last updated 08/02/2023 Title: "Sharing & permissions in the SharePoint modern experience" --++ recommendations: true audience: Admin
SharePoint Plan Intranet https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/plan-intranet.md
Previously updated : 11/26/2019 Last updated : 04/11/2024 Title: "Plan an intelligent SharePoint intranet"
As a first step, to see examples of what's possible with SharePoint, we recommen
For an understanding about how the different component parts work together, review the [Guide to the Modern experience in SharePoint](guide-to-sharepoint-modern-experience.md).
-For an interactive workshop to learn how to succeed with a SharePoint intranet, look for an [Accelerator workshop](https://resources.techcommunity.microsoft.com/events/intelligent-intranet-accelerator-workshop) in a city near you.
+For inspirations and demonstrations on adopting the intelligent intranet, visit the [The intelligent intranet - Microsoft Adoption](https://adoption.microsoft.com/intelligent-intranet/).
In the following sections, we look at how to find the best starting point for your SharePoint intranet and how to prioritize the different intranet solutions that you may need for your organization. Keep these references handy as you work with your stakeholders - they can help you get the most value and best time to value for your intranet solutions.
SharePoint offers various building blocks that you can use to create an intranet
- **[Hub sites](planning-hub-sites.md)** - Use hub sites to organize related sites and teams and centralize news, search, and content management. - **[SharePoint news](https://support.office.com/article/C2DCEE50-F5D7-434B-8CB9-A7FEEFD9F165)** - Use the news web part to post important or interesting stories, announcements, people news, status updates, and more that can include graphics and rich formatting. - **[Viva Engage](/viva/engage/overview)** - Use Viva Engage to connect with people across your organization beyond the boundaries of projects, functions, and departments.-- **[Forms](/forms-pro)** - Use forms to create custom quizzes, surveys, questionnaires, registrations, and more.
+- **[Dynamics 365 Customer Voice](/dynamics365/customer-voice/help-hub)** - Use Dynamics 365 Customer Voice to create custom quizzes, surveys, questionnaires, registrations, and more.
- **[Stream](/stream)** - Use Stream to deliver live and on-demand meetings, events, and training. For the scenario that you've decided to build, choose the components that you'll need to use to meet the site's business objectives. We recommend creating a rapid prototype, and granting access to your key stakeholders. This provides a substantive framework for further discussions and revisions of the design.
SharePoint Remove Users https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/remove-users.md
This article describes how to remove users so they no longer appear in SharePoin
When a user or guest browses to a SharePoint site, their user information is cached in the UserInfo list. When the user or guest is deleted, their related UserInfo information isn't removed. Their profile still appears, which may cause confusion when people view the people picker. -- **Scenario 2: Site User ID Mismatch.**
+- **Scenario 2: [Site User ID Mismatch](/sharepoint/troubleshoot/sharing-and-permissions/fix-site-user-id-mismatch).**
This issue most frequently occurs when a user is deleted and the account is then re-created with the same user name. The account in the Microsoft 365 admin center or Active Directory (in directory synchronization scenarios) is deleted and re-created with the same user principal name (UPN). The new account is created by using a different ID value. When the user tries to access a site collection or their OneDrive, the user has an incorrect ID. A second scenario involves directory synchronization with an Active Directory organizational unit (OU). If users have already signed in to SharePoint, and then are moved to a different OU and resynced with SharePoint, they may experience this problem.
For the steps to delete a user in the Microsoft 365 admin center, see [Delete a
## Delete a guest from the Microsoft 365 admin center 1. Sign in to https://admin.microsoft.com as a Global Administrator or SharePoint Administrator. (If you see a message that you don't have permission to access the page, you don't have Microsoft 365 admin permissions in your organization.)
-
+ > [!NOTE] > If you have Office 365 operated by 21Vianet (China), sign in at https://login.partner.microsoftonline.cn/. Then select the Admin tile to open the admin center.
-
-2. In the left pane, select **Users** \> **Guest users**.
-3. Select **Delete a user**.
+1. In the left pane, select **Users** \> **Guest users**.
+
+1. Select the user, then select **Delete a user**.
++
-4. Select the user, select **Select**, and then select **Delete**.
-
## Delete a guest by using the SharePoint Online Management Shell 1. [Install the SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
SharePoint Restricted Domains Sharing https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/restricted-domains-sharing.md
Last updated 07/11/2018 Title: "Domain restrictions when sharing SharePoint & OneDrive content" --++ recommendations: true audience: End User
SharePoint Sharepoint View In Edge https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/sharepoint-view-in-edge.md
description: "Learn about SharePoint view in File Explorer for Microsoft Edge."
# View SharePoint files with File Explorer in Microsoft Edge
-Last year, we announced that Microsoft 365 apps and services would no longer support Internet Explorer 11 (IE 11). As a result, we no longer recommend View in File Explorer and encourage using the OneDrive sync client. The OneDrive sync client provides [Files On-Demand](https://support.office.com/article/0e6860d3-d9f3-4971-b321-7092438fb38e), which allows you to access all your files in SharePoint without using up local storage space. For info about using OneDrive to sync SharePoint files, visit [SharePoint file sync](sharepoint-sync.md).
+> [!IMPORTANT]
+> In June 2022, we stopped supporting Internet Explorer 11 (IE 11) at Microsoft 365 apps and services. As a result, we no longer recommend View in File Explorer and encourage using the OneDrive sync client. The OneDrive sync client provides [Files On-Demand](https://support.office.com/article/0e6860d3-d9f3-4971-b321-7092438fb38e), which allows you to access all your files in SharePoint without using up local storage space. For info about using OneDrive to sync SharePoint files, visit [SharePoint file sync](sharepoint-sync.md).
By default, the View in File Explorer menu option won't be visible to you or users in the SharePoint modern document library interface. In certain cases, organizations may still need to use View in File Explorer to access modern document libraries. Starting in Microsoft Edge Stable version 93, you can enable the View in File Explorer capability on SharePoint for modern document libraries.
Follow the steps below to use View in File Explorer in Microsoft Edge:
2. Ensure that Windows instances are joined to a Microsoft Active Directory domain, Windows 10 Pro, or Enterprise instances that are enrolled for device management.
-3. Enable the [ConfigureViewInFileExplorer](/deployedge/microsoft-edge-policies#configureviewinfileexplorer) policy for Microsoft Edge that allows URLs with the viewinfileexplorer: scheme to open WebDAV URLs in Windows File Explorer.
+3. Enable the [ConfigureViewInFileExplorer](/deployedge/microsoft-edge-policies#configureviewinfileexplorer) policy for Microsoft Edge that allows URLs with the viewinfileexplorer: scheme to open WebDAV URLs in Windows File Explorer.
Use the options below to enable View in File Explorer using group policy or Intune:
- - **To enable by using group policy**:
+- **To enable by using group policy**:
1. Configure Microsoft Edge policy settings by following the steps at [Configure Microsoft Edge policy settings on Windows](/deployedge/configure-microsoft-edge).
- 2. Make sure you've downloaded the Microsoft Edge administrative template at [Download and deploy Microsoft Edge for business](https://www.microsoft.com/edge/business/download) or you may not see the policy listed.
+ 2. Make sure you've downloaded the Microsoft Edge administrative template [based on the operating system version](/troubleshoot/windows-client/group-policy/create-and-manage-central-store#links-to-download-the-administrative-templates-files-based-on-the-operating-system-version) or you may not see the policy listed.
3. Once the template is downloaded, open the Group Policy Object Editor. Right-click **Administrative Templates** in the Computer Configuration or User Configuration node and select **Add/Remove Templates** and browse to the downloaded template.
Use the options below to enable View in File Explorer using group policy or Intu
For more examples, see [ConfigureViewInFileExplorer](/deployedge/microsoft-edge-policies#configureviewinfileexplorer) on Microsoft Edge policy reference.
- - **To enable by using Intune**:
+- **To enable by using Intune**:
Configure Microsoft Edge policy settings by following the steps at [Configure Microsoft Edge policy settings with Microsoft Intune](/deployedge/configure-edge-with-intune).
You may receive this error if this functionality isn't supported in your current
- [Troubleshoot View in File Explorer](/sharepoint/troubleshoot/lists-and-libraries/troubleshoot-issues-using-open-with-explorer) - [Set-SPOTenant](/powershell/module/sharepoint-online/set-spotenant?view=sharepoint-ps&preserve-view=true) - [OneDrive sync reports in the Apps Admin Center](/onedrive/sync-health)-
SharePoint Sharing Reports https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/sharing-reports.md
Last updated 01/25/2024 Title: Report on file and folder sharing in a SharePoint site --++ recommendations: true audience: Admin
SharePoint Turn External Sharing On Or Off https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/turn-external-sharing-on-or-off.md
Last updated 06/19/2023 Title: Manage sharing settings for SharePoint and OneDrive in Microsoft 365 --++ recommendations: true audience: Admin
SharePoint User External Sharing Settings https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/user-external-sharing-settings.md
Last updated 11/08/2023 Title: "Change the external sharing setting for a user's OneDrive" --++ audience: Admin f1.keywords:
SharePoint Drives Used For Sql Databases Are Running Out Of Free Space https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointServer/technical-reference/drives-used-for-sql-databases-are-running-out-of-free-space.md
description: "Learn how to resolve the SharePoint Health Analyzer rule: Drives u
**Rule Name:** Drives used for SQL databases are running out of free space.
- **Summary:** The databases have one or more files that exceed the available free disk drive space. If this happens, operations will fail. A disk drive should have enough free space to allow the largest database file to automatically grow to twice its size.
+ **Summary:** The databases have one or more files that exceed the available free disk drive space. If this happens, operations will fail. A drive should have enough free space for the largest database file on it to autogrow twice. If the largest database file autogrows at 64MB increments, the drive needs 128MB of free space. If the largest database file is 512 GB and it autogrows in 1% increments, the drive needs 10.24 GB of free space.
**Cause:** The databases have large files that may exceed the available free space.