eliweitzman / EnterpriseTechTool

A one-stop-shop powershell-based application for automating and abstracting enterprise service tasks!
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

[FEATURE] Add Outlook Repair tools #97

Open TheDeadGPU opened 2 months ago

TheDeadGPU commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

eliweitzman commented 1 month ago

https://learn.microsoft.com/en-us/outlook/troubleshoot/data-files/how-to-repair-personal-folder-file

TheDeadGPU commented 1 month ago

Putting this here. We need to add an option to go back to old outlook via registry key edit.

eliweitzman commented 1 month ago

Putting this here. We need to add an option to go back to old outlook via registry key edit.

Registry key: Computer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences

DWORD: UseNewOutlook

1 = ON, New Outlook 0 = OFF, Old Outlook

eliweitzman commented 1 month ago

Based on this, it should be a simple regedit script. Tinkering with this now.