Powershell password visible as plain text
sdemeyer95 opened this issue · 2 comments
When opening a powershell console session from within Client Center for Configuration Manager to a remote system, my password is logged in plain text. The following command is logged:
"powershell.exe" -NoExit -Command $creds = New-Object System.Management.Automation.PSCredential ('xxxx\My-Admin-Account', (ConvertTo-SecureString 'My Plain Text Password' -AsPlainText -Force));Enter-PSSession computer-name -port 5986 -SessionOption (New-PSSessionOption -NoMachineProfile) -
Can the password be stored encrypted so it does not show up in our log files, in plain text?
I am using Client Center for Configuration Manager 1.0.5.2
Nevermind. This appears to be fixed in the new version.
This is fixed in the new version.