1.

Solve : Help with creating script that anyone can run in Domain for locked down users.?

Answer»

Hi all,

Can anyone help with a .bat file creation.
I'm looking for a .bat file for running TRACEROUTE for any user in a Domain environment.
I think they will need elevated permissions to run it but I'm not 100% SURE.
When they try and remote into a specific Terminal Server it sometimes COMES up that the Computer they are remoting to isn't on or not AVAILABLE or even on the Network but it is. ( I know it is as I can connect to it remotely )
I would like them run a traceroute back to a specific server through a VPN that they are trying to connect to while they are mobile. ( all non admin USERS don't have the run command as they are locked down through group policy )
Any suggestions or help is welcome.
Thank you,

Joe
Not sure what not having access to the RUN command has anything to do with this.  If they have CMD.exe or .BAT files locked down then you might be out of luck.

As far as I know TRACERT can be run with any user.  I certainly can't see any reason why Microsoft would lock down that command to be run Elevated only.

So all you would have to do is put the TRACERT command into a file and name it accordingly.  Don't name it the same as the TRACERT command.  If you want the output logged to a file then use redirection to output it to a file instead of the screen.



Discussion

No Comment Found