1
00:00:01,740 --> 00:00:02,680
In this module,

2
00:00:02,680 --> 00:00:06,060
we learned about management tasks that we can perform in

3
00:00:06,060 --> 00:00:08,640
Registry and Certificate provider.

4
00:00:08,640 --> 00:00:11,100
We started off by learning how to enumerate,

5
00:00:11,100 --> 00:00:15,240
or list, registry keys and values using Get‑item,

6
00:00:15,240 --> 00:00:19,440
Get‑ChildItem, and Get‑ItemProperty commands.

7
00:00:19,440 --> 00:00:22,700
We also saw a few parameters like Include,

8
00:00:22,700 --> 00:00:27,740
Exclude, and Recurse, that help us to refine our search.

9
00:00:27,740 --> 00:00:30,590
We saw how to connect to a registry path on remote

10
00:00:30,590 --> 00:00:33,340
computers using Invoke‑Command.

11
00:00:33,340 --> 00:00:36,440
We then saw how to navigate to a registry path.

12
00:00:36,440 --> 00:00:40,860
We then modified the registry keys and values by renaming it using

13
00:00:40,860 --> 00:00:45,360
Rename‑Item and Rename‑ItemProperty command and changed the registry

14
00:00:45,360 --> 00:00:48,440
values using Set‑ItemProperty command.

15
00:00:48,440 --> 00:00:51,970
Later, we cleared registry data using Clear‑Item

16
00:00:51,970 --> 00:00:54,240
and Clear‑ItemProperty commands.

17
00:00:54,240 --> 00:00:58,190
We then saw how to completely wipe off registry keys and properties

18
00:00:58,190 --> 00:01:01,840
using Remove‑item and Remove‑ItemProperty commands.

19
00:01:01,840 --> 00:01:02,720
Lastly,

20
00:01:02,720 --> 00:01:07,470
we navigated into certificate provider and saw a few tasks that we can

21
00:01:07,470 --> 00:01:11,340
perform to manage data and certificate provider.

22
00:01:11,340 --> 00:01:15,140
We saw how to retrieve certificates from certificate stores,

23
00:01:15,140 --> 00:01:19,760
how to retrieve selected certificates based on their properties, and finally we

24
00:01:19,760 --> 00:01:23,740
saw how to delete certificates using Remove‑Item command.

25
00:01:23,740 --> 00:01:24,780
In the next module,

26
00:01:24,780 --> 00:01:28,000
we are going to discuss about environment provider and see

27
00:01:28,000 --> 00:01:30,640
how we can leverage environment variables in our

28
00:01:30,640 --> 00:01:36,000
PowerShell scripts, so stay tuned. See you in the next module.

