Audit directory and searching through the logs for deleted file

Windows Server 2003
I have found article http://whatevernetworks.com/?p=108
And in description of this article is: to found deleted files in auditing directory I have to found event 560.
But I have about 60 000 events.
My file abcd.txt is missing and I have to find who delete it, but I cant click 60 000 times to find it.
Moreover most of that event looks like its objcect open not object deleted.
How to find this particular?
Event Type:    Success Audit
Event Source:    Security
Event Category:    Object Access
Event ID:    560
Date:        2/23/2014
Time:        11:48:00 PM
User:        DOMAIN\user
Computer:    PLWAW1FS00003
Description:
Object Open:
     Object Server:    Security
     Object Type:    File
     Object Name:    E:\Temp\download.domain.com\example.zip
     Handle ID:    1788
     Operation ID:    {0,477992664}
     Process ID:    1692
     Image File Name:    C:\WINDOWS\system32\xcopy.exe
     Primary User Name:    user
     Primary Domain:    DOMAIN
     Primary Logon ID:    (0x0,0x1C7D2FA0)
     Client User Name:    -
     Client Domain:    -
     Client Logon ID:    -
     Accesses:    DELETE
            READ_CONTROL
            WRITE_DAC
            WRITE_OWNER
            SYNCHRONIZE
            ACCESS_SYS_SEC
            ReadData (or ListDirectory)
            WriteData (or AddFile)
            AppendData (or AddSubdirectory or CreatePipeInstance)
            ReadEA
            WriteEA
            ReadAttributes
            WriteAttributes
     Privileges:    SeBackupPrivilege
            SeRestorePrivilege
     Restricted Sid Count:    0
     Access Mask:    0x11F019F
Find fields are: Information/Warning/Error/Succes/Failure
Event source: DS/IIS/LSA etc...
Event ID:
User:
Computer:
Description:
and no filename, or action.
Maybe I can use powershell to search through the logs?

Hi,
You can use Custom View and XML filter to filter specific event logs. Firstly, create a custom view. Then type an XML query to filter by ObjectName (abcd.txt).
For more detailed information, please refer to the article below:
Advanced XML filtering in the Windows Event Viewer
http://blogs.technet.com/b/askds/archive/2011/09/26/advanced-xml-filtering-in-the-windows-event-viewer.aspx
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • When I change the folder for deleted files will files sent there be deleted as well?

    Hello! I selected the tick at forwarding mails. And I also checked (✓) for deleting those mails. In addition I selected to send deleted e-mails to a new folder. Now the name of the new folder is behind the bin symbol (). Will mails in the new folder be deleted after 30 days or will they stay. I want them to stay, so if there is a different way to forwand and mark the mails as read, I would be happy if you could tell me!

    The solutions is either of the following:
    Adobe Lightroom - Find moved or missing files and folders
    Copy the photos back into the exact same folder and folder location that they were in before
    I don't know what you actually did "when I pasted it back" ... but the bigger issue is that you shouldn't be working with these files in your operating system, period. Once you import them into Lightroom, you don't manage these files in your operating system.

  • Log for deleted files

    Is there ay way to check if user delete any files or folders? I mean log in user, it would be perfect if I can (admin) see all deleting action.

    You could also create a wrapper script. And replace /bin/rm with it. So that if a user
    on the system run 'rm' to remove files, the entry would be written to a log file of you
    choice. The following is a quick hack.
    #!/bin/bash
    PS=/bin/ps
    PS_OPTIONS=" -p $$ -o uid=EffectiveUser,user,ruid=RealUserName,ruser,args,uid"
    ECHO=/bin/echo
    RM=/bin/rm.real # The real rm(1) command.
    LOGFILE=/tmp/hold
    ${PS} ${PS_OPTIONS} >> ${LOGFILE}
    ${RM} ${1}
    $ rm testfile1
    $ cat /tmp/hold
    EffectiveUser USER RealUserName RUSER ARGS UID
    501 andya 501 andya /bin/bash rm testfile1 501

  • The icons for html files are blank . . . how do i get them to show the firefox image

    on the desktop and in directories, the icons for html files are blank . . .
    firefox is my default browser . . .
    how do i get the icons to show the firefox image ?? . . .

    You can check for issues with the Windows icon cache and try to rebuild the icon cache.
    # Open the Task Manager (Shift+Ctrl+ESC)
    # In the Process tab, right-click on the Explorer.exe process and select End Process.
    # Open the file picker via "File > New Task (Run)" and click the Browse button.
    # Type or Paste %USERPROFILE%\AppData\Local (%LocalAppData%) in the File name field (AppData is a hidden folder).
    # Select the IconCache.db file and use "Delete" in the right-click context menu to delete the file.
    # After the IconCache.db file has been deleted, start a new explorer.exe process via "File > New Task" to get the desktop and Taskbar back.
    The IconCache.db file is a hidden file, so make sure that you can see hidden files.
    * http://kb.mozillazine.org/Show_hidden_files_and_folders

  • Log for deleted sales order

    Hi Gurus,
    Problem is: Some one has deleted some sales order from the system.
    Now we need to know who has deleted the sales order, can any one tell me how to find out the log for deleted sales order.
    Thanks,
    Abhishek.

    Hi,
    Check report RVSCD100.
    Thanks,
    Raja

  • My laptop will not let me install the latest version of iTunes, it says 'the installer has insufficient piviledges to access this directory' and tells me to log on as the administrator, even though I am logged on as the administrator. Please help!!

    My laptop will not let me install the latest version of iTunes, it says 'the installer has insufficient piviledges to access this directory' and tells me to log on as the administrator, even though I am logged on as the administrator. Please help!!

    Hi Caits1988,
    If you are having issues updating iTunes on your Windows machine, you may find the following articles helpful:
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/ts1277
    Apple Support: Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Regards,
    - Brenden

  • An unexpected error occurred processing your request. Check the logs for details and correct the problem.

    Hi All,
    I am configuring RSS Viewer webpart to SP 2013. 
    But i am getting an error "An unexpected error occurred processing your request. Check the logs for details and correct the problem."
    I looked for solution of this error. i got to know, we need to set proxy server in web.config file.
    So, in order to resolve this i put the following set of code in web.config and save the file
    <system.net>
        <defaultProxy>
          <proxy usesystemdefault="True" proxyaddress="http://myproxyserver" bypassonlocal="True" />      
        </defaultProxy>
      </system.net>
    But, still i am getting the error. 
    What could be the problem now. 
    Any help is much appreciated. 
    Thanks,
    Rakesh

    Hi Rakesh,
    According to your description, my understanding is that you got an error when you used RSS viewer web part in SharePoint 2013.
    The RSS viewer web part uses authentication delegation and is using the current user's credentials to access the proxy. However, the RSS viewer only supports anonymous and Kerberos authentication. So if you are using NTLM authentication, the RSS viewer will
    not be able to authenticate the user through the proxy. More information, please refer to the link:
    http://kalsing.blogspot.com/2007/11/troubleshooting-rss-viewer-web-part.html
    Also see:
    http://blogs.technet.com/b/sharepointdse/archive/2007/04/13/fun-with-rss.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I signed up for a free trial.  I want to convert a Word document to a PDF document.  I've signed in and been through the process a dozen times.  It doesn't work.

    I signed up for a free trial.  I want to convert a Word document to a PDF document.  I've signed in and been through the process a dozen times.  It doesn't work.

    Hi kemtnilion,
    What did you get a trial of? Adobe doesn't offer free trials of the Acrobat.com online services; did you get a free trial of Acrobat, perhaps? If so, you can save a PDF directly to Word from Acrobat, by choosing File > Save as Other > Microsoft Word > Word Document.
    Please let us know if you have additional questions.
    Best,
    Sara

  • Kindly advice me, I have iphone 5s and I forgot the log-in password (passcode), I tried to open it but my phone give 60 min. to let me try after I fail for first one. I dont sync. with icloud or itunes. Please I NEED YOUR URGENT HELP!!

    Kindly advice me, I have iphone 5s and I forgot the log-in password (passcode), I tried to open it but my phone give 60 min. to let me try after I fail for the first one. I dont sync. with icloud or itunes. Please I NEED YOUR URGENT HELP!! MY IPHONE IS STILL STUCK.

    I can't, look at this image

  • My friend just got back her stolen ipad...she says that she purchased all of her music and apps through the apple store. Will she be able to get back any of the content she has paid for?

    My friend just got back her stolen ipad...she says that she purchased all of her music and apps through the apple store. Will she be able to get back any of the content she has paid for?

    If for some reason she has failed to maintain a backup copy, not good, then she can redownload some purchases in some countries:
    Downloading past purchases from the iTunes ... - Support - Apple

  • My ipod nano was clipped to a tee-shirt and run through the wash cycle.  Is there any hope for it working again.  It won't turn on or appear to take a charge.

    My ipod nano was clipped to a teeshirt and ran through the wash/rinse cycle.  It doesn't turn on or take a charge.  Any chance of it working again?

    iPod Repair Tutorials

  • "My Account" can no longer be accessed through the log in

    Access to Credit Card accounts log in for Tesco no problem.
    Yet. since last two updates I can no longer access my savings accounts through the log in proceedure. On the pin and memorable word page(2nd log in page proceedure) it now appears as "web page cannot be found". No such problem with Internet Explorer.

    Did you call your bank to see if there's a problem with your savings account?
    Did you try using other browsers, e.g. IE or Google Chrome to see if you can log-in from them?

  • Is there a way to move "back" and "forward" through the Library?

    Is there a way to move "back" and "forward" through the Library?
    For example, I'm editing Symbol_1, then I move to Symbol_22. Now to get back to Symbol_1 I need to find it again in the Library and double-click on it. Is there a shortcut for that?

    No, but you can always use the library search option to widdle down the number of items displayed. It'd be a good feature request as I find myself hopping between specific movieclip depths on common clips often. Sort of like a clip/depth bookmark.

  • Command how many mails when through the mailstore for a specific domain.

    I need to get info from the maillog to see how many mails when through the mailstore for a specific domain.
    For example all the mails send and received by example.com witch is hosted on that 2005q1 mailserver.
    Anyone know the commands to get it out.

    The data is certainly in the mail.log.
    You may want to start with the perl log parsing script, here:
    http://ims.balius.com/resources/downloads/files/imslog.pl

  • Change wording "Directory" to "Search" in the listing search button

    Hi all,
    Is it possible to change the wording from "Directory" to "Search" in the listing search button?
    Product: OrgChart SP2
    Screenshot: [http://i.imgur.com/B7SzB.jpg]
    Many Thanks.

    Hi Robert,
    I'm fairly certain that these are the caption keys for this module, although it's possible that it is another key. There are a lot of old or redundant keys in the language files so it might take a while to hunt for them. Search in the Caption Editor in the AdminConsole and see what other keys contain this.
    It might be worth noting that I have had problems with the Caption Editor in the past so it might be worth copying the language file to your build's .delta folder and changing the caption there. It's worth noting that if you do this, any future language pack implementation would need to be delta-merged into the existing configuration.
    Best regards,
    Luke

Maybe you are looking for

  • How to change Preview's Full screen default setting from "two-pages" to "continuous scroll"

    I am using OS X mavericks on my mid 2013 Air. I usually need to open multiple PDFs during my work and I prefer to put them all in full screen for easy swapping. I was able to change the setting which allowed me to open PDFs in "continuous scroll". Ho

  • WHERE Clause performance based on order - ?  Maybe?

    Hello everyone - thanks in advance for the always helpful help. :-) I have a query... SELECT   WOH.COMPANY_NUMBER,   WOH.ACCOUNT_NUMBER,   COUNT(WOH.WORK_ORDER_NUMBER) AS TROLLS FROM   PENDING_WORK_ORDERS PWO   INNER JOIN KAN_WORK_ORDER_MASTER_HISTOR

  • SQL SP1 Installation fail....URGENT HELP--3

    I am planning to install IDES ECC 6 on my single system for the practice; I have been installed windows server 2003 with SP1. I am trying to install sql2005 through the sql4sap.vbs, database was successfully installed but SP1 ended with error. I also

  • The third party database supported by SAP BW

    Hi Apart from SAP R/3 , my client has a historical data in thier legacy system so called  MFG/PRO, they wondering if SAP BW is allow to connect to such system.  Anyone know where I can check the third party database supported by SAP BW ? Panadda

  • Missing transport requests

    Hi Sap-experts! in our system is a gap btw. transport request XZ1K900500 and XZ1K904000! the requests seem to be deleted or number range was manipulated! where can I find these missing records  ? there's no track in table E070/1... greetings Andreras