# RPC
WMIC /node:SERVER1 process call create ‘powershell.exe’
# WinRM
winrs -r:SERVER1 powershell.exe
# Systernals
psexec //SERVER1 powershell.exe
Categories:
# RPC
WMIC /node:SERVER1 process call create ‘powershell.exe’
# WinRM
winrs -r:SERVER1 powershell.exe
# Systernals
psexec //SERVER1 powershell.exe