Closed Ashwini-Ravi closed 1 year ago
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Code of Conduct
Description
For example: if one runs Stop-CloudComponent with no input one is prompted for:
server: user: password:
The password value should not be echo'd back to the screen in plaintext
Use Case(s)
A user may not want to reveal sensitive credentials during a screen sharing session.
Potential Configuration
Please consider the use of -AsSecureString when reading in the password interactively.
References
No response