Active Directory User Scripts Active Directory User Scripts


Choose Columns
 TitleDescriptionRatingMy Rating
PowerShell How to Check for Users that must change password at next logon A lot of people are using PowerShell the way VBscript is used. Here is a PowerShell script that isn't in heinous vbsciptese... AND IT WORKS. You need to download and install the Quest AD objects for PowerShell. They will make your life as an admin waay easier.
(0 votes)
Login to vote!
VBScript 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!
VBScript Add user to local administrators group This script adds a specified user to the local administrators group. This could be run as a startup script via group policy.
(0 votes)
Login to vote!
PowerShell Create User Accounts from CSV File Technet "Hey, Scripting Guy" article demonstrating how to create user accounts from a CSV file using PowerShell.
(0 votes)
Login to vote!
VBScript 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!
VBScript 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!
VBScript Update all users extensionAttribute1 This script looks through all the users in an OU and updates there extensionAttribute1.
(0 votes)
Login to vote!
VBScript 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!
VBScript 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!
VBScript Update AD image Updates an AD account with a picture from the local file system. It sses ADODB.Stream to create an OctetString that can be placed directly into the appropriate AD attribute. This example uses jpegPhoto, for other attributes, see: http://www.wisesoft.co.uk/Products/PasswordControl/BulkModify/BulkModifyPhotos.aspx
(0 votes)
Login to vote!
Previous Page   Next Page Page Size:

RSSWiseSoft.co.uk Articles RSS Feed