jayyx2 / WhatsUpGoldPS

WhatsUpGoldPS
Apache License 2.0
4 stars 2 forks source link

Connect-wugserver using -Username and -Password still prompts for credentials #11

Closed ppelletier1 closed 2 weeks ago

ppelletier1 commented 2 weeks ago

Prerequisites

Put an X between the brackets on each line to confirm you have completed them:

Describe the bug When supplying the username and password using the proper parameters, the credential input still pops up.

To Reproduce Steps to reproduce the behavior:

  1. Open Powershell
  2. Type command "connect-wugserver -protocol https -serverUri fqdnofserver -Username "username" -Password "password"
  3. Prompt appears for username and password even though already supplied

Expected behavior Should connect to WhatsUp Gold server without prompting for credentials.

System Details

ppelletier1 commented 2 weeks ago

Fixed with latest version! Thanks!