1
00:00:02,942 --> 00:00:05,228
Now that we have seen the theory, let's go

2
00:00:05,228 --> 00:00:09,275
in the lab and see how we can assign site

3
00:00:09,275 --> 00:00:11,656
administrators. We are now in the lab

4
00:00:11,656 --> 00:00:13,692
environment, so let me go to the admin

5
00:00:13,692 --> 00:00:16,669
center. Let's go to Active sites, and

6
00:00:16,669 --> 00:00:21,164
let's use the same hub that we have used

7
00:00:21,164 --> 00:00:24,609
previously as our test site. So, as I

8
00:00:24,609 --> 00:00:26,799
select this site, you will see that I have

9
00:00:26,799 --> 00:00:30,164
Owners in the toolbar. I can change the

10
00:00:30,164 --> 00:00:33,386
primary admin or change admins. Let's

11
00:00:33,386 --> 00:00:36,942
first of all go to Change primary admin.

12
00:00:36,942 --> 00:00:40,371
Let's select John Smith, for example. So

13
00:00:40,371 --> 00:00:43,317
I'll just start searching for John. Select

14
00:00:43,317 --> 00:00:46,942
John Smith, and as you can see, it really

15
00:00:46,942 --> 00:00:50,669
replaced Vlad because we can only have one

16
00:00:50,669 --> 00:00:54,067
single primary admin per site. If I want

17
00:00:54,067 --> 00:00:57,275
to change the other admins, I can go and

18
00:00:57,275 --> 00:01:00,192
change admins, and here I can actually add

19
00:01:00,192 --> 00:01:04,142
more people, so I can also add Ben if I

20
00:01:04,142 --> 00:01:08,085
want to. Let's click on Save. If we go in

21
00:01:08,085 --> 00:01:11,942
the site Settings, where can we see all of

22
00:01:11,942 --> 00:01:14,578
our administrators? I will go in The Hub.

23
00:01:14,578 --> 00:01:17,067
I will wait for the settings wheel to

24
00:01:17,067 --> 00:01:20,942
appear. Then we can go into site Settings

25
00:01:20,942 --> 00:01:24,609
and Site permissions. Let me go into Site

26
00:01:24,609 --> 00:01:29,109
information, go into View old site

27
00:01:29,109 --> 00:01:32,609
settings, and then we have Site collection

28
00:01:32,609 --> 00:01:34,942
administrators over here where I can see

29
00:01:34,942 --> 00:01:37,542
all of the people that have been added as

30
00:01:37,542 --> 00:01:41,275
a site collection admin. So those people

31
00:01:41,275 --> 00:01:43,942
all have the same permissions really;

32
00:01:43,942 --> 00:01:48,033
however, only one of them, in this case it

33
00:01:48,033 --> 00:01:51,386
was John, that is the primary owner. Now

34
00:01:51,386 --> 00:01:54,942
if we want to change it via PowerShell,

35
00:01:54,942 --> 00:01:58,275
what we can do if you want to change the

36
00:01:58,275 --> 00:02:01,942
primary owner of the site, we need to use

37
00:02:01,942 --> 00:02:05,609
the Set-SPOSite PowerShell cmdlet. So if I

38
00:02:05,609 --> 00:02:08,942
want to change it to Ben, I would run a

39
00:02:08,942 --> 00:02:13,192
Set-SPOSite on the site The Hub and set

40
00:02:13,192 --> 00:02:17,192
the new owner to ben@ globomantics.org. If

41
00:02:17,192 --> 00:02:20,142
I simply want to add a user as a site

42
00:02:20,142 --> 00:02:21,942
collection administrator, in this case Ben

43
00:02:21,942 --> 00:02:24,942
will already be one, so let me take

44
00:02:24,942 --> 00:02:28,609
Vanessa Le, I would have to do a

45
00:02:28,609 --> 00:02:31,942
Set-SPOUser, login name vanessa.le @

46
00:02:31,942 --> 00:02:34,275
globomantics.org, IsSiteCollectionAdmin

47
00:02:34,275 --> 00:02:39,124
equal True. Did a small mistake here. Let

48
00:02:39,124 --> 00:02:42,942
me do this like that. Let's resave it, and

49
00:02:42,942 --> 00:02:46,656
let's run this again. And now Vanessa Le

50
00:02:46,656 --> 00:02:49,609
has been added. And if I refresh this

51
00:02:49,609 --> 00:02:51,656
page, I should have Vanessa Le that

52
00:02:51,656 --> 00:02:55,498
appears. It takes a bit of time until it's

53
00:02:55,498 --> 00:02:58,692
shown inside the user interface. Oh, it's

54
00:02:58,692 --> 00:03:01,692
actually here already, there we go, so we

55
00:03:01,692 --> 00:03:04,442
have Vanessa Le that have appeared, and

56
00:03:04,442 --> 00:03:08,142
John Smith was taken away. This is because

57
00:03:08,142 --> 00:03:10,942
John Smith was a site collection admin

58
00:03:10,942 --> 00:03:14,228
because John was an owner. But since John

59
00:03:14,228 --> 00:03:17,760
was not added here and is not an owner

60
00:03:17,760 --> 00:03:20,775
anymore, John has been taken away. This is

61
00:03:20,775 --> 00:03:24,525
it for the demo on how to manage site

62
00:03:24,525 --> 00:03:26,942
owners and site collection administrators

63
00:03:26,942 --> 00:03:30,053
using both PowerShell, as well as the

64
00:03:30,053 --> 00:03:36,000
admin center. Now let's go back to the slides and finish off this module.

