Export a list of all computers in Active Directory Posted on February 23, 2021 By rich No Comments on Export a list of all computers in Active Directory Import-Module ActiveDirectoryGet-ADComputer -Filter * | select-object SamAccountName | Export-CSV -path computers.csv