Überwachung der Anmeldung

Gibt es ein Tool, daß die Anmeldung der Workstations am Server protokolliert ?

Gibt es ein Tool, daß die Anmeldung der Workstations am Server
protokolliert ?

Wenn es dabei auch um Roaming Profiles geht habe ich diesen Vorschlag:

Troubleshooting User Profiles with the UserEnv.log File

The UserEnv.log is an invaluable tool for troubleshooting the process of loading and unloading User Profiles. Each step in the User Profile process is recorded in the log, including informational and error-related messages.
The checked version of the UserEnv.dll is the same dynamic link library (.dll) as the retail version, except that it contains debug flags that you can set and use with the kernel debugger. This file, which is included in both the
Windows NT Device Driver Kit (DDK) and the Windows NT Software Development Kit (SDK), when used in conjunction with a registry entry, generates a log file that can be used in troubleshooting and debugging problems with roaming profiles and system policies on Windows NT 4.0 clients.
To enable logging:
Rename the file UserEnv.dll in the %systemroot%\SYSTEM32 directory to UserEnv.old or to a unique name of your choice.
Copy the checked version of UserEnv.dll to the
%systemroot%\SYSTEM32 directory of the client machine that you want to debug. The checked version of the UserEnv file must match the version of the operating system and Service Pack installed on the client computer.
Start REGEDT32 and locate the following path:
HKEY_LOCAL_MACHINE
\SOFTWARE
\Microsoft
\WindowsNT
\CurrentVersion
\Winlogon
Create a new value called UserEnvDebugLevel as a REG_DWORD type. Assign the hex value 10002.
Reboot the computer.
Logging information will be recorded in the root directory of the C drive as UserEnv.log. You can use Notepad to view the log file.