1
00:00:00,940 --> 00:00:02,390
Welcome back everyone.

2
00:00:02,390 --> 00:00:04,870
This is Jeff Hicks, and I'm excited to show you how

3
00:00:04,870 --> 00:00:07,890
easy it is to install PowerShell 7.

4
00:00:07,890 --> 00:00:10,430
I'm hoping that after this module, you'll realize there's no

5
00:00:10,430 --> 00:00:13,740
reason not to install it and begin playing with it.

6
00:00:13,740 --> 00:00:17,590
Here's a sneak peek of where we are going in this module.

7
00:00:17,590 --> 00:00:20,140
Once installed, this is what it will look like.

8
00:00:20,140 --> 00:00:23,950
You can use the built‑in variable, $PSVersionTable, to

9
00:00:23,950 --> 00:00:26,640
display the current PowerShell version.

10
00:00:26,640 --> 00:00:32,320
You can also see that the command executable for PowerShell 7 is pwsh.exe. Now,

11
00:00:32,320 --> 00:00:32,720
of course,

12
00:00:32,720 --> 00:00:36,220
I realize I haven't taught you anything about PowerShell such as

13
00:00:36,220 --> 00:00:40,200
variables or running commands. You'll eventually learn all of those

14
00:00:40,200 --> 00:00:43,320
things and much more, but for now I'm only giving you some information,

15
00:00:43,320 --> 00:00:47,790
giving you a peek about what it is that we are heading towards. Now, one

16
00:00:47,790 --> 00:00:51,830
of the reasons that PowerShell 7 is so exciting is that it continues to

17
00:00:51,830 --> 00:00:53,940
be an open source project.

18
00:00:53,940 --> 00:00:57,540
You can view all of the source code on GitHub.

19
00:00:57,540 --> 00:01:00,080
If you encounter a problem or have a suggestion,

20
00:01:00,080 --> 00:01:03,140
you can post an issue on the GitHub repository.

21
00:01:03,140 --> 00:01:07,940
In fact, all of the PowerShell documentation and help files are also open source.

22
00:01:07,940 --> 00:01:12,000
Many of the improvements of PowerShell are coming from outside of Microsoft.

23
00:01:12,000 --> 00:01:14,480
Maybe you'll have something to offer as well.

24
00:01:14,480 --> 00:01:19,340
Of course, the exciting thing about PowerShell 7 is that it runs cross platform.

25
00:01:19,340 --> 00:01:22,490
You can install it on Mac or many Linux distributions.

26
00:01:22,490 --> 00:01:24,620
You can even install it on IoT devices.

27
00:01:24,620 --> 00:01:28,130
Here, you can see that PowerShell is running on Linux.

28
00:01:28,130 --> 00:01:32,400
But don't worry, this course is focused on PowerShell 7 on Windows

29
00:01:32,400 --> 00:01:41,000
platforms, I just want to give you a peek about what is possible. Once you learn PowerShell 7, you can use it everywhere.

