
On this page you find all important commands for the CLI tool PS. If the
command you are looking for is missing please ask our AI.
PS
List of commands for PS:
-
evil-winrm:tldr:128b9 evil-winrm: Invoke a binary on the host from the `--executables` directory.$ PS > Invoke-Binary ${binary-exe}try on your machineexplain this command
-
evil-winrm:tldr:2a112 evil-winrm: Get a list of loaded PowerShell functions.$ PS > menutry on your machineexplain this command
-
evil-winrm:tldr:92c8d evil-winrm: Upload a file to the host.$ PS > upload ${path-to-local-file} ${path-to-remote-file}try on your machineexplain this command
-
evil-winrm:tldr:eea0b evil-winrm: Load a PowerShell script from the `--scripts` directory.$ PS > ${script-ps1}try on your machineexplain this command