1
00:00:00,880 --> 00:00:01,730
Hello everyone,

2
00:00:01,730 --> 00:00:05,960
and welcome to my Pluralsight course on Installing and Running PowerShell.

3
00:00:05,960 --> 00:00:07,110
My name is Jeff Hicks,

4
00:00:07,110 --> 00:00:11,340
and I'm a longtime Pluralsight author, PowerShell advocate, and teacher.

5
00:00:11,340 --> 00:00:15,380
You've probably seen some of my other PowerShell‑related classes in the library,

6
00:00:15,380 --> 00:00:18,160
but this course is based on PowerShell 7,

7
00:00:18,160 --> 00:00:20,170
which, as you'll see, it's a bit different than the

8
00:00:20,170 --> 00:00:23,140
PowerShell you may have been used to in the past.

9
00:00:23,140 --> 00:00:26,140
This module assumes that you are new to PowerShell or

10
00:00:26,140 --> 00:00:28,440
wondering what all the fuss is about.

11
00:00:28,440 --> 00:00:31,040
So let's dive into this so that you can appreciate what

12
00:00:31,040 --> 00:00:34,240
PowerShell is and why it should matter to you.

13
00:00:34,240 --> 00:00:39,540
PowerShell is, at its most essential, a command‑line driven management shell.

14
00:00:39,540 --> 00:00:42,550
You type a command to get information or to get things done.

15
00:00:42,550 --> 00:00:45,940
Don't worry if you don't understand what you see here on the slide.

16
00:00:45,940 --> 00:00:47,610
If you stick with learning PowerShell,

17
00:00:47,610 --> 00:00:51,640
this will all make sense, and you'll realize how easy it really is.

18
00:00:51,640 --> 00:00:54,850
Even though the _____ I'm typing here looks complicated,

19
00:00:54,850 --> 00:00:57,570
it's getting me the install operating system from three

20
00:00:57,570 --> 00:01:00,540
servers and then showing me how long they have been

21
00:01:00,540 --> 00:01:02,840
running. And none of this is scripting.

22
00:01:02,840 --> 00:01:05,480
This is PowerShell in action.

23
00:01:05,480 --> 00:01:09,940
In fact, today's PowerShell version 7 also runs cross‑platform.

24
00:01:09,940 --> 00:01:15,340
I can even remotely connect using SSH and either run commands or

25
00:01:15,340 --> 00:01:18,840
enter an interactive, remote PowerShell session.

26
00:01:18,840 --> 00:01:26,000
In this example, wilma is an Ubuntu‑based machine. This is most definitely not the PowerShell you may have grown up with.

