Do you know who is logged on at 11pm?

I have created a pair of scripts that log when a user logs on and off to workstaions on a domain.

A basic overview of how the system works is as follows:

A share located on an Active Directory server
A logon script
A logoff script
Group Policy to launch the scripts

Setting up the system:

Create a directory called AUDIT on [...]

Using a JPG with an Active Directory roaming profile

There is a known issue that if you use a non-BMP wallpaper, for example a .jpg (jpeg), in a roaming profile using Microsoft Windows, it will not roam with the user.  To resolve this I created a script that when used as a logoff script, it will enable the wallpaper to roam.

MoveJPGWallpaper.vbs

Further to this I would [...]