Download
Note: I have only tested the script thoroughly with Windows Server 2003 SP2 as the domain controller, and Windows XP SP2 as the client. It should work fine with any version of Windows XP/2000 and Windows Server 2003 though. I have only done limited testing with Vista as the client, so any input on how well the script works with Vista is welcome.
Current version: 4.00k
- Logon-4.00k.vbs
- logonrules-4.00k.xml
(rename to logonrules.xml after downloading)
Changes in 4.00k:
- Changed such that the case of arguments to the actions are kept as entered in the xml files.
- Added two new wildcards:
%domain%and%logonserver% - Changed CopyFile action, it now have three copy options:
- Copy if file on server is different than that on the client (or copy if no client copy exists)
- Only copy if file do not exists on the client
- Always copy
Note: The changes require a change to the xml file’s DTD, thus you must update your existing xml file accordingly.
- Changed
MapDrivesuch that it will forcefully remove a existing mapping - Corrected spelling errors (thanks Casper)
Version: 4.00j
- Logon-4.00j.vbs
- logonrules-4.00j.xml
(rename to logonrules.xml after downloading)
Changes in 4.00j:
- Added auto scroll function to Internet Explorer window. The window will now automatically scroll down if needed as more content is added.
- Fix: Corrected code to probably detect active directory site name.
- Fix: Corrected code in RunProgramInBackground and RunProgramAndWait that would make script crash.
Version: 4.00i
- Logon-4.00i.vbs
- logonrules-4.00i.xml
(rename to logonrules.xml after downloading)
Changes in 4.00i:
- Added support for persistent network drive mappings, useful for users that use Windows’ “Offline Files” feature.
version: 4.00g
- Logon-4.00g.vbs
- logonrules-4.00g.xml
(rename to logonrules.xml after downloading)
Version: 4.00h
- Logon-4.00h.vbs
- logonrules-4.00h.xml
(rename to logonrules.xml after downloading)
Changes in 4.00h:
- Added better error handling in GetDynamicSettings function
version: 4.00g
- Logon-4.00g.vbs
- logonrules-4.00g.xml
(rename to logonrules.xml after downloading)
Changes in 4.00g:
- Added
DELAY_BEFORE_CLOSEglobal script setting - Added filter
site - Removed
executeaction - Added
executeInBackgroundaction - Added
executeAndWaitaction - Optimized internal object and variable handling and more …