p0dalirius/LDAPmonitor

[enhancement] Can you add a function to save monitored files based on date?

alpha302 opened this issue · 1 comments

As the administrator of the domain control, I can use LDAPmonitor to view some changes in the domain, but the |tee result.txt I use is too large. Is it possible to add a function to save logs in the program?

Hi,

Which version are you using? (Powershell, CSharp, python)

In powershell -LogFile:

Write-Host " -LogFile : Log file to save output to."

In python --logfile:

parser.add_argument("-l", "--logfile", dest="logfile", type=str, default=None, help="Log file to save output to.")

In CSharp:
Not implemented yet, sorry i will add it.

Best regards,