I hate when I do that...I meant to add you can also output UserID and workstation name (IP, whatever) as part of the output, and boy did I miss some syntax...
ECHO START >> \\Server\share\file.txt<file:///\\Server\share\file.txt> ECHO USERNAME >> \\Server\share\file.txt<file:///\\Server\share\file.txt> ECHO COMPUTERNAME >> \\Server\share\file.txt<file:///\\Server\share\file.txt> ECHO TIME >> \\Server\share\file.txt<file:///\\Server\share\file.txt> VNCVIEWER.EXE ECHO END >> \\Server\share\file.txt<file:///\\Server\share\file.txt> ECHO TIME >> \\Server\share\file.txt<file:///\\Server\share\file.txt> ECHO -------------------- >> \\Server\share\file.txt<file:///\\Server\share\file.txt> Dave From: David Lum [mailto:[email protected]] Sent: Wednesday, January 21, 2009 2:16 PM To: NT System Admin Issues Subject: RE: Remote Access to PC's with Logging Launch VNC with a batch file, timestamp at launch, timestamp at logoff. I did exactly this to disprove a certain app wasn't being used nearly as much as everyone thought... Something like the below: (this syntax doesn't work, but you get the idea) ECHO START ECHO TIME > \\Server\share\file.txt<file:///\\Server\share\file.txt> VNCVIEWER.EXE ECHO END ECHO TIME > \\Server\share\file.txt<file:///\\Server\share\file.txt> IIRC I encapsulated it with KiXtart not just pure .BAT David Lum // SYSTEMS ENGINEER NORTHWEST EVALUATION ASSOCIATION (Desk) 971.222.1025 // (Cell) 503.267.9764 -----Original Message----- From: Mike French [mailto:[email protected]] Sent: Wednesday, January 21, 2009 2:09 PM To: NT System Admin Issues Subject: RE: Remote Access to PC's with Logging I use Dameware mini-remote. Set it to an obscure port, run it in FIPS mode and have it e-mail when a connection is made. No database, but it's cheap and works well. -----Original Message----- From: Mark Milo [mailto:[email protected]] Sent: Wednesday, January 21, 2009 4:00 PM To: NT System Admin Issues Subject: Remote Access to PC's with Logging Hi, We currently use VNC for access to remote PC's. I have now been asked to find software that apart from allowing remote access, the software must also log each access in a central database to show who and when remote access was granted. Any ideas of suitable software? ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~ ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
