Compare commits
No commits in common. "d4633d4b806b1a601bb7fbe7863426e87cc6e8e0" and "ae62cccfaac0d2a3c3d8b589efd7918c91dd45d4" have entirely different histories.
d4633d4b80
...
ae62cccfaa
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -24,15 +23,7 @@ Defines the certificate related properties for an upcoming New-PfxCertificate ex
|
|||||||
|
|
||||||
### EXAMPLE 1
|
### EXAMPLE 1
|
||||||
```
|
```
|
||||||
$AttribParams = @{
|
New-CSCertAttribute -Country 'DE' -State 'BW' -City 'Karlsruhe' -Organization 'AwesomeIT' -OrganizationalUnitName '' -CommonName 'MyPrivateCert'
|
||||||
Country = 'DE'
|
|
||||||
State = 'BW'
|
|
||||||
City = 'Karlsruhe'
|
|
||||||
Organization ='AwesomeIT'
|
|
||||||
OrganizationalUnitName ='PSCredentialStore'
|
|
||||||
CommonName ='MyPrivateCert'
|
|
||||||
}
|
|
||||||
New-CSCertAttribute @AttribParams
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## PARAMETERS
|
## PARAMETERS
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -124,8 +123,8 @@ Accept wildcard characters: False
|
|||||||
|
|
||||||
### -SkipPFXCertCreation
|
### -SkipPFXCertCreation
|
||||||
You can skip the pfx certificate creation process.
|
You can skip the pfx certificate creation process.
|
||||||
This makes sense if you have a previously created cert
|
This makes sense if you have a previously created cert or want to
|
||||||
or want to import a cert in cross-platform environments.
|
import a cert in cross-platform environments.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Type: SwitchParameter
|
Type: SwitchParameter
|
||||||
@ -140,10 +139,10 @@ Accept wildcard characters: False
|
|||||||
```
|
```
|
||||||
|
|
||||||
### -UseCertStore
|
### -UseCertStore
|
||||||
Instead of using a plain pfx file beside your CredentialStore file you can import it into the user or
|
Instead of using a plain pfx file beside your CredentialStore file you can import it into the user or machine
|
||||||
machine certificate store.
|
certificate store.
|
||||||
In this case the system itself secures the cert and you don't hat to set custom
|
In this case the system itself secures the cert and you don't hat to set custom NTFS
|
||||||
NTFS permissions so secure your shared certificate.
|
permissions so secure your shared certificate.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
Type: SwitchParameter
|
Type: SwitchParameter
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
Module Guid: 6800e192-9df8-4e30-b253-eb2c799bbe84
|
Module Guid: 6800e192-9df8-4e30-b253-eb2c799bbe84 6800e192-9df8-4e30-b253-eb2c799bbe84
|
||||||
Download Help Link: {{ Update Download Link }}
|
Download Help Link: {{ Update Download Link }}
|
||||||
Help Version: {{ Update Help Version }}
|
Help Version: {{ Please enter version of help manually (X.X.X.X) format }}
|
||||||
Locale: en-US
|
Locale: en-US
|
||||||
---
|
---
|
||||||
|
|
||||||
# PSCredentialStore Module
|
# PSCredentialStore Module
|
||||||
## Description
|
## Description
|
||||||
See global Readme file for usage instructions.
|
{{ Fill in the Description }}
|
||||||
|
|
||||||
## PSCredentialStore Cmdlets
|
## PSCredentialStore Cmdlets
|
||||||
### [Connect-To](Connect-To.md)
|
### [Connect-To](Connect-To.md)
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -28,12 +27,6 @@ Use this cmdlet for basic checks with a single item.
|
|||||||
Check the item first with this function before
|
Check the item first with this function before
|
||||||
you try to interact with it.
|
you try to interact with it.
|
||||||
|
|
||||||
> :bulb: Breaking Change for \`v1.1.0+\`:
|
|
||||||
>
|
|
||||||
> Test-CredentialStoreItem will return \`$false\` even if the store doesn't exist.
|
|
||||||
> We removed the terminating
|
|
||||||
> error and replaced it with a warning message.
|
|
||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
|
|
||||||
### EXAMPLE 1
|
### EXAMPLE 1
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
external help file: ModuleRoot-help.xml
|
external help file: PSCredentialStore-help.xml
|
||||||
Module Name: PSCredentialStore
|
Module Name: PSCredentialStore
|
||||||
online version:
|
|
||||||
schema: 2.0.0
|
schema: 2.0.0
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -7,10 +7,6 @@ function Test-CredentialStoreItem {
|
|||||||
Use this cmdlet for basic checks with a single item. Check the item first with this function before
|
Use this cmdlet for basic checks with a single item. Check the item first with this function before
|
||||||
you try to interact with it.
|
you try to interact with it.
|
||||||
|
|
||||||
Breaking Change for `v1.1.0+`:
|
|
||||||
Test-CredentialStoreItem will return `$false` even if the store doesn't exist. We removed the terminating
|
|
||||||
error and replaced it with a warning message.
|
|
||||||
|
|
||||||
.PARAMETER Path
|
.PARAMETER Path
|
||||||
Define a custom credential store you try to read from. Without the `-Path` parameter
|
Define a custom credential store you try to read from. Without the `-Path` parameter
|
||||||
`Test-CredentialStoreItem` tries to read from the default private store.
|
`Test-CredentialStoreItem` tries to read from the default private store.
|
||||||
@ -92,10 +88,10 @@ function Test-CredentialStoreItem {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$MsgParams = @{
|
$MsgParams = @{
|
||||||
|
ErrorAction = 'Stop'
|
||||||
Message = "The given credential store ({0}) does not exist!" -f $Path
|
Message = "The given credential store ({0}) does not exist!" -f $Path
|
||||||
}
|
}
|
||||||
Write-Warning @MsgParams
|
Write-Error @MsgParams
|
||||||
return $false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user