script to get creation date of all users...

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I need to script to get creation date of all my user accounts. They are in
different containers as well.

can anyone suggest where to look?

thanks


.



Relevant Pages

  • Re: Setting Users Home Directories via Script
    ... > I have success in creating user accounts but the creation of their home ... > directories via script are failing miserably. ... > creation on the server is not happening. ... targetted server to spontaneously create the folder. ...
    (microsoft.public.scripting.vbscript)
  • Setting Users Home Directories via Script
    ... I have success in creating user accounts but the creation of their home ... directories via script are failing miserably. ... It will accept the proper text ...
    (microsoft.public.scripting.vbscript)
  • Re: Are vbscript classes fast?
    ... Generally speaking, there is an overhead cost to creating a new scope, be it a function or a class, but the mere act of creating the scope is fairly rapid. ... I compared a generic function that just returned an empty value written in script and written as a method of a compiled component, and not surprisingly, the script function was slower by a factor of two - most likely due to scope creation. ... The MOST expensive way to create an object is to use WScript.CreateObject or Server.CreateObject instead of the native CreateObject in VBScript. ...
    (microsoft.public.scripting.vbscript)
  • SUMMARY: How to create password in the script? Version 2
    ... I wrote the following script to create multiple user accounts that I would ... Use the following syntax within the script right after the 'useradd' line ... but the shadow file has two lines for one user. ...
    (SunManagers)
  • Re: Is it possible to reset "pwdLastSet" attribute to certain date
    ... Anyone able to review the script I treid why not working? ... when I checked the attribue of the PwdLastset nothing being ... Dim strContainer, strDNSDomain ... ' Loop through OU=, resetting all user accounts ...
    (microsoft.public.windows.server.active_directory)