Link to home
Start Free TrialLog in
Avatar of bsharath
bsharathFlag for India

asked on

Is there any way via a Script i can take screen shots of remote machines from my machine.

Hi,

Is there any way via a Script i can take screen shots of remote machines from my machine.
When script run has to check the txt file that has the machine names and has to take a screen shot of the machine and save as jpg.
Run every 5 min on each machine .

Regards
Sharath
Avatar of ahmad2121
ahmad2121

I think you can get various keylogging software to do this.

It's possible to write a program to do this, but I cannot imagine for the life of me why you would want this.
Avatar of bsharath

ASKER

I dont want keylogging but screen shots of the machines.
I need to monitor few servers usage ...
So as an Admin need to get the screenshots as a proff to prove certain issues
ASKER CERTIFIED SOLUTION
Avatar of dlb6597
dlb6597

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You might want to have a look at the Freeware tool AutoScreenShot

Sample Config INI file

[General]
;300 = every 5 minutes
Delay=300
;DeleteMore determines who many scr shoots to keep
;in this example it is set to 1 = only the last screen shot
DeleteMore=1

[Folder]
;Folder where the screen shot(s) are saved. Local Dir or Network Path
Files=\\Server\Share\ScreenShots\PC_1\

[Image]
Compress=0
Force_Width=0
Force_Height=0

[Select_user]
;would exclude administrator account user sessions
administrator=no

You can download the tool at
http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Capture/AutoScreenShot.shtml
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial