Hi you can do it by the script below. This will ask you for a domain and a path and filename for the log
'System variables - dont change
Dim TempFile, computer, domain, DomainSub, inputfile, outputfile
Const HKEY_LOCAL_MACHINE = &H80000002
Const ForWriting = 2
Const ForReading = 1
Const...