
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 03:50 PM
Since you cant have multiple credentionals in the IP Range, I´m trying to create a VBS Script to make this for me ( Create one LANSweeper account on all machines )
This URL was very helpful, but I´m struggling on the "strComputer" part.
Can anyone give some hints how to create a VBS Script, that can solve the strComputer information from the %COMPUTERNAME%.
If i write strComputer = "%COMPUTERNAME%" It aint working.
http://www.activexperts..../usersgroups/localusers/
This URL was very helpful, but I´m struggling on the "strComputer" part.
Can anyone give some hints how to create a VBS Script, that can solve the strComputer information from the %COMPUTERNAME%.
If i write strComputer = "%COMPUTERNAME%" It aint working.
http://www.activexperts..../usersgroups/localusers/
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2010 04:32 PM
For the local you computer you can probably use "." or "localhost"
