→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
MTD
Engaged Sweeper
Hi,

is there a possibility to trigger a list of computers and not only a single computer ? Something like:
lstrigger "servername" "c:\computers.txt" "domain" 2port"

Regards
Daniel
4 REPLIES 4
MTD
Engaged Sweeper
Works - thanks for your help
Hemoco
Lansweeper Alumni
This is maybe easier, you can do it from the command prompt:

You need a file computers.txt with the computernames

for /F %%1 IN (c:\scripts\computers.txt) do lstrigger.exe SERVERname %%1 DOMAINname 9524
MTD
Engaged Sweeper
Do you have any Vbscript syntax or keywords to search the internet for me ?

Thanks
Daniel
Hemoco
Lansweeper Alumni
You will need to create a vbscript to do this.