PSCredentialStore/docs/PSCredentialStore.md
Marco Blessing fdc6651588
Publish version 1.0.x (#45)
## About

## Content (Micro Commits)

* fixes #38 
* fixes #44 
* Implement precise lookup hierarchy (fixes #43)
* align pester test with #43 logic
* split cert functions
* use new cert functions for save an lookup
* fix pester tests
* [wip]
* fix var name ref
* fix exports
* fix cert store location for windows shared mode
* fix mandatory params
* fix accidentially removed code block
* add basic cert pester pests
* remove old docs
* update cbh blocks
* update cbh blocks
* update docs
* move .net wrapper forpfx files
* do not export .net wrapper functions
* update docs
* rename tests
* fix private functions location
* - fixes #44: FTP connection
* add link to reference
* add format files
* add preview version shield
* update markdown help files (platyps)
* add emoji images in captions
* fix typos
* fix typos
* fix typo
* prepare version numbers
2019-04-29 16:05:43 +02:00

2.1 KiB

PSCredentialStore Module

Description

about_PSCredentialStore

PSCredentialStore Cmdlets

Connect-To

Connects to the given host using the stored CredentialStoreItem.

Disconnect-From

Terminates a session established with Connect-To using a CredentialStoreItem.

Get-CredentialStore

Reads the complete content of the credential store and returns it as a new object.

Get-CredentialStoreItem

Returns the Credential from a given remote host item.

Get-CSCertificate

Returns the current used valid PfX certificate.

Import-CSCertificate

Imports a linked certificate to the valid store location.

Import-CSCertificate

Imports a linked certificate to the valid store location.

New-CredentialStoreItem

Adds a credential store item containing host, user and password to the given store.

New-CSCertAttribute

Creates required data for a certificate signing request.

New-CSCertificate

Creates a new PFX certificate for the CredentialStore encryption.

Remove-CredentialStoreItem

Remove the given credentials from the credential store.

Set-CredentialStoreItem

Changes the credentials for the given remote host in the store.

Test-CredentialStore

Returns the credential store state.

Test-CredentialStoreItem

Checks if the given RemoteHost identifier combination exists in the credential store.

Test-CSCertificate

Tests if the linked certificate is store ein the specified cert stores.

Test-CSConnection

Returns the connection state of a given type to the remote host.

Use-CSCertificate

Links an existing PFX Certificate to a CredentialStore.