#### 4.2.3.3 Powershell Invoke-Command ``` PS C:\Users\jeff1> Invoke-Command -ComputerName 192.168.19.100 -ScriptBlock {whoami} -credential adtest\administrator ``` ![](images/yushentou/15899756381235.png)