Hallo Microsoft Team!
I want to modify a vbs script with following sourcecode:
Some parts of the sourcecode comments are written in german.
That program writes userlogons in a txt file that is called logon.log
The logon.log file is a txt file and if u double click on that logon.log u
can see all users that was logged and u see the date when they were logged
in.
logon_log.vbs:
'-------- HISTORIE --------
'10.2003 Roman Herndl AD Logonprotokoll
Set WshNetwork = CreateObject("
WScript.Network")
set wshshell = CreateObject("WScript.Shell")
CRLF = Chr(13) & Chr(10)
TAB = "; "
Erstlogon = true
set oArguments = WScript.Arguments
'-------- M A I N --------