Quiet parameter is not quiet
BassieZ opened this issue · 3 comments
BassieZ commented
BassieZ commented
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.
DarrenWhite99 commented
It returns only a status, which is ideal for scriptmg. Pipe to Out-Null, or assign it to $Null to throw away the status if you like. Darren
-------- Original message --------From: BassieZ ***@***.***> Date: 3/26/21 8:18 AM (GMT-08:00) To: gavsto/AutomateAPI ***@***.***> Cc: Subscribed ***@***.***> Subject: [gavsto/AutomateAPI] Quiet parameter is not quiet (#63)
When using Connect-AutomateAPI -Quiet or connect-ControlAPI -quiet, the output shows "True". So in the end, its not that quiet.
It might be usefull for scripting to make it really quiet.
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.
gavsto commented
Closing this