Wednesday, May 16, 2018

Infosec quotes - Powershell winrm invoke command

PowerShell Invoke-Command can be used for command execution over the WinRM service.
Invoke-Command -ComputerName TARGET -ScriptBlock { dir c:\ }

No comments:

Post a Comment