2017-09-28 11:08:41 +02:00
|
|
|
# PSCredentialStore Module
|
|
|
|
## Description
|
2019-04-29 16:05:43 +02:00
|
|
|
[about_PSCredentialStore](about_PSCredentialStore.md)
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
## PSCredentialStore Cmdlets
|
|
|
|
### [Connect-To](Connect-To.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Connects to the given host using the stored CredentialStoreItem.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Disconnect-From](Disconnect-From.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Terminates a session established with Connect-To using a CredentialStoreItem.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Get-CredentialStore](Get-CredentialStore.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Reads the complete content of the credential store and returns it as a new object.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Get-CredentialStoreItem](Get-CredentialStoreItem.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Returns the Credential from a given remote host item.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
2019-04-29 16:05:43 +02:00
|
|
|
### [Get-CSCertificate](Get-CSCertificate.md)
|
|
|
|
Returns the current used valid PfX certificate.
|
|
|
|
|
|
|
|
### [Import-CSCertificate](Import-CSCertificate.md)
|
|
|
|
Imports a linked certificate to the valid store location.
|
|
|
|
|
|
|
|
### [Import-CSCertificate](Import-CSCertificate.md)
|
|
|
|
Imports a linked certificate to the valid store location.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [New-CredentialStoreItem](New-CredentialStoreItem.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Adds a credential store item containing host, user and password to the given store.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
2019-04-29 16:05:43 +02:00
|
|
|
### [New-CSCertAttribute](New-CSCertAttribute.md)
|
|
|
|
Creates required data for a certificate signing request.
|
|
|
|
|
|
|
|
### [New-CSCertificate](New-CSCertificate.md)
|
|
|
|
Creates a new PFX certificate for the CredentialStore encryption.
|
|
|
|
|
2017-09-28 11:08:41 +02:00
|
|
|
### [Remove-CredentialStoreItem](Remove-CredentialStoreItem.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Remove the given credentials from the credential store.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Set-CredentialStoreItem](Set-CredentialStoreItem.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Changes the credentials for the given remote host in the store.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Test-CredentialStore](Test-CredentialStore.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Returns the credential store state.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
|
|
|
### [Test-CredentialStoreItem](Test-CredentialStoreItem.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Checks if the given RemoteHost identifier combination exists in the credential store.
|
2018-03-09 14:02:51 +01:00
|
|
|
|
2019-04-29 16:05:43 +02:00
|
|
|
### [Test-CSCertificate](Test-CSCertificate.md)
|
|
|
|
Tests if the linked certificate is store ein the specified cert stores.
|
|
|
|
|
2018-03-09 14:02:51 +01:00
|
|
|
### [Test-CSConnection](Test-CSConnection.md)
|
2018-03-21 14:32:32 +01:00
|
|
|
Returns the connection state of a given type to the remote host.
|
2017-09-28 11:08:41 +02:00
|
|
|
|
2019-04-29 16:05:43 +02:00
|
|
|
### [Use-CSCertificate](Use-CSCertificate.md)
|
|
|
|
Links an existing PFX Certificate to a CredentialStore.
|
|
|
|
|