Forum Discussion

Asen_Marinov's avatar
Asen_Marinov
Copper Contributor
Mar 19, 2024

Default to be set as Calibri

Hi all, 

 

I would like to ask for some advise as I need to change the default font in Outlook for all users in the tenant.

I found this article -> https://www.joeyverlinden.com/default-fonts-and-styles-for-outlook-via-intune/

It appears to be fine, I just wanted to confirm what I need to change in the Remediation script as the guy has not marked it on the picture and it is bit unclear (I'm new in these PS scripts and does not have the proper experience and view so may be this is the issue).

 

So,  in the first pic, he mentioned ->  "All you have to do is copy the binary string for “ReplyFontComplex” into the field for $Value1 and the binary string for “ComposeFontComplex” into $Value2 in the following script", is that mean that I need to add the exported value into the fields in RED below:

 

In regards the second script, where exactly I need to add the values I exported, "You only need to insert the simple values once" but the simple ones actually is only ONE as far as I can see below:

 

 

Thanks for your help!

2 Replies

  • Asen_Marinov 

     

    You may also consider GPO: 

    Outlook 365: exporting the registry key : HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\MailSettings then using a GPO to import those settings onto the client machines

     

    Btw, this no longer seems to work with the New Outlook yet

  • joeyvldn's avatar
    joeyvldn
    Brass Contributor
    Sorry to see your post only now. You could have wrote a comment on the blog which i would have seen much faster.

    I have an example script here. Maybe this helps? Note: This script was based on a one-time deploy script and running as a scheduled task. The blog was later modified to use the proactive remediation script. The contents of the script are mostly the same. Take a look here:

    PS. Don't know anymore which font this was.

    https://github.com/j0eyv/scripts/blob/main/UEM_OutlookBranding_Example.ps1

Resources