Creating AD computer accounts from a CSV
This is an updated script that creates computer accounts in Active Directory. This script uses a comma separated values file as an input instead of two text files. ‘**************************************Heading********************************* ‘create.vbs ‘ ‘Jason Hofferle ’04/12/2007 ‘ ‘Script to create AD computer accounts from file ‘****************************************************************************** option explicit ‘************************************************************************** ‘Variable Declarations […]