Updates from: 06/21/2022 01:12:29
Service Microsoft Docs article Related commit history on GitHub Change details
SharePoint Change Your Sharepoint Domain Name https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/change-your-sharepoint-domain-name.md
To cancel a rename that has not started, you can run `Stop-SPOTenantRename`. [Mo
3. Review any third-party apps, custom apps, and scripts that access SharePoint. They might need to be modified to use the new domain.
+> [!IMPORTANT]
+> If you have custom SharePoint Framework solutions that require access to an API, check the API access page in the SharePoint admin center to ensure that the new domain name can be used by SharePoint Framework components.
+ ## Troubleshooting - [Frequently asked questions](/sharepoint/troubleshoot/administration/domain-rename-faq)
SharePoint Control Access From Unmanaged Devices https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/control-access-from-unmanaged-devices.md
To block or limit access to specific sites, follow these steps. If you have conf
To update multiple sites at once, use the following command as an example: ```PowerShell
- Get-SPOSite -IncludePersonalSite $true -Limit all -Filter "Url -like '-my.sharepoint.com/personal/'" | Set-SPOTenant -ConditionalAccessPolicy AllowLimitedAccess
+ Get-SPOSite -IncludePersonalSite $true -Limit all -Filter "Url -like '-my.sharepoint.com/personal/'" | Set-SPOSite -ConditionalAccessPolicy AllowLimitedAccess
```
- This example gets the OneDrive for every user and passes it as an array to Set-SPOTenant to limit access. The initial comma and the parentheses are required for running this cmdlet as a batch request, which is fastest.
+ This example gets the OneDrive for every user and passes it as an array to Set-SPOSite to limit access.
> [!NOTE] > By default, a setting that includes web access allows users to view and edit files in their web browser. To change this, see [Advanced configurations](control-access-from-unmanaged-devices.md#advanced-configurations).
SharePoint Site Permissions https://github.com/MicrosoftDocs/OfficeDocs-SharePoint/commits/public/SharePoint/SharePointOnline/site-permissions.md
description: "Learn about site permissions that you can configure in the SharePo
# Admin center site permissions reference
-On the **Permissions** tab, you can manage permissions for the site and also for any associated Microsoft 365 group or Microsoft Teams team. These roles are specific to the selected site or group and do not give users access to the <a href="https://go.microsoft.com/fwlink/?linkid=2185219" target="_blank">SharePoint admin center</a>.
+On the **Permissions** tab, you can manage permissions for the site and also for any associated Microsoft 365 group or Microsoft Teams team. These roles are specific to the selected site or group and don't give users access to the <a href="https://go.microsoft.com/fwlink/?linkid=2185219" target="_blank">SharePoint admin center</a>.
## Site admins
-Site admins (formerly called site collection administrators) have the highest level of SharePoint permissions. They have the same Full Control permissions of a site owner, plus they can do additional things, such as managing search, the recycle bin, and site collection features. They also have access to any items in the site, including in subsites, even if permissions inheritance has been broken.
+Site admins (formerly called site collection administrators) have the highest level of SharePoint permissions. They have the same Full Control permissions of a site owner, plus they can do more things, such as managing search, the recycle bin, and site collection features. They also have access to any items in the site, including in subsites, even if permissions inheritance has been broken.
-If there is a Microsoft 365 group connected to the site, then group owners are automatically included as site admins and group members are automatically included as site members. Managing site permissions through group membership is recommended over giving people permissions directly to the site. This allows for easier administration and consistent access for users across group resources.
+If there's a Microsoft 365 group connected to the site, then group owners are automatically included as site admins and group members are automatically included as site members. Managing site permissions through group membership is recommended over giving people permissions directly to the site. This method allows for easier administration and consistent access for users across group resources.
### Microsoft 365 group owners
Additional admins are site admins only and can only manage the SharePoint site.
## Site owners
-Site owners have full control of the SharePoint site. If the site has an associated Microsoft 365 group, then group owners are automatically included as site owners. However, people added directly to the site owners group do not have access to the Microsoft 365 group or team unless they are added there directly.
+Site owners have full control of the SharePoint site. If the site has an associated Microsoft 365 group, then group owners are automatically included as site owners. However, people added directly to the site owners group don't have access to the Microsoft 365 group or team unless they are added there directly.
## Site members
-Site members have edit permissions to the SharePoint site and can add and remove files, lists, and libraries. If the site has an associated Microsoft 365 group, then group members are automatically included as site members. However, people added directly to the site members group do not have access to the Microsoft 365 group or team unless they are added there directly.
+Site members have edit permissions to the SharePoint site and can add and remove files, lists, and libraries. If the site has an associated Microsoft 365 group, then group members are automatically included as site members. However, people added directly to the site members group don't have access to the Microsoft 365 group or team unless they are added there directly.
## Site visitors
-Site visitors have view-only permissions to the SharePoint site. This permission level is only used by SharePoint and is not related to permissions in an associated Microsoft 365 group or team.
+Site visitors have view-only permissions to the SharePoint site. This permission level is only used by SharePoint and isn't related to permissions in an associated Microsoft 365 group or team.
+
+> [!NOTE]
+> For information on how to manage Site owners, Site members and Site visitors permission groups, see [Sharing and permissions in the SharePoint modern experience](modern-experience-sharing-permissions.md).
## Additional permissions
There are additional [permission levels](understanding-permission-levels.md) in
[External sharing overview](external-sharing-overview.md)
-[Overview of Microsoft 365 Groups for administrators](/office365/admin/create-groups/office-365-groups)
+[Overview of Microsoft 365 Groups for administrators](/office365/admin/create-groups/office-365-groups)