microsoft.public.de.german.scripting.wsh
  Home FAQ Contact Sign in
microsoft.public.de.german.scripting.wsh only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... scripting.wsh Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  VBscript from domain controller         


Author: Luki
Date: Jul 16, 2008 13:49

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 --------
Show full article (2.13Kb)
3 Comments