Hello, I’m currently a student who is working an IT help desk. We’re going to be manually setting up new Outlook accounts for over 100+ people. I’ll be exporting their old outlook data files to the new one that I set up.
In order to reduce the time that I will be out on peoples computers, I was thinking of making a script in powershell that might be able to help make things go by faster.
I was wondering if it is possible to create a script in powershell that would do the following.
Open Outlook 2010
Go to the file tab
Click open
Import button
Select “Export file” then hit next
etc. to export Outlook data file
Are these type of commands possible with Powershell. If so I would love to learn it and would also be interested in good tutorials that can help me write this in powershell. Please share recommendations!
Thanks!
submitted by /u/JustAnotherStudentYo
[link] [comments]
The post New to powershell, is it possible to make a script to export something from Outlook. appeared first on How to Code .NET.