1
00:00:01,040 --> 00:00:04,090
The last thing I want to show you is how to use and

2
00:00:04,090 --> 00:00:06,880
access the about topics in PowerShell.

3
00:00:06,880 --> 00:00:12,120
They're a very useful tool for getting information about how PowerShell works.

4
00:00:12,120 --> 00:00:15,290
Let's say that you want to know about aliases in PowerShell.

5
00:00:15,290 --> 00:00:20,270
So you can ask PowerShell, hey, help with alias as the text you're looking for.

6
00:00:20,270 --> 00:00:24,710
You could put it in wild cards if you want, and we get our listing there.

7
00:00:24,710 --> 00:00:28,350
I can see that there are two about topics there at the end.

8
00:00:28,350 --> 00:00:30,310
Let's look at that about_Aliases.

9
00:00:30,310 --> 00:00:36,640
So to help about_Aliases, and this now brings up the help topic.

10
00:00:36,640 --> 00:00:38,780
Help topics generally follow this format.

11
00:00:38,780 --> 00:00:43,130
There'll be a short description, think of it like a synopsis, if you will.

12
00:00:43,130 --> 00:00:46,500
Then there'll be a longer description, and you can page through,

13
00:00:46,500 --> 00:00:51,440
and you may see additional subheadings like BUILT‑IN ALIASES here,

14
00:00:51,440 --> 00:00:53,590
and ALIAS CMDLETS, and so on,

15
00:00:53,590 --> 00:00:57,340
but there's lots of information here that you can scroll through

16
00:00:57,340 --> 00:01:00,390
and read to learn about a particular topic,

17
00:01:00,390 --> 00:01:02,750
such as aliases, or switches, or if statements,

18
00:01:02,750 --> 00:01:07,070
or all sorts of things that you can find in PowerShell.

19
00:01:07,070 --> 00:01:12,110
If you scroll all the way through to the end, you'll see some links there.

20
00:01:12,110 --> 00:01:16,960
Now they're links only in the sense that you can do help about_profiles,

21
00:01:16,960 --> 00:01:19,490
or _providers, or the command list here,

22
00:01:19,490 --> 00:01:24,090
so you do help New‑Alias, if you want to see how to create a new alias.

23
00:01:24,090 --> 00:01:28,820
All the about topics all start with about_,

24
00:01:28,820 --> 00:01:30,210
and then if you want to see all of them,

25
00:01:30,210 --> 00:01:32,280
let's just put in a wildcard there,

26
00:01:32,280 --> 00:01:37,400
and as you install additional modules or install other products,

27
00:01:37,400 --> 00:01:39,510
you might get additional about topics,

28
00:01:39,510 --> 00:01:43,240
so your list may vary from what I have here,

29
00:01:43,240 --> 00:01:46,840
but you can see there's lots of topics there that you can go through,

30
00:01:46,840 --> 00:01:52,600
and you can read about and learn lots of things about PowerShell.

31
00:01:52,600 --> 00:01:53,190
Now remember,

32
00:01:53,190 --> 00:01:56,500
I showed you a little bit ago the ShowWindow, this also works for

33
00:01:56,500 --> 00:02:02,270
the about topics, may not always pop up. So here is the about topic,

34
00:02:02,270 --> 00:02:06,380
it makes it a little bit easier sometimes to read, again you can

35
00:02:06,380 --> 00:02:08,820
scroll through and look at this.

36
00:02:08,820 --> 00:02:13,680
You may occasionally see some texts that's a little garbled or mangled,

37
00:02:13,680 --> 00:02:16,300
again there's really nothing you can do about that.

38
00:02:16,300 --> 00:02:21,630
That's just an artifact from the help file itself.

39
00:02:21,630 --> 00:02:27,250
Alright, so let's close that. That is kind of a quick look at the about topics.

40
00:02:27,250 --> 00:02:30,590
One thing about the about topics I'll show you here is that

41
00:02:30,590 --> 00:02:33,760
they are, Tab completion does work for them.

42
00:02:33,760 --> 00:02:38,600
So if I do help about_S, and now hit Tab,

43
00:02:38,600 --> 00:02:44,460
it will cycle through and show me all of the about topics. So that can also be a

44
00:02:44,460 --> 00:02:48,690
helpful little trick in your PowerShell tool belt. Alright,

45
00:02:48,690 --> 00:02:53,270
I think that gives us a good handle on using the help system,

46
00:02:53,270 --> 00:03:03,000
updating it, finding help using the help function, or get help, the about topics. Let's go back to the slides and wrap up this module.

