Forum Discussion
cconsole
Jan 16, 2019Copper Contributor
How to change default mailbox language?
Hi! Our organization is located in Italy but if I create a new mailbox and do not make a prior access to OWA (where I am asked to specify time zone and language) the default folder names are shown i...
cconsole
Jan 16, 2019Copper Contributor
Do I mean multiple mailboxes with the same command, or do I need to run the command one mailbox at a time?
Jan 16, 2019
You have to get all the necessary mailboxes in a first command! With get-mailbox! Then you can pipe them to a other common like the above one! You can also pick all the mailboxes from a csv for example and then loop through them all with the above command ( that command too needs to be altered )
If you need help building this, let us know which mailboxes or if you have a set of users to do this on!
Adam
If you need help building this, let us know which mailboxes or if you have a set of users to do this on!
Adam
- cconsoleJan 16, 2019Copper Contributor
Thanks!
I give a try!