To reset owner and DACL of a file called "SomeFile.Doc", you could run the following command:
TakeOver SomeFile.Doc
To reset owner and DACL of all files located on the H: drive and log any errors to "c:\temp\takeover.log", you could run this command:
TakeOver H:\*.* /S /I 2>c:\temp\takeover.log