This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Description
This one is up for discussion. I removed the -Credentials parameter from the cmdlets that execute a login to the FA (except for the one cmdlet that needs two sets of credentials). Instead, I added a global $Creds variable that can be defined for use with all the cmdlets in a single PoSH session.
Should those cmdlets have that param? Or is a global a better option? Or is both the answer?