by hegars | Sep 4, 2019 | Debian, Install, Linux, Powershell, Windows
https://aka.ms/pscore6 https://aka.ms/pscore6-docs # Install system components sudo apt-get update sudo apt-get install curl gnupg apt-transport-https # Import the public repository GPG keys curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add...
by hegars | Jun 20, 2018 | Powershell, Windows
Find a process by its name and and kill it Get-Process VLC | Stop-Process
by hegars | Dec 19, 2017 | Network, Powershell, Windows
Running a VPN server via RADIUS that can not send framed routes so had to manually setup split tunnels, so in windows 10 Powershell ROUTE add Set-VpnConnection -ConnectionName "vpn.host.net" -SplitTunneling 1 Add-VpnConnectionRoute -ConnectionName...