Executes the specified command on the remote host.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- cmd
- Type: System String
The command to execute.
- resultRegex
- Type: System String
A regular expression to pass to ExtractResults(String, String, String) that identifies group matches of interest.
Return Value
Results from a regular expression match of the command output.Remarks
See Also