Powershell 
- Change screen orientation Powershell shortcut to changing screen orientation.
- Winget WinGet is the Windows Package Manager used to upgrade apps.
- Tail Print the last 30 lines of each FILE to standard output.
From command line
powershell -command "Test-NetConnection 10.20.30.40 -port 10001"
Or
<!–
Source - https://superuser.com/a/1815230
Retrieved 2026-03-10, License - CC BY-SA 4.0
–>
powershell -command "& {git clone $(Get-Clipboard)} %*"
Source:
[·} Superuser