Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Running SDU remotely

Hi all,

Anyone aware if it is possible to collect SDU logs remotely without having to disturb users and remoting onto endpoints?

Sophos Support can't seem to do much [in my experience] without the SDU log files...

I'm trying to find a way where I can supply support the SDU log files at the point of logging the call....as opposed to support taking a day or so to ask you for the SDU logs.

Thanks.



This thread was automatically locked due to age.
Parents
  • I use psexec to open a remote command shell and from there the below commands will kick off an SDU collection in a custom folder.

     

    On Prem (SEC managed)
    psexec \\*workstation* cmd
    cd c:\programdata\sophos\autoupdate\cache\savxp\diagnose\
    sducli.exe -sysinfo -sophos -logdir=c:\programdata\sophos\sduOutput\


    Central
    psexec \\*workstation* cmd
    cd c:\programdata\sophos\autoupdate\cache\decoded\sdu
    sducli.exe -sysinfo -sophos -logdir=c:\programdata\sophos\sduOutput\

Reply
  • I use psexec to open a remote command shell and from there the below commands will kick off an SDU collection in a custom folder.

     

    On Prem (SEC managed)
    psexec \\*workstation* cmd
    cd c:\programdata\sophos\autoupdate\cache\savxp\diagnose\
    sducli.exe -sysinfo -sophos -logdir=c:\programdata\sophos\sduOutput\


    Central
    psexec \\*workstation* cmd
    cd c:\programdata\sophos\autoupdate\cache\decoded\sdu
    sducli.exe -sysinfo -sophos -logdir=c:\programdata\sophos\sduOutput\

Children
  • Hello ISRyanB,

    on a decent machine (and especially with Central that has a longer updating interval) SDU might complete before the next update check. But otherwise the cache might be locked (due to the sducli.exe process running from it) and updating fail. As said, I think a copy exists under %ProgramData%, or the diagnose/sdu folder could be copied to a temporary location.

    Christian