I'm using JScript to execute a query on Security event logs, and use the following lines to resolve the SID's (taken from the Log Parser Help file): //Create EventLog input format var objEventLogInputFormat = new ActiveXObject( "MSUtil.LogQuery.EventLogInputFormat" ); // Resolve SIDs...