Announcement

Collapse
No announcement yet.

Report of file in C:\Documents and Settings\All Users\My Documents. for all workstati

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Report of file in C:\Documents and Settings\All Users\My Documents. for all workstati

    Need a report that will show if there are any files is the C:\Documents and Settings\All Users\My Documents for all workstations on the resourse domain.



    [This message has been edited by gale4s (edited 06-05-2002).]

  • #2
    Re: Report of file in C:\Documents and Settings\All Users\My Documents. for all workstati

    i have the same problem...

    Comment


    • #3
      Re: Report of file in C:\Documents and Settings\All Users\My Documents. for all workstati

      Same problem here, anyone know if this can be done?

      Comment


      • #4
        Re: Report of file in C:\Documents and Settings\All Users\My Documents. for all workstati

        You should be able to use either a Custom Tool or the Generate Macro function for this.

        The syntax for a Custom Tool would be something like:

        cmd.exe /x /c "dir \\%E%\c$\Documents and Settings\All Users\My Documents\*.*" /s >>c:\out.txt

        To run it you would select the computers you want to search in Hyena's right window, right-click and choose Tools, then the tool you created. When this runs you will have an output file called c:\out.txt that you can look through to see what is in that directory and subdirectories.

        Comment

        Working...
        X