The only way that I could come up with is kinda long. First export a list of your usernames into an excel spreadsheet. The usernames should only be in one column.
Next add a column in front of the usernames and type in "net user ". Make sure that there is a space after...
I run a batch file that is excecuted by "Task Scheduler" or the "at" command. The bat is as follows:
net use z: /del
net use z: \\Log Server\LOGS$
c:
cd\event
evt.exe
move c:\event\*.evt z:\%computername%
"LOGEVT.bat" maps to a share. In my case I have a server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.