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
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.
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.