(imported topic written by dgibson91)
Using psexec from Sysinternals’
PStools
, you can easily open a cmd prompt on a remote client from the Console PC:
You can easily modify this to use psexec to run any command on the remote machine.
Windows Registry Editor Version 5.00
HKEY_CURRENT_USER\Software\BigFix\Enterprise Console\Settings\ComputerListContextMenuExtensions\cmdprompthere
“MenuDisplayName”="&Command Prompt Here"
“ShellCommandRelevance”="“psexec.exe \\” & (value of property results whose (name of property of it = “IP Address” ) of current computer) & " cmd""
“MaxComputerSetSize”=dword:00000005
“ComputerApplicabilityRelevance”="( exists property result whose (name of property of it = “OS” AND value of it contains “Win” ) of current computer )"