1
00:00:00,340 --> 00:00:01,640
Now in summary,

2
00:00:01,640 --> 00:00:05,300
we reviewed the PowerShell execution policies that exist

3
00:00:05,300 --> 00:00:08,740
within Windows and within PowerShell.

4
00:00:08,740 --> 00:00:11,840
We then reviewed the execution policy precedence,

5
00:00:11,840 --> 00:00:14,880
and we understood that it starts at the process and then

6
00:00:14,880 --> 00:00:17,940
ultimately defaults to restricted, if needed.

7
00:00:17,940 --> 00:00:21,090
We then understood the purpose of the PowerShell scope,

8
00:00:21,090 --> 00:00:25,240
as in where we can associate an execution policy.

9
00:00:25,240 --> 00:00:29,020
And then we lastly looked at setting execution policies at

10
00:00:29,020 --> 00:00:34,840
the various layers. Up next, we'll be controlling the flow

11
00:00:34,840 --> 00:00:36,700
of a PowerShell function,

12
00:00:36,700 --> 00:00:48,000
where we'll focus on how we run functions and specific types of code to make it flow into a full script that we can actually execute.

