1
00:00:02,632 --> 00:00:06,061
Next up, let's talk about managing

2
00:00:06,061 --> 00:00:08,507
navigation. To have global navigation that

3
00:00:08,507 --> 00:00:11,632
spans multiple sites, you get it done by

4
00:00:11,632 --> 00:00:14,832
joining sites to The Hub. The navigation

5
00:00:14,832 --> 00:00:17,965
management is manual, meaning that for hub

6
00:00:17,965 --> 00:00:20,832
sites you cannot connect it to a managed

7
00:00:20,832 --> 00:00:24,382
metadata term as we could do before. Also,

8
00:00:24,382 --> 00:00:28,882
hub navigation is independent from site

9
00:00:28,882 --> 00:00:32,094
navigation. We will cover how to do it in

10
00:00:32,094 --> 00:00:35,507
the UI in the lab, but you can also manage

11
00:00:35,507 --> 00:00:39,132
it with PowerShell by using the

12
00:00:39,132 --> 00:00:41,632
Add-PnPNavigationNode PowerShell cmdlet,

13
00:00:41,632 --> 00:00:45,786
specifying the location. In my case, if I

14
00:00:45,786 --> 00:00:48,489
want to add it to the global nav, it would

15
00:00:48,489 --> 00:00:51,632
be the top navigation bar. The title, in

16
00:00:51,632 --> 00:00:55,132
this case, Research, as well as the URL of

17
00:00:55,132 --> 00:00:58,775
the site you want to add. As you can see

18
00:00:58,775 --> 00:01:01,632
by the cmdlet, this would be done via the

19
00:01:01,632 --> 00:01:05,632
PnP PowerShell module and not the

20
00:01:05,632 --> 00:01:09,000
Microsoft SharePoint Online PowerShell module.

