Skip to content

Commit 2fc937d

Browse files
authored
Fix typo CertStoreLocations -> CertStoreLocation
1 parent 73e9181 commit 2fc937d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/pki/Import-Certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `Import-Certificate` cmdlet imports one or more certificates into a certific
3131
```powershell
3232
$params = @{
3333
FilePath = 'C:\Users\Xyz\Desktop\BackupCert.cer'
34-
CertStoreLocations = 'Cert:\CurrentUser\Root'
34+
CertStoreLocation = 'Cert:\CurrentUser\Root'
3535
}
3636
Import-Certificate @params
3737
```

0 commit comments

Comments
 (0)