4

Is there are way to script export and import of rules in Outlook 2010?

I am writing a script to remove and recreate user profiles (in Powershell), and as part of this I need to backup and reimport their rules.

Can enumerate through in PS, but I want to create a backup file (as if doing it through the outlook UI) and have that reimported.

Ben
  • 1,137
  • 9
  • 26
  • 44

1 Answers1

3

Ed Wilson (aka Microsoft Scripting Guy) wrote up a script for doing this: Hey, Scripting Guy! How Can I Tell Which Outlook Rules I Have Created?

He does not state what version of Outlook he is working with but I imagine it works fine with Outlook 2010.

jstricker
  • 107
  • 4