This repository was archived by the owner on Sep 4, 2025. It is now read-only.
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.