Bỏ qua để tới nội dung chính
Đăng nhập với Microsoft
Đăng nhập hoặc tạo một tài khoản.
Xin chào,
Chọn một tài khoản khác.
Bạn có nhiều tài khoản
Chọn tài khoản bạn muốn đăng nhập.
Tiếng Anh
Chúng tôi rất tiếc. Bài viết này không có bằng ngôn ngữ của bạn.

If your school wants to turn on parent and guardian access for OneNote Class Notebooks, then Sharing with anonymous users should be turned on for SharePoint Online.

Note: The links generated for OneNote Class Notebooks are view only anonymous guest links.

SharePoint Online has both global (tenant-wide) and site collection settings for external sharing. The tenant-level settings override any settings at the site collection level. For setting up Sharing with anonymous users, both global and site collection settings has to be turned on. See Turn external sharing on or off for SharePoint Online.

Turn on external Sharing for Teams Sites

For Microsoft 365 group sites (including Microsoft Teams), the sites are not listed in the SharePoint Admin Center, Site Management. Thus, the SharePoint Online Management Shell should be used to run Set-SPOSite.

It would be used to change the sharing status of the group site collection to allow sharing with all external users, and by using anonymous access links. See Set-SPOSite.

Example:

Set-SPOSite -Identity https://contososdorg.sharepoint.com/sites/Section_1657 -SharingCapability ExternalUserAndGuestSharing

Enable for Multiple Group sites

For Microsoft 365 group sites (including Microsoft Teams), the sites created do not have sharing with anonymous users turned on by default. Instead of turning it on manually for each site, the powershell script allows setting all the modern groups or Team sites sharing capability to ExternalUserAndGuestSharing in an SPO tenant. This enables the creation of anonymous or guest links, allowing users to view the content without logging in. Complete this step for Class Notebook parent and guardian links to work.

Enable for a single team

  1. To enable Class Notebooks Parent/Guardian access, navigate to the desired team in Microsoft Teams.

  2. Get a link to the Files repository by selecting Files> Get link> SharePoint.

  3. Then Copy the URL listed.

    Click Files, then Get Link, then SharePoint, then Copy
  4. Extract the site URL from the link copied in step 3 (include everything until, but excluding, “Shared Documents”).

  5. Run the following PowerShell cmdlet:

    Set-SPOSite -Identity <SiteURL> -SharingCapability ExternalUserAndGuestSharing

Bạn cần thêm trợ giúp?

Bạn muốn xem các tùy chọn khác?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Thông tin này có hữu ích không?

Điều gì ảnh hưởng đến trải nghiệm của bạn?
Khi nhấn gửi, phản hồi của bạn sẽ được sử dụng để cải thiện các sản phẩm và dịch vụ của Microsoft. Người quản trị CNTT của bạn sẽ có thể thu thập dữ liệu này. Điều khoản về quyền riêng tư.

Cảm ơn phản hồi của bạn!

×