 |
Extract User Data To a CSV File (Inc Terminal Services Attributes)
| Extract user data from Active Directory as a CSV file. Handling for terminal services attributes is included. |
(0 votes)
|
Login to vote!
|
 |
Add all users in OU to Group
| Add all the users from a organizational unit (OU) to a group. e.g. Add all users from "Developers" OU to "Developers" group. Could easily be modified to include an additional filter - e.g. Add all users from "Developers" department to "Developers" group. |
(1 votes)
|
Login to vote!
|
 |
IsMember Functions
| A collection of VBScripts for testing Active Directory group membership. Choose your script based on whether you want to include "nested members" and membership in "primary groups". A variety of techniques are applied depending on your requirements to achive optimal performance. |
(1 votes)
|
Login to vote!
|
 |
Move All Users In Department to a Specified OU and Replace Group Membership
| This script will move all the users in the "Marketing" department to the "Marketing" OU. It will then replace existing group membership with a specified list of groups (ignoring primary group). See "setup" section for configuration.
EXISTING GROUP MEMBERSHIP WILL BE REPLACED - Please be careful when using this script! |
(1 votes)
|
Login to vote!
|
 |
Move All Users In Department to a Specified OU
| This script will move all the users in the "Marketing" department to the "Marketing" OU. Simply modify the setup section to suite your own requirements. |
(0 votes)
|
Login to vote!
|
 |
Extract User Data To a CSV File
| Extract user data from Active Directory to a CSV file. By default all users in the domain will be exported with attributes from the "General" page in ADU&C. The script is easy to modify if different criteria is required. See the "Setup" section to change criteria. |
(0 votes)
|
Login to vote!
|
 |
Set a Default Logon Script for All User Accounts
| Updates the "Logon Script" (scriptPath) attribute for all users that do not have a logon script apecified. This script can easily be changed to modify other attributes. |
(0 votes)
|
Login to vote!
|
 |
Search for a User with a Specified SAMAccountName
| Sample script that searches Active Directory for a user with the sAMAccountName kenmyer. The sAMAccountName attribute is replicated to the Global Catalog. This means you can connect to a Global Catalog server and search across the forest for a SAM Account Name. |
(0 votes)
|
Login to vote!
|
 |
Search for All Users Who Must Change Their Password On Their Next Logon
| Sample script that searches Active Directory for all the users who must change their password on their next logon. The pwdLastSet attribute is not replicated to the Global Catalog; you cannot connect to a Global Catalog server and search across the forest for users whose passwords must be reset the next time they log on. |
(0 votes)
|
Login to vote!
|
 |
Search for All Users Who Have Remote Access Dial In Permissions
| Sample script that searches Active Directory for all the users who have remote access dial-in permissions. The msNPAllowDialin attribute is not replicated to the Global Catalog; you cannot connect to a Global Catalog server and search across the forest for users with remote dial-in permissions. Note that this attribute is not automatically populated any time you create a user account. |
(0 votes)
|
Login to vote!
|