 |
List Members of Groups in OU
| List members of groups in OU with fullname. |
(0 votes)
|
Login to vote!
|
 |
Remove all users in OU from group
| Remove users located in a specified OU from a group. Filter can be modified if required. e.g. You could filter all users in a department etc. |
(0 votes)
|
Login to vote!
|
 |
Move Group Members to OU (Organizational Unit)
| Script to move all the members of an Active Directory group to a specified container/OU (organisational unit). |
(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!
|
 |
Remove all Group Membership from a User Account
| Removes the David.Wiseman user account from all Active Directory security groups. |
(0 votes)
|
Login to vote!
|
 |
Modify Group Type
| Changes the group type. e.g. Change a local group to a global security group. This sample changes a local group named Students to a global security group. |
(0 votes)
|
Login to vote!
|
 |
Groups and Members Report
| Create a CSV Report lising all the groups in the Active Directory domain and all the members of the group. The csv report will list the group name, group ADsPath, group type (global security/distribution, domain local security/distribution, universal security/distribution, BuiltIn), Member Type (user,group,contact), Member (Name/sAMAccountName) and Member ADsPath. |
(2 votes)
|
Login to vote!
|
 |
IsMember Function
| Function to test the group membership of a user/computer. Function accounts for Primary Group membership and nested groups. A dictionary object is used to make the function efficient for testing group membership in multiple groups. |
(1 votes)
|
Login to vote!
|