How would i send email to bulk user as individual
$getaddress = Import-csv c:\emailaddress
Send-mailmessage -To "$getaddress" -from test8521@Mytechnet.me -subject "Update your profile)" -BodyAsHtml $MailMessage -Attachments "g:\pms.msg" -SmtpServer 192.168.1.1