Hi everyone,
I've been tasked with adding an e-mail alias @domain.com to our existing group mailboxes, i've already figured out I can achieve this via the Set-UnifiedGroup command, single line way I've used Set-UnifiedGroup -Identify "Identity of group" -EmailAddresses @{Add=#identitynameofgroup@domain.com"} which seems to work once verified via the Get-UnifiedGroup command.
But now I have to do so for the other 291 groups.
I know this can be achieved via the Import-CSV command but i'm failing in setting up a usable command to import the list from the csv and add the alias accordingly.
Can anyone give me a nudge in the right direction?
My csv file consists of a single colomn with the names of the groups I need to add an alias too, the name of the colomn is Identity.
Many thanks in advanced.
Cheers,
Henk Steenwijk

