Thursday 10 January 2013

How to get the list of user accounts created from a certain date till the latest from a DC

 OS: Windows Server 2008 R2

      Login to Domain Controller which is Windows Server 2008 R2
    Open Powershell and import the module active directory
      Set the date variable as the start point from which you want to search till the latest



It will query for the users which are created after 1st Jan 2013

Note: Date Time Format (Year, Month, Date)

1 comment: