You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: