-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Test-Connection -Quiet not working #10370
Copy link
Copy link
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In PowerShell v5, Test-Connection -Quiet will return True or False, in PowerShell Core 6.2.2, it still returns the entire ping result. In scripts I have that pipe the result to Out-Null, it works fine in v5, but 6.2.2 still outputs data.