1
00:00:01,440 --> 00:00:02,970
Hey everyone, and welcome.

2
00:00:02,970 --> 00:00:06,960
I hope you are excited to start learning about the PowerShell language.

3
00:00:06,960 --> 00:00:11,440
Let's get started looking how to use PowerShell variables.

4
00:00:11,440 --> 00:00:13,710
The whole point of this course is to get you on the

5
00:00:13,710 --> 00:00:16,560
next part in your PowerShell journey.

6
00:00:16,560 --> 00:00:20,830
I'm assuming you already have been through some of the earlier courses in this

7
00:00:20,830 --> 00:00:26,240
track to know how to install and get started with PowerShell,

8
00:00:26,240 --> 00:00:29,380
so I'm assuming you already know how to run basic and simple commands.

9
00:00:29,380 --> 00:00:33,650
And if you can do that, you are ready to move on to this course.

10
00:00:33,650 --> 00:00:38,110
In order to really take advance of PowerShell and to really,

11
00:00:38,110 --> 00:00:39,990
really learn it, remember, it's a language,

12
00:00:39,990 --> 00:00:45,140
so you need to learn that language if you want to do even more with it.

13
00:00:45,140 --> 00:00:48,880
Variables are a key component of the PowerShell syntax,

14
00:00:48,880 --> 00:00:53,240
and so that's why we need to spend some time looking at how those things work.

15
00:00:53,240 --> 00:00:56,230
If you want to get the most out of this course,

16
00:00:56,230 --> 00:00:59,190
hopefully you will want to follow along.

17
00:00:59,190 --> 00:01:02,990
All you really need is just a Windows 10 Desktop.

18
00:01:02,990 --> 00:01:05,910
Presumably you will have installed PowerShell 7,

19
00:01:05,910 --> 00:01:09,150
whatever the current version is from Microsoft.

20
00:01:09,150 --> 00:01:12,110
I believe I'm using version 7.1.3,

21
00:01:12,110 --> 00:01:15,160
but really, for the fundamentals, it's really not going to

22
00:01:15,160 --> 00:01:17,360
matter that much what version you have,

23
00:01:17,360 --> 00:01:21,520
as long as it's PowerShell 7 something. I encourage you

24
00:01:21,520 --> 00:01:24,250
to grab the course download ZIP file.

25
00:01:24,250 --> 00:01:27,060
Even though I'm going to be walking through a lot of demos,

26
00:01:27,060 --> 00:01:30,950
you may want to run through those demos yourself just

27
00:01:30,950 --> 00:01:32,760
to see what the command look like.

28
00:01:32,760 --> 00:01:36,460
You can copy and paste them from the text file into

29
00:01:36,460 --> 00:01:39,780
PowerShell. Or, as an optional feature,

30
00:01:39,780 --> 00:01:45,290
you can install the free VS Code from Microsoft if you need to or

31
00:01:45,290 --> 00:01:51,110
care to, and then you can open up the demo files in VS Code and then

32
00:01:51,110 --> 00:01:59,000
select the lines that you want to run, press F8, and they will run in the PowerShell terminal in VS Code.

