# 【powershell】【橫移】PsExec

```Powershell
# 使用帳密連線至另一主機
.\PsExec64.exe -i  \\WEB04 -u corp\jen -p Nexus123! cmd
```