Jump to content

Search the Community

Showing results for tags 'active-directory runwait'.

  • Search By Tags

    • active-directory runwait ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Hi, I am executing a small .VBS (setpassword.vbs), to set the user password of a user in AD: Set objUser = GetObject("LDAP://xx.xx.xx.xxx:389/cn=test,cn=users,dc=xxx,dc=com") objUser.SetPassword "xxxxxxx" Then in my .au3, I have: #RequireAdmin $return = RunWait('cscript.exe ".\setpa...
×
×
  • Create New...