Modify users addresses via powershell
I need to make the following:
– from a list of domains to be removed from email addresses in a csv file load them.
– for each user compare all his email addresses and if anyone is from the list of domain to be removed, then remove it from the user’s email addresses
How can I do that in powershell ?
thanks
I need to make the following:- from a list of domains to be removed from email addresses in a csv file load them.- for each user compare all his email addresses and if anyone is from the list of domain to be removed, then remove it from the user’s email addresses How can I do that in powershell ?thanks Read More