# RPC
WMIC /node:SERVER1 process call create ‘powershell.exe’
# WinRM
winrs -r:SERVER1 powershell.exe
# Systernals
psexec //SERVER1 powershell.exe
Windows | Linux | Database | Networking | Nerd Stuff
# RPC
WMIC /node:SERVER1 process call create ‘powershell.exe’
# WinRM
winrs -r:SERVER1 powershell.exe
# Systernals
psexec //SERVER1 powershell.exe