Forum Discussion
DefinitelyNotThatGuy
Apr 18, 2022Copper Contributor
Automatically create Outlook folders for new user
We have 3 folders that every new hire needs in Outlook, and with the number of new hires we are starting to add every week, the task is becoming a little tedious. Is there a way to set up a script or...
- Apr 18, 2022You cannot do this via "pure" PowerShell, you need to use a script based on the EWS or Graph API. There's a sample script here: https://github.com/gscales/Powershell-Scripts/blob/master/CreateFolder.ps1
VasilMichev
Apr 18, 2022MVP
You cannot do this via "pure" PowerShell, you need to use a script based on the EWS or Graph API. There's a sample script here: https://github.com/gscales/Powershell-Scripts/blob/master/CreateFolder.ps1
DefinitelyNotThatGuy
Apr 27, 2022Copper Contributor
What if we reframed the question: Is it possible to change the default folders that are created for a new user?
- VasilMichevApr 27, 2022MVPChange them how? Only thing you can do via "pure" PowerShell is rename them, by changing the mailbox regional settings config.