$User = Get-Content "c:\temp\migrate_user.txt" ForEach ($UItem in $User){ Get-ADUser $UItem -Property Enabled | FT Name, Enabled -Autosize }