‎01-21-2011 02:15 PM
‎01-21-2011 08:46 PM
‎01-21-2011 02:34 PM
‎01-21-2011 06:05 PM
Lansweeper wrote:
You can replace lansweeper\administrator by another user (this is just an example)
You can also create your own vbs script that prompts for username and password and starts "runas.exe" with the correct parameters.
username = inputbox("Please enter a username.")
if username = "" then
msgbox("You need to enter a username")
else
cmd = "runas.exe /profile /env /user:DOMAIN\"& username &" {actionpath}lsremote {computer}"
set win32 = createobject("Wscript.Shell")
win32.run cmd
end if
‎01-21-2011 02:25 PM
‎01-21-2011 02:28 PM
Lansweeper wrote:
You can use the "runas.exe" tool that comes with windows.
Example:
runas.exe /profile /env /user:lansweeper\administrator "{actionpath}lsremote {computer}"
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now