{"id":14064157,"url":"https://github.com/graememeyer/PS.CredentialManager","last_synced_at":"2025-07-29T17:32:21.389Z","repository":{"id":221837245,"uuid":"290198431","full_name":"graememeyer/PS.CredentialManager","owner":"graememeyer","description":"This is a fork of Theo Hardendood's bitbucket.org/metisit/credentialmanager","archived":false,"fork":false,"pushed_at":"2021-02-27T10:57:40.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-23T00:31:51.420Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graememeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-25T11:37:37.000Z","updated_at":"2024-08-13T07:06:15.413Z","dependencies_parsed_at":null,"dependency_job_id":"a9b645aa-7ef4-4dac-8e1c-60d1c4902171","html_url":"https://github.com/graememeyer/PS.CredentialManager","commit_stats":null,"previous_names":["graememeyer/ps.credentialmanager"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graememeyer%2FPS.CredentialManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graememeyer%2FPS.CredentialManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graememeyer%2FPS.CredentialManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graememeyer%2FPS.CredentialManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graememeyer","download_url":"https://codeload.github.com/graememeyer/PS.CredentialManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032924,"owners_count":17858917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:03:42.991Z","updated_at":"2024-12-04T02:31:16.729Z","avatar_url":"https://github.com/graememeyer.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# README #\r\n\r\nA credential manager module for PowerShell. Securely stores and retrieves credentials using the Windows Data Protection API (DPAPI).\r\n\r\nThis module contains the Get-StoredCredentials cmdlet - use this cmdlet to securely store credentials used by your script. The cmdlet has inline documentation. \r\n\r\n# Installation \r\nThis module is now hosted in the [PowerShell Gallery](https://www.powershellgallery.com/packages/PS.CredentialManager/), so to install it you just need to use:\r\n``` PowerShell\r\nInstall-Module -Name PS.CredentialManager\r\n```\r\n\r\nYou can also download it directly from this GitHub repository, and then import the module manually with: \r\nTo use use it, start PowerShell and type:\r\n``` PowerShell\r\nImport-Module PS.CredentialManager.psm1\r\n```\r\n\r\n# Usage\r\n## Example 1\r\n``` PowerShell\r\n$cred = Get-StoredCredential -Name vCenter\r\n```\r\nRead credential for vCenter and return as PSCredential object. The cmdlet will prompt for username and password if the credential cannot be read.\r\n\r\n\r\n## Example 2\r\n``` PowerShell\r\n$cred = Get-StoredCredential -Name JustAName -UserName 'Administrator'\r\n```\r\nIf it must ask for a new credential, the user name field will be filled in as a suggestion.\r\n    \r\n## Help and Additional Examples\r\nTo get help, including additonal examples, type:\r\n```PowerShell\r\nGet-Help Get-StoredCredential -Detailed\r\n```\r\n\r\n# Version History:\r\n1.2 - 2022-02-27 - Fixed name regex. Added \"-\" char at least.\r\n\r\n1.1 - 2020-09-02 - [@GraemeMeyer](https://github.com/GraemeMeyer) forks the project. - Graeme Meyer  \r\n    - Minor changes including relocating the credential store to the UserProfile to avoid problems with  \r\n    corporate OneDrives.  \r\n    - Creation of the .psd1 manifest in preparation for upload to the PowerShell Gallery.  \r\n    - Code formatting to align with my preferences.  \r\n    - Refined the in-line documentation and README\r\n\r\n1.0 - 06-07-2016 - Initial release - Theo Hardendood, Metis IT B.V.  \r\n\r\n# Credit and Authorship\r\nThis module was forked, modified and distributed with the kind permission of it's original author, Theo Hardendood.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraememeyer%2FPS.CredentialManager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraememeyer%2FPS.CredentialManager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraememeyer%2FPS.CredentialManager/lists"}