Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 5.16 KB

Readme.md

File metadata and controls

50 lines (34 loc) · 5.16 KB

Office Upload Center



  • OfficeFileCache.exe (x64): CentralTable.accdb/db, FSD & FSF parser. Updated to extract data from either an SQLite (Android, iOS, MAC OS) or a MSAccess Accdb (Windows) centraltable database depending on the source of the OfficeFileCache folder. Optionally exports output to csv.
    Just point it to an OfficeFileCache folder ...


  • ODCreg.ps1: Powershell script to parse an NTuser.dat hive file for Microsoft Office roaming Metadata (Microsoft/Sharepoint IDs, files opened from Skydrive/Sharepoint & related timestamps). Exports output to a .txt csv file. Requires to be run as Administrator

  • ODC-FSD.exe: Parse the OfficeFileCache FSD files in a folder and get FSD size and filename & url of the embedded file. Exports output to a .txt file.

  • ODC-FSF.exe: Parse the OfficeFileCache FSF files in a folder and get the embedded FSD GUID. Exports output to a .txt file.

  • OneDrive.ps1: Powershell script to list all MS Accounts associated with Onedrive, from a user's NTuser.dat. Requires to be run as Administrator

  • OfficeMRU.ps1: Powershell script to list the most recently used (MRU) files/folders in MS Office applications, from a user's NTuser.dat. Requires to be run as Administrator



  • Note1: The output exported from the above scripts are set to be saved as (csv) .txt files in the $env:TEMP folder.
  • Note2: The CentralTable.accdb points to the GUID in the FSF filename, and the FSF contains the GUID of the respective File Store Data (FSD) container.