Skip to content

Commit ee88fe1

Browse files
authored
Merge pull request MicrosoftDocs#3562 from tdurk93/patch-1
Fix typo CertStoreLocations -> CertStoreLocation
2 parents f896bcb + 2a7960c commit ee88fe1

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)