gavsto/AutomateAPI

Quiet parameter is not quiet

BassieZ opened this issue · 3 comments

When using Connect-AutomateAPI -Quiet or connect-ControlAPI -quiet, the output shows "True". So in the end, its not that quiet.

image

It might be usefull for scripting to make it really quiet.

Workaround:
I've modified the Connect-AutomateAPI.ps1 and Connect-ControlAPI.ps1 by removing the Else $true part at the end. This result in a clean output.

Closing this