Skip to content

Patch Release

Compare
Choose a tag to compare
@c-wilkinson c-wilkinson released this 16 Mar 14:30

Authenticate no longer takes a username and password string combination, instead expecting a PSCredential. A PSCredential object can be created by running "New-Object System.Management.Automation.PSCredential(yourUsername, yourPassword);". This change was made remove any potential expose of sensitive information outside of the module.