We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e9181 commit 2fc937dCopy full SHA for 2fc937d
docset/winserver2022-ps/pki/Import-Certificate.md
@@ -31,7 +31,7 @@ The `Import-Certificate` cmdlet imports one or more certificates into a certific
31
```powershell
32
$params = @{
33
FilePath = 'C:\Users\Xyz\Desktop\BackupCert.cer'
34
- CertStoreLocations = 'Cert:\CurrentUser\Root'
+ CertStoreLocation = 'Cert:\CurrentUser\Root'
35
}
36
Import-Certificate @params
37
```
0 commit comments