1
00:00:01,110 --> 00:00:02,050
Hey, everyone.

2
00:00:02,050 --> 00:00:05,020
Welcome back to the last part of my course on getting

3
00:00:05,020 --> 00:00:07,180
the most out of PowerShell help.

4
00:00:07,180 --> 00:00:10,690
while you should be able to get a lot of useful information locally,

5
00:00:10,690 --> 00:00:16,340
that is from a PowerShell prompt, there are in fact other ways.

6
00:00:16,340 --> 00:00:19,610
Now PowerShell help can actually be quite rich.

7
00:00:19,610 --> 00:00:25,070
You've seen already that PowerShell help can be updated from online sources.

8
00:00:25,070 --> 00:00:29,110
There is also a provision in PowerShell help to provide a link

9
00:00:29,110 --> 00:00:31,840
to an online version of the help content.

10
00:00:31,840 --> 00:00:34,130
Now this isn't a requirement in PowerShell,

11
00:00:34,130 --> 00:00:37,080
and you'll encounter plenty of help files that don't use it,

12
00:00:37,080 --> 00:00:41,810
but it can be very useful when it is available.

13
00:00:41,810 --> 00:00:43,220
As far as I can tell,

14
00:00:43,220 --> 00:00:47,970
all of the core PowerShell commands from Microsoft have online links.

15
00:00:47,970 --> 00:00:52,050
This is good because often the online source can be updated

16
00:00:52,050 --> 00:00:54,920
without having to wait for the help to be packaged for

17
00:00:54,920 --> 00:00:57,620
downloading when you run update help.

18
00:00:57,620 --> 00:01:01,790
Basically what I'm trying to say is the online help is often the most

19
00:01:01,790 --> 00:01:06,960
current and eventually will be the help that you see locally.

20
00:01:06,960 --> 00:01:08,690
The other thing I want you to know,

21
00:01:08,690 --> 00:01:11,520
and a reason for checking out the online help,

22
00:01:11,520 --> 00:01:15,350
is that PowerShell's help files are all open source.

23
00:01:15,350 --> 00:01:18,970
People like you can post issues against the documentation,

24
00:01:18,970 --> 00:01:22,940
reporting mistakes or making suggestions for additional content,

25
00:01:22,940 --> 00:01:26,730
or because it is open source, anyone, again,

26
00:01:26,730 --> 00:01:30,040
could be you, can submit a pull request and improve the

27
00:01:30,040 --> 00:01:33,500
quality of the help files. Now don't worry, I'm not going to

28
00:01:33,500 --> 00:01:39,000
get into that process in this course, but it is something I wanted you to be aware of.

