We have over 400 users which emailaddress = no.email@company.ca in powershell I want to populate the emailaddress to firstname.lastname@company.ca I start with this command but do not know how to change the email address to. I am very new to powershell Get-ADUser -Filter {EmailAddress -like "no.email*"} -Properties EmailAddress
↧
Popuplating EmailAddress field with Firstname.lastname@company.ca
↧