Binary for working with Microsoft Joint Engine Technology (JET) database
Copies the source VBS file to the destination VBS file.
esentutl.exe /y {PATH_ABSOLUTE:.source.vbs} /d {PATH_ABSOLUTE:.dest.vbs} /o
Copies files from A to B
Copies a (locked) file using Volume Shadow Copy
esentutl.exe /y /vss c:\windows\ntds\ntds.dit /d {PATH_ABSOLUTE:.dit}
Copy/extract a locked file such as the AD Database
Copies the source EXE to an Alternate Data Stream (ADS) of the destination file.
esentutl.exe /y {PATH_ABSOLUTE:.exe} /d {PATH_ABSOLUTE}:file.exe /o
Copy file and hide it in an alternate data stream as a defensive counter measure
Copies the source Alternate Data Stream (ADS) to the destination EXE.
esentutl.exe /y {PATH_ABSOLUTE}:file.exe /d {PATH_ABSOLUTE:.exe} /o
Extract hidden file within alternate data streams
Copies the remote source EXE to the destination Alternate Data Stream (ADS) of the destination file.
esentutl.exe /y {PATH_SMB:.exe} /d {PATH_ABSOLUTE}:file.exe /o
Copy file and hide it in an alternate data stream as a defensive counter measure
Copies the source EXE to the destination EXE file
esentutl.exe /y {PATH_SMB:.source.exe} /d {PATH_SMB:.dest.exe} /o
Use to copy files from one unc path to another