This is a short video about how to modify users in active directory users and computers via a Visual Basic script. I’m using server 2008, but you can use Server 2003, XP, Vista, or Windows 7. Command used… cscript.exe VB script… Set objUser=GetObject(“LDAP://cn=Karl Mueller, ou=people, dc=my, dc=domain”) objUser.put “company”,”Widgets, inc” objUser.setinfo()
04.23.2010
Categories: Chronological | Comments Off
This is how to use a PowerShell Script to add users to an Active Directory Domain Controller. I enter the commands manually and use both PowerShell / Visual Basic scripts. You can create, modify, and view users though these methods.