$servers_list = gc file.txt
$Computer = Get-Content "c:\temp\names.csv"foreach ($i in $Computer){net localgroup administrators}