All Forums >> [Scripting] >> Post a VBScript >> Login Script Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Here is a login script i've been working on for a client. Some parts of this I have stolen from other scripts, modified as necessary and put together to work as it is now. This script will seek out a file named Random.txt on the Netlogon share of whatever domain controller this runs on. This text file consists of one-line tips that are randomized. A simple but neat splash screen will show the users that a login script is running, complete with simple progress bar and tip of the day from random.txt. The client has a specific naming scheme for all computers, and this is used to determine where you are logging on from.. group membership of the user is also enumerated (with the GetEx method so this does not fail if the user is a member of only one group) and drives are mapped based on this.
I hope that some or all of this can be helpful to someone.. or maybe someone can point out something screwy I did....