Title:
Allows $PsCredential function to reference UserNamePassword credentials
Created:
1/24/2019 10:47:08 AM by jrasch
Status:
closed on 1/30/2020 12:07:49 PM
Last pulled:
2/4/2020 3:36:46 PM
Description:
Currently, the function arguments are username and password, which requires `$CredentialProperty` on an existing set of credentials. The function should also be able to accept a name of an existing instance of `UserNamePasswordCredentials` and use those as well.