I am trying to run a dumpsec report via command line to view all the shares on a server but the command is not generating the output file. It appears to run in task manager for a few seconds and then ends. Can you tell me what I've done wrong in the command line?
"c:\program files\systemtools\dumpsec.exe" /computer=abcw00 /rpt=shares /saveas=csv /outfile="c:\reports\abcw00Shares.txt"
"c:\program files\systemtools\dumpsec.exe" /computer=abcw00 /rpt=shares /saveas=csv /outfile="c:\reports\abcw00Shares.txt"
Comment