onderhoud

Srumecmd [2021]

Uses the Windows SOFTWARE hive to map User SIDs (e.g., S-1-5-21... ) to human-readable usernames.

Here are some common scenarios where srumeCmd can be useful: srumecmd

@echo off set OUTDIR=C:\SRUM_Exports\%date:~-4%-%date:~4,2%-%date:~7,2% mkdir "%OUTDIR%" srumecmd summary -f csv -o "%OUTDIR%\summary.csv" srumecmd network -f json -o "%OUTDIR%\network.json" Uses the Windows SOFTWARE hive to map User SIDs (e

To get the best results, you need two files from the target machine: C:\Windows\System32\sru\SRUDB.dat SOFTWARE Hive: C:\Windows\System32\config\SOFTWARE 2. Basic Command Line Syntax srumecmd

Result: A CSV file with columns

Create a batch file collect_srum.bat :