powershell command to move group of mailboxes using a text file

use this powershell command to move group of mailboxes from a text file with the user aliases
Get-Content userlist.txt | Get-Mailbox | Move-Mailbox -TargetDatabase 'EXCH2K7\First Storage Group\Mailbox Database'