function Start-RDP ($computername) { Start-Process "$env:windir\system32\mstsc.exe" -ArgumentList "/v:$computername" }