1
00:00:00,940 --> 00:00:02,980
As you've seen, PowerShell modules are an

2
00:00:02,980 --> 00:00:05,320
appealing way for authors of code to

3
00:00:05,320 --> 00:00:07,570
deliver their commands to users, such as

4
00:00:07,570 --> 00:00:09,780
yourself, and they make it really easy to

5
00:00:09,780 --> 00:00:12,150
consume and work with. You saw that a

6
00:00:12,150 --> 00:00:14,000
PowerShell module, in its most simple

7
00:00:14,000 --> 00:00:16,280
form, is really just a set of commands

8
00:00:16,280 --> 00:00:18,690
packaged up as one entity, and all

9
00:00:18,690 --> 00:00:20,730
commands inside of that module are

10
00:00:20,730 --> 00:00:23,070
typically related to working with a single

11
00:00:23,070 --> 00:00:26,460
platform, system, or service. You're now

12
00:00:26,460 --> 00:00:28,660
aware of the PSModulePath and its

13
00:00:28,660 --> 00:00:30,480
importance when working with PowerShell

14
00:00:30,480 --> 00:00:33,120
modules. If you only take one thing away

15
00:00:33,120 --> 00:00:34,890
from this module, it should be that the

16
00:00:34,890 --> 00:00:37,650
paths in the PSModulePath variable are

17
00:00:37,650 --> 00:00:40,210
where modules are located by default, and

18
00:00:40,210 --> 00:00:41,820
you get benefits from storing modules

19
00:00:41,820 --> 00:00:44,180
here, such as the ease of importing and

20
00:00:44,180 --> 00:00:47,300
auto‑loading. Speaking of importing, you

21
00:00:47,300 --> 00:00:49,280
also explored how to import PowerShell

22
00:00:49,280 --> 00:00:51,720
modules into the current session, both by

23
00:00:51,720 --> 00:00:54,600
using a name and a path to a module, and

24
00:00:54,600 --> 00:00:56,880
then saw firsthand how the auto‑import

25
00:00:56,880 --> 00:01:00,080
works. The commands inside of a module are

26
00:01:00,080 --> 00:01:01,610
what you'll end up running both

27
00:01:01,610 --> 00:01:03,650
interactively and inside any scripts that

28
00:01:03,650 --> 00:01:05,510
you build, and you worked with several

29
00:01:05,510 --> 00:01:07,690
methods for identifying and filtering

30
00:01:07,690 --> 00:01:09,710
which commands are included inside of the

31
00:01:09,710 --> 00:01:12,970
module. With that said, we aren't stopping

32
00:01:12,970 --> 00:01:15,310
there. Coming up in the next and final

33
00:01:15,310 --> 00:01:17,450
module of this course, you'll learn how to

34
00:01:17,450 --> 00:01:19,590
manage PowerShell modules, including

35
00:01:19,590 --> 00:01:21,630
installing new modules from the PowerShell

36
00:01:21,630 --> 00:01:24,550
Gallery, to make many, many more commands

37
00:01:24,550 --> 00:01:27,370
available to you right at your fingertips.

38
00:01:27,370 --> 00:01:29,590
You'll learn about updating, removing, and

39
00:01:29,590 --> 00:01:32,000
uninstalling modules, and in the theory

40
00:01:32,000 --> 00:01:34,040
component of the module, you'll understand

41
00:01:34,040 --> 00:01:36,390
the concepts around package managers and

42
00:01:36,390 --> 00:01:38,930
repositories. It's going to be a lot of

43
00:01:38,930 --> 00:01:41,100
fun, and it builds a lot on the concepts

44
00:01:41,100 --> 00:01:45,000
you've just learned in this module. I hope to see you there.

