$users = import-csv <filename> foreach ($user in $users) {Enable-CsUser –Identity $user.name –RegistrarPool $user.pool –SipAddress user.sipaddress}
Select allOpen in new window
Open in new window
You would also need to make sure there are no spaces in the names of your first line, so Sip Address needs to be SipAddress