PSCredentialStore icon indicating copy to clipboard operation
PSCredentialStore copied to clipboard

:closed_lock_with_key: A simple credential manager to store and reuse multiple PSCredential objects.

Results 10 PSCredentialStore issues
Sort by recently updated
recently updated
newest added

#### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [...

enhancement

Implement a Connect-To-Provider for CiscoUcsCentral. Which is basically the same as Connect-To -Type CiscoUcs, but uses a different Cmdlet.

Fixes Connect-To for the provider CiscoUcs. Up till now, this was no longer working. Adding -NotDefault to the parameters of the command, it is back to working condition.

Test-CredentialStoreItem throws and terminating error, even if -ErrorAction 'SilentlyContinue' is passed. Proposed fix in PR #51

General --------- Add another connection type called WSUS. Should simplify connecting and working with a remote WSUS instance. Snippets ---------- ```powershell [void][reflection.assembly]::LoadWithPartialName("Microsoft.UpdateServices.Administration") $ServerName = "XXXX" $useSecureConnection = $false $portNumber =...

enhancement

Restrict the optional required modules by specific versions. Otherwise we ran into problems like in #27.

enhancement

## Background Currently we can manage these types of CredentialStores: - private - shared - custom (- path) In some cases the stored CredentialSotoreItems with its identifiers could be identical....

enhancement

Should use platyPS for: - Wirte about page in markdown - Generate comment help files from comment based help in source files - Generate markdown page with all cmdlets -...

enhancement
meta
docs