Tips & Tricks

Powershell

From command line

powershell -command "Test-NetConnection 10.20.30.40 -port 10001"

Or <!–

Source - https://superuser.com/a/1815230

Posted by sionta, modified by community. See post ‘Timeline’ for change history

Retrieved 2026-03-10, License - CC BY-SA 4.0

–>

powershell -command "& {git clone $(Get-Clipboard)} %*"

Source: [·} Superuser