Prerequisites
Links
Summary
Cmdlet documents along with Set-ScheduledTask, should include a warning that it is not safe to handle plaintext passwords in scripts for the same reason that the legacy executable RunAs doesn't support providing a password via the command line and also knowing that even handling passwords with a SecureString in a script is already considered unsecure and a warning for that does exist for a cmdlet document as Send-MailMessage
See also PowerShell issues: #16502 and #26366
Details
No response
Suggested Fix
No response
Prerequisites
Get-Foocmdlet" instead of "Typo."Links
Summary
Cmdlet documents along with
Set-ScheduledTask, should include a warning that it is not safe to handle plaintext passwords in scripts for the same reason that the legacy executableRunAsdoesn't support providing a password via the command line and also knowing that even handling passwords with aSecureStringin a script is already considered unsecure and a warning for that does exist for a cmdlet document asSend-MailMessageSee also PowerShell issues: #16502 and #26366
Details
No response
Suggested Fix
No response