I'm trying to get the following executable to run remotely using an action; http://www.nirsoft.net/utils/browsing_history_view.html
It'll get the history of IE 10 and 11, unlike the other Nirsoft utility iehv that has been widely used. Neither program will get IE 10/11 history if run by itself against a computer remotely, but BrowsingHistoryView WILL get IE 10/11 history if run locally using the GUI or command line.
BrowsingHistoryView has command line switches, including a parameter to write the history to a remote share. My goal is to run this .EXE remotely from the command line, and generate the history to a server share using an action.
Here's the problem: If I run this from the command line locally, it works great. But I've had some real trouble getting this to work using psexec or any other way. No matter what I do, I can't get it to run properly at the command line. An example command would be like this;
psexec.exe \\computername cmd /c C:\Path\BrowsingHistoryView.exe /HistorySource 4 /HistorySourceFolder "C:\Users\someuser" /shtml "\\server\sharepath\userhistory.html"
From what I can tell, this does launch but never actually does anything else. If I run it interactively, it seems to try launching the GUI version of the executable but then hangs. I've tried many, many variations of this as well as running a local Powershell script, etc. with no luck. I'm hoping some more experienced Lansweeper users might be able to help.