| | |
|
|
AdvancedAppLaunchScript.zip (1.1 KB)
What I consider an advanced vbscript that looks for specific .ini files, makes decisions based on the existence or lack of these files, copies files to the user's homedir and launches an application.
|
|
|
changeloginscript.zip (0.7 KB)
A VBScript that will change the User properties for their Login Script on all user's in the Organizational Unit you specify in the script. Make sure to edit the script and modify the ldap path for your environment.
|
|
|
|
|
|
|
|
|
listgroupmembers.zip (0.6 KB)
A VBScript that will output the members of a Domain Group to a text file. You must edit the script and change strDomain = "YourDomainNameGoesHere.com" so that your actual Active Directory domain name is inside the "". Launch the script, you will be prompted for the group name, a text file will be created in the same directory as the listgroupmembers.vbs that will be the groupname.txt
|
|
|
ModifyTerminalServerUserSettings.zip (1.1 KB)
Modify User's Terminal Server Properties in a Windows 2003 Active Directory Domain for all user's in the Organizational Unit you specify in the script. **This vbscript will require editing for your entironment**. I prefer to use Group Policy to accomplish this, but this script will work to modify the actual user object.
|
|
|
|
|
|
TSCalRenew.zip (0.7 KB)
Hack the registry to a machine so that it will request a new Terminal Server Client Access License. Use if a temporary TSCAL has expired on the machine. Script written by "The most brilliant group at MHP", you know who you are...
|