Patch Release
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.