1
00:00:02,489 --> 00:00:04,277
Now that we've seen the theory, let's go

2
00:00:04,277 --> 00:00:06,506
in the lab environment and check out how

3
00:00:06,506 --> 00:00:09,144
we can configure external sharing at the

4
00:00:09,144 --> 00:00:13,315
site collection level. We are now in the

5
00:00:13,315 --> 00:00:15,693
lab environment, and let me open up the

6
00:00:15,693 --> 00:00:19,503
admin center. Go to active sites, and for

7
00:00:19,503 --> 00:00:21,781
this demo, we're going to play with the

8
00:00:21,781 --> 00:00:25,113
Drones at Globomantics site. In order to

9
00:00:25,113 --> 00:00:27,061
change external sharing settings, we have

10
00:00:27,061 --> 00:00:30,205
to select it, and then click on Sharing.

11
00:00:30,205 --> 00:00:33,820
However, the only feature we can actually

12
00:00:33,820 --> 00:00:37,702
configure by using the user interface is

13
00:00:37,702 --> 00:00:39,922
what is the most permissive level that

14
00:00:39,922 --> 00:00:42,846
users can share with; between anyone, new

15
00:00:42,846 --> 00:00:44,836
and existing guest, existing guest only,

16
00:00:44,836 --> 00:00:48,290
and only people in your organization. None

17
00:00:48,290 --> 00:00:51,852
of the other settings are available via

18
00:00:51,852 --> 00:00:55,007
the user interface so what do we do? We

19
00:00:55,007 --> 00:00:57,662
use PowerShell. So let me go in PowerShell

20
00:00:57,662 --> 00:01:00,127
over here. In order to change the

21
00:01:00,127 --> 00:01:04,102
properties at the site level, we use the

22
00:01:04,102 --> 00:01:06,963
Set-SPOSite PowerShell cmdlet, specify the

23
00:01:06,963 --> 00:01:10,313
identity of the site that we want to

24
00:01:10,313 --> 00:01:12,465
modify, and then give it all of the

25
00:01:12,465 --> 00:01:14,524
different parameters that we want to

26
00:01:14,524 --> 00:01:17,249
modify. In this example, I'll set that

27
00:01:17,249 --> 00:01:20,384
first of all the default link permission

28
00:01:20,384 --> 00:01:23,477
is edit, default sharing link type is

29
00:01:23,477 --> 00:01:26,285
internal, sharing capability will be

30
00:01:26,285 --> 00:01:28,223
anonymous, most permissive sharing

31
00:01:28,223 --> 00:01:31,414
capability will be anyone with external

32
00:01:31,414 --> 00:01:35,307
user and guest sharing, and show people

33
00:01:35,307 --> 00:01:39,476
picker suggestions for guest is false. We

34
00:01:39,476 --> 00:01:42,250
can also modify other things in this other

35
00:01:42,250 --> 00:01:46,269
example. I will set the domain allow or

36
00:01:46,269 --> 00:01:49,564
block list. So in order to do that, we

37
00:01:49,564 --> 00:01:52,590
first need to run the Set-SPOSite again

38
00:01:52,590 --> 00:01:54,916
and specify the site that we want to

39
00:01:54,916 --> 00:01:57,081
change the settings on, and then I will

40
00:01:57,081 --> 00:02:00,144
set the sharing domain restriction mode to

41
00:02:00,144 --> 00:02:03,548
allow list, and sharing allowed domain

42
00:02:03,548 --> 00:02:08,122
list only globomantics.org. So this is

43
00:02:08,122 --> 00:02:11,206
really the setting for this specific site

44
00:02:11,206 --> 00:02:14,439
collection. Remember that settings must be

45
00:02:14,439 --> 00:02:17,494
more restrictive than the tenant level

46
00:02:17,494 --> 00:02:22,044
ones, so globomantics.org. So if at the

47
00:02:22,044 --> 00:02:25,226
tenant level you have domain allow list

48
00:02:25,226 --> 00:02:28,476
enabled and globomantics.org is not in

49
00:02:28,476 --> 00:02:31,935
that list, it will not work. However, if

50
00:02:31,935 --> 00:02:34,438
you don't have that allow or block list at

51
00:02:34,438 --> 00:02:37,310
the tenant level, you can set whatever

52
00:02:37,310 --> 00:02:41,749
domain you want at the site level. Now

53
00:02:41,749 --> 00:02:43,815
let's go into, let's first of all refresh

54
00:02:43,815 --> 00:02:46,941
the admin center, see that the change has

55
00:02:46,941 --> 00:02:51,527
been done. Then we will go to Drones at

56
00:02:51,527 --> 00:02:56,839
globomantics.org, go into Sharing, and

57
00:02:56,839 --> 00:02:59,453
we'll see that site content got updated

58
00:02:59,453 --> 00:03:01,563
what can be shared with anyone. However,

59
00:03:01,563 --> 00:03:05,052
all of the other settings, you will only

60
00:03:05,052 --> 00:03:07,886
see them in PowerShell. This is it for

61
00:03:07,886 --> 00:03:10,094
this demo on how to configure external

62
00:03:10,094 --> 00:03:13,737
sharing at the site collection level. Now

63
00:03:13,737 --> 00:03:15,534
let's go back in the slides and take a

64
00:03:15,534 --> 00:03:17,469
look at some scenarios in how we could

65
00:03:17,469 --> 00:03:24,000
configure external sharing for our organization.

