Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Customer wanted Verdana 9 as font for sending and replying e-mails.
After trying GPP (Grou Policy Prefence) and setting Reg_Binary values using WEM which both failed in setting the right font, I ended up with setting the right font manually, exported the registry keys HKCU\Software\Microsoft\Office\16.0\Common\MailSettings using the values ComposeFontComplex, ComposeFontSimple, ReplyFontComplex, ReplyFontSimple, TextFontComplex, TextFontSimple into a .reg file.
Placed this in \<domain>\notlogon and used an external task in WEM using C:\Windows\SYstem32\reg.exe with parameter import \<domain>\netlogon\verdana9.reg
After that, the right registry key is imported and the font is set to the right value.