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.
2 parents 600b51b + 03106ef commit a7031b6Copy full SHA for a7031b6
docset/windows/pkiclient/import-certificate.md
@@ -61,6 +61,7 @@ This example imports the certificate from the file into the current store.
61
### -CertStoreLocation
62
Specifies the path to the certificate store where the certificates will be imported.
63
If the path to the certificate store is not specified, then the current store is used.
64
+In order to get a list of valid CertStoreLocation values, open Powershell and run "cd cert:". Afterwards type "dir".
65
66
```yaml
67
Type: String
0 commit comments