ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Folder Monitor and notify

    IT Discussion
    windows administration notifications powershell
    5
    15
    600
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DustinB3403D
      DustinB3403
      last edited by

      I'm trying to come up with a way to monitor a few folders from our file server and to send an email automatically when there are things in them (specifically to get people to act).

      This is on Windows Server 2016, so powershell and scheduled tasks may be my only option.

      Have you guys seen or done anything like this?

      ObsolesceO 1 Reply Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403
        last edited by

        What I'm thinking for the notification would be something along these lines:

        "There are items in <folder> that need to be cleaned up."
        

        Passive aggressive means of getting people to do their jobs. Maybe a daily notification.

        ObsolesceO 1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce @DustinB3403
          last edited by

          @DustinB3403 said in Folder Monitor and notify:

          I'm trying to come up with a way to monitor a few folders from our file server and to send an email automatically when there are things in them (specifically to get people to act).

          This is on Windows Server 2016, so powershell and scheduled tasks may be my only option.

          Have you guys seen or done anything like this?

          Ya scheduled task is the only thing worth your time for something like this. Then if they don't, have the script wipe anything older than a day lol.

          DustinB3403D 1 Reply Last reply Reply Quote 0
          • ObsolesceO
            Obsolesce @DustinB3403
            last edited by

            @DustinB3403 said in Folder Monitor and notify:

            Passive aggressive means of getting people to do their jobs.

            You mean covert aggressive.

            1 Reply Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403 @Obsolesce
              last edited by

              @Obsolesce said in Folder Monitor and notify:

              Then if they don't, have the script wipe anything older than a day lol.

              That part wouldn't fly.

              But it may work to just do the job for them and if it's not the way that they want it well to bad.

              ObsolesceO 1 Reply Last reply Reply Quote 0
              • ObsolesceO
                Obsolesce @DustinB3403
                last edited by

                @DustinB3403 said in Folder Monitor and notify:

                @Obsolesce said in Folder Monitor and notify:

                Then if they don't, have the script wipe anything older than a day lol.

                That part wouldn't fly.

                But it may work to just do the job for them and if it's not the way that they want it well to bad.

                Ya I was kidding.

                If you know where the files are supposed to be, then ya, they don't need to do anything. Maybe an email saying they were too slow to do their work, so they can now find it at X.

                1 Reply Last reply Reply Quote 0
                • black3dynamiteB
                  black3dynamite
                  last edited by

                  What about using File Server Resource Manager?

                  DustinB3403D 1 Reply Last reply Reply Quote 0
                  • DustinB3403D
                    DustinB3403
                    last edited by

                    FileSystemWatcher while functional would just spam the shit out of people, so I don't think that would be a good approach.

                    Funny but not at all good. . .

                    1 Reply Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403 @black3dynamite
                      last edited by

                      @black3dynamite said in Folder Monitor and notify:

                      What about using File Server Resource Manager?

                      Is there some means in there to watch specific folders for additions and then emailing people?

                      black3dynamiteB dbeatoD 2 Replies Last reply Reply Quote 0
                      • DustinB3403D
                        DustinB3403
                        last edited by

                        That may work, but is not currently installed on the server in question.

                        1 Reply Last reply Reply Quote 0
                        • black3dynamiteB
                          black3dynamite @DustinB3403
                          last edited by

                          @DustinB3403 said in Folder Monitor and notify:

                          @black3dynamite said in Folder Monitor and notify:

                          What about using File Server Resource Manager?

                          Is there some means in there to watch specific folders for additions and then emailing people?

                          I have never used this before but there is a file management tasks.

                          1 Reply Last reply Reply Quote 0
                          • dbeatoD
                            dbeato @DustinB3403
                            last edited by

                            @DustinB3403 said in Folder Monitor and notify:

                            @black3dynamite said in Folder Monitor and notify:

                            What about using File Server Resource Manager?

                            Is there some means in there to watch specific folders for additions and then emailing people?

                            You can but it is not meant for that, although you can block what type of files you want. It does notify by email when a trigger is set. I have only set it up for Ransomware prevention and quotas only.

                            1 Reply Last reply Reply Quote 0
                            • IRJI
                              IRJ
                              last edited by

                              Wazuh will do this for you. The configuration is different on windows, but the monitoring is the same.

                              1 Reply Last reply Reply Quote 1
                              • IRJI
                                IRJ
                                last edited by

                                https://documentation.wazuh.com/current/user-manual/capabilities/file-integrity/fim-configuration.html

                                1 Reply Last reply Reply Quote 0
                                • ObsolesceO
                                  Obsolesce
                                  last edited by

                                  A simple scheduled task to run a simple PoSh script would be easiest IMO.

                                  1 Reply Last reply Reply Quote 0
                                  • 1 / 1
                                  • First post
                                    Last post