Hi,
I want a script that logs off students after an idletime of n minutes..
I have the following script:
Set oSet =
GetObject("winmgmts://COMPUTER").InstancesOf("Win32_OperatingSystem")
For Each os In oSet
call os.Win32Shutdown(4, 0)
Next
This will log off a user on that computer. But I also need to get the
idletime on a user present on that computer. Is that possible?
I know there's a Idletime in AD on Windows XP, but my clients are
running Windows 2000 Pro Sp4.
I have tried installing the logoff screensaver, but its not working
well. I wanna run this remotely e.g. each hour.
--
Hallstein
Department of Informatics