1
00:00:01,140 --> 00:00:01,960
Hey, everyone,

2
00:00:01,960 --> 00:00:06,080
and welcome to the next part of your PowerShell journey. With this module,

3
00:00:06,080 --> 00:00:08,920
you'll see how easy it is to find and run PowerShell

4
00:00:08,920 --> 00:00:12,940
commands and start getting things done.

5
00:00:12,940 --> 00:00:14,360
Now before we get too far,

6
00:00:14,360 --> 00:00:16,740
let me give you a quick overview of what you'll need

7
00:00:16,740 --> 00:00:19,040
to get the most out of this course.

8
00:00:19,040 --> 00:00:23,240
You don't really need anything beyond an up‑to‑date Windows 10 desktop.

9
00:00:23,240 --> 00:00:24,740
If you haven't done so already,

10
00:00:24,740 --> 00:00:29,340
you'll want to install the latest stable PowerShell 7 release from GitHub.

11
00:00:29,340 --> 00:00:31,720
I'm not planning on having you do anything drastic,

12
00:00:31,720 --> 00:00:34,470
but to keep things moving along, I'm hoping that you have

13
00:00:34,470 --> 00:00:37,450
administrator access to your desktop and that you can run

14
00:00:37,450 --> 00:00:39,740
an elevated PowerShell session.

15
00:00:39,740 --> 00:00:44,540
I'll be running almost all my demos elevated for the sake of simplicity.

16
00:00:44,540 --> 00:00:46,750
Of course, if you can't or choose not to,

17
00:00:46,750 --> 00:00:49,490
you are welcome to set up your own Windows 10 virtual

18
00:00:49,490 --> 00:00:52,640
machine using whatever technology you'd like.

19
00:00:52,640 --> 00:00:55,740
Or you might even try the Window Sandbox feature,

20
00:00:55,740 --> 00:00:58,330
although this will most likely require you to install

21
00:00:58,330 --> 00:01:00,740
PowerShell 7 every time you start it up.

22
00:01:00,740 --> 00:01:03,340
But you have some options.

23
00:01:03,340 --> 00:01:04,200
As I mentioned,

24
00:01:04,200 --> 00:01:07,550
I'll have a lot of demos. My demo files are part of

25
00:01:07,550 --> 00:01:09,090
the course material download,

26
00:01:09,090 --> 00:01:11,450
which you should be able to get from this course's

27
00:01:11,450 --> 00:01:14,140
web page in the Pluralsight app.

28
00:01:14,140 --> 00:01:15,760
Now if you want to try the commands,

29
00:01:15,760 --> 00:01:19,320
open the files in a script editor like VS Code. Now I've

30
00:01:19,320 --> 00:01:22,060
annotated the files with comments, making them easier for

31
00:01:22,060 --> 00:01:25,320
you to use. One important note.

32
00:01:25,320 --> 00:01:28,540
The files are not script files that you run.

33
00:01:28,540 --> 00:01:29,160
Instead,

34
00:01:29,160 --> 00:01:32,470
you'll open the file, select the demo line or lines that you

35
00:01:32,470 --> 00:01:35,940
want to run, and then run that selection. Or simply copy and

36
00:01:35,940 --> 00:01:38,140
paste them into your console.

37
00:01:38,140 --> 00:01:45,000
Feel free to pause the course while you go ahead and get everything set up. Ready? All right, let's go.

