malware/APT detection, silicon valley, entrepreneur, CTO, start-up operation, team build, Nanjing/Beijing, if you want to do creative things, join the adventure.
Create User in Server 2003, using VB Script this script doesn't work in server 2k8 due to security descriptor reason. if someone can make it work, it's awesome.
Set oRoot =GetObject("LDAP://rootDSE")
Set oDomain =GetObject("LDAP://"& oRoot.Get("defaultNamingContext"))
Set oOU =GetObject("LDAP://ou=NDLP_Eng,DC=netdlp,DC=com")
Set oUser = oOU.Create("User","cn=Dennis Mera")
oUser.Put "sAMAccountName","DennisMera"
oUser.Put "Description","0001 Wastewater treatment plant and system operator"