Get list of all computers from AD with specific properties
Get-ADComputer -Filter * -Properties * | select CN,CanonicalName,Created,Description,LastLogondate,OperatingSYstem,OperatingSystemVersion,Enabled | Export-Csv ADCOMPLISTALL.csv -NoTypeInformation -Encoding UTF8