PowerShell / Modules

MIT License
112 stars 25 forks source link

Update documents and fix minor bugs. #6

Closed PaulHigin closed 4 years ago

PaulHigin commented 4 years ago

This PR updates the design document and adds a readme document. It also fixes bugs: a. Fix PowerShell API use to be compatible with Windows PowerShell 5.1. b. Fix Get-Secret to detect correctly PSObject/string type. c. Fix Get-Secret to always convert SecureString to plain text when -AsPlainText is selected.