Forum Discussion
PowerShell script to change font of office apps
Hi Steve, this is exactly what I am looking for to be able to change Outlook's default font on all of our organisations devices. Would you be able to provide more details of the PS script so I can replicate this on our machines? Any help would be greatly appreciated. Thanks Jason
Jason275: Jason I have been able to achieve this by replacing my custom Normal.dotm file (stored at the Azure blob) with the default Normal.dotm file located at %appdata%\Microsoft\Templates (the default location of word and Outlook templates).
Below are the steps that I took for changing fonts for Word and same can be tried for Outlook as well.
1. I pushed out a PS script (Schdtask) from Intune to create a scheduled task on all Intune devices.
2. This task will run another PS script(LogonScript) stored at the same Azure blob whenever there is a user login.
2. This LogonScript will first remove the default Normal.dotm file.
3. Then it will then connect to the same Azure blob and get our custom Normal.dotm file and place it under the same default template location.
I am sure this is not the best solution to go with but this can be tried if you have no other choice.
I will also be keen to get any other solution for this.
Regards,
Ashish Arya