Hi @Vinod Survase ,
using PowerShell it could look like this:
Import-Module ActiveDirectory
Get-ADUser -Filter * -Properties * | Export-Csv c:\junk\allADusers.csv -NoTypeInformation
----------
(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)
Regards
Andreas Baumgarten