PSCredentialStore
PSCredentialStore copied to clipboard
:closed_lock_with_key: A simple credential manager to store and reuse multiple PSCredential objects.
#### :book: Summary #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] Tested via Drone.io pipeline - [ ] Custom test - [...
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.
…tialStore doesn't exist.
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 =...
Restrict the optional required modules by specific versions. Otherwise we ran into problems like in #27.
## 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....
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 -...