Saving remote assistance files to central location

MiMadreMia87

New member
Local time
12:35 PM
Messages
37
I am looking for a way, to modify the switches in order to generate the file to a central location, the idea is about using it for remote support with the least interference possible from the user's side.

The best idea would be a central network shared folder, with no authentication, but due to GPOs and hardening done to the end user machines this option is not possible.


any idea that would help would be greatly appreciated!
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 - 64bit
The best I could do is the following batch file, but as it is still have a clear text username and password it's a no go, and compiling it to exe generates an AV alert, plus I cannot send it by e-mail since it's an exe


cmdkey /add:192.168.1.1 /user:test /pass:test
C:\Windows\System32\msra.exe /saveasfile \\192.168.1.1\Assistance\Assistance-Request.msrcincident
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 - 64bit
Back
Top