Jump to content

Active directory


arcker
 Share

Recommended Posts

hello evry1 ! it's been a long time

i continue to use autoitscript, it's my new passion

so here is my problem : i want to automate an user creation, but there is a problem with

the object, but i don't understand :

;$Domain=InputBox(0,"Domaine","entrer le domaine")
    $Domain="LABO06.btsig"
    Local $ObjDomain = ObjGet("WinNT://" & $Domain)
    $nv = InputBox("Nouveau","Nom du nouvel utilisateur")
    
For $Object In $ObjDomain
    
    $objUSR = $Object.Create("user", "cn=" & "essai")
     
    $objUSR.Put ("samAccountName", "essai") 
    $objUSR.Put ("givenname", "essaigivenname")
    $objUSR.Put ("sn", "essaisn")
    $objUSR.Put ("Description", "utilisateur créé automatiquement")
    $objUSR.SetInfo

Next

so i use scite and the problem is "cannot execute action..bla bla bla... with the line "$objUSR = $Object.Create("user", "cn=" & "essai")

"

if you find, i've just this problem, and after i think i can do evrything with objects

thx

c u

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

yes i use this !

but the script cannot work

i think that object programmation in auto it is too recent to have a good support on it,

but if i find the problem, i can do everyhting in AD after, and i would like to make a program for it.

merci de l'aide

i hope for an answer

c u all

auto it power

-- Arck System _ Soon -- Ideas make everything

"La critique est facile, l'art est difficile"

Projects :

[list] [*]Au3Service : Run your exe as service V3 / Updated 29/07/2013 Get it Here [/list]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...