-
Notifications
You must be signed in to change notification settings - Fork 198
Command Execution
Alexander edited this page Aug 23, 2021
·
4 revisions
Synopsis: Execute a command via CreateProcess
Parameters: Command
Optional Parameters: -
Examples:
(Tokens) > Run /Command:cmd.exe
P/Invokes: -
Synopsis: Execute a command via PowerShell Runspace
Parameters: Command
Optional Parameters: -
Examples:
(Tokens) > RunPowerShell /Command:$env:ComputerName
P/Invokes: -