6.26.2012

Okay. PS is totally cool! Three line script to query remote eventlog:
 
PS C:\Documents and Settings\mbee>TYPE .\_PS1\QUERYSHEET_MSG_ERRORS.ps1
Clear-Host;
$Machine = "RIALTO";
Get-EventLog Application -newest 100|Where-Object { $_.Message -match "QUERYSH*"};
PS C:\Documents and Settings\mbee>.\_PS1\QUERYSHEET_MSG_ERRORS.ps1
Index Time        EntryType   Source  InstanceID Message
----- ----        ---------   ------  ---------- -------
3692 Jun 26 10:36 Information WSH     1073741828 QUERYSHEET_REFRESH.xlsm ~ 1004...