
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 11:21 AM
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
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
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2010 01:41 PM
Works - thanks for your help

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2010 11:15 AM
This is maybe easier, you can do it from the command prompt:
You need a file computers.txt with the computernames
You need a file computers.txt with the computernames
for /F %%1 IN (c:\scripts\computers.txt) do lstrigger.exe SERVERname %%1 DOMAINname 9524

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2010 11:08 AM
Do you have any Vbscript syntax or keywords to search the internet for me ?
Thanks
Daniel
Thanks
Daniel

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 02:50 PM
You will need to create a vbscript to do this.
