Answer the question
In order to leave comments, you need to log in
Get a list of domain users with their creation date?
You need to get a list of domain accounts with the date of their creation in a text file
Answer the question
In order to leave comments, you need to log in
Get-ADUser -Filter * -Properties * | select DisplayName,createtimestamp,LastlogonDate | Export-Csv C:\YourFolder\Report.csv
In general, it was necessary to formulate the question in English...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question