Uses of Class
org.metricshub.wmi.remotecommand.WinRemoteCommandExecutor
Packages that use WinRemoteCommandExecutor
-
Uses of WinRemoteCommandExecutor in org.metricshub.wmi.remotecommand
Methods in org.metricshub.wmi.remotecommand that return WinRemoteCommandExecutorModifier and TypeMethodDescriptionstatic WinRemoteCommandExecutor
WinRemoteCommandExecutor.execute
(String command, String hostname, String username, char[] password, String workingDirectory, long timeout, List<String> localFileToCopyList, boolean mergeStdoutStderr) Execute a command on a remote Windows system and return an object with the output of the command.