You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solution-guidance/Set-external-sharing-on-site-collections-in-Office-365.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -29,27 +29,27 @@ Verify that your Office 365 subscription allows external sharing. To do this:
29
29
30
30
1. Open your **Office 365 admin center**.
31
31
32
-
2. On the left navigation menu, choose **EXTERNAL SHARING**.
32
+
2. On the left navigation menu, choose **SharePoint**.
33
33
34
-
3.Choose **Sharing Overview**.
34
+
3.On the left navigation menu, choose **Sharing**.
35
35
36
-
4. In **Sites**, ensure that **Let external people access your sites** is **On**.
36
+
4. In **Sharing outside your organization**, ensure that **Allow users to invite and share with authenticated external users** is **On**.
37
37
38
38
Verify your external site settings on your SharePoint site collection. To do this:
39
39
40
40
1. Open your **Office 365 admin center**.
41
41
42
42
2. On the left navigation menu, choose **SharePoint** to open your **SharePoint admin center**.
43
43
44
-
3.Select the check box next to the site collection URL that you want to verify your external sharing settings on.
44
+
3.In the Site Collection List, select the check box next to the site collection URL that you want to verify your external sharing settings on.
45
45
46
46
4. On the ribbon, choose **Sharing**.
47
47
48
48
5. Review your external sharing settings in the **sharing** dialog. After running the code sample, return to the **sharing** dialog to verify that your external sharing settings changed.
49
49
50
50
When you run this code sample, **Main** in Program.cs performs the following tasks:
51
51
52
-
- Gets the Office 365 admin center URL.
52
+
- Gets the SharePoint admin center URL.
53
53
54
54
- Gets the site collection URL to configure external sharing settings on.
0 commit comments