Message: File 'PSPasswordGenerator.psm1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead. We're building the password ...
Within the ObjectConverter.ConvertTo method, there is logic intended to leverage registered TypeConverters to convert from a source type to a target type: var ...