1
00:00:00,640 --> 00:00:05,340
Next, I will create a PS drive that will map to a certificate store.

2
00:00:05,340 --> 00:00:09,380
I'll first open Certificate Manager and show you the path where

3
00:00:09,380 --> 00:00:14,180
we will map this new PS drive. Under User Certificates, we will

4
00:00:14,180 --> 00:00:17,730
navigate to root certificates. Here,

5
00:00:17,730 --> 00:00:22,940
we can see a number of root certificates present in this certificate store.

6
00:00:22,940 --> 00:00:27,340
These certificates should be returned when we run Get‑ChildItem

7
00:00:27,340 --> 00:00:31,860
after we have created the PS drive. I'll quickly run New‑PSDrive

8
00:00:31,860 --> 00:00:35,540
command followed by root parameter.

9
00:00:35,540 --> 00:00:40,300
I'll then enter complete path of RootCA certificate store. In PS

10
00:00:40,300 --> 00:00:47,440
provider, I'll enter certificate and I'll name it as RootCA.

11
00:00:47,440 --> 00:00:51,870
The drive is successfully created. When I run Get‑ChildItem

12
00:00:51,870 --> 00:00:59,000
command, all the certificates that we saw earlier through Certificate Manager snap‑in will be listed here.

