Copilot in PowerPoint with Organizational Brand Images coming soon

Copilot in PowerPoint with Organizational Brand Images coming soon Microsoft is about to improve Copilot in PowerPoint by making it possible to connect it to your organization's brand images. Or at least connect to either Organizational Asset Library (OAL) in Microsoft SharePoint or Templafy Library (a third-party solution) for integrating brand images. The connection requires some configuration on the admin side, but none is required if the default image option in PowerPoint is good enough. This feature will require the user to have a Microsoft 365 Copilot license and will work with PowerPoint for Windows desktop, Mac desktop, and PowerPoint for the web. The Organizational Asset Library (OAL) in Microsoft 365 is a centralized repository hosted on SharePoint where organizations can store and manage their brand assets, such as images, logos, icons, and templates. This library ensures that users have quick access to approved brand assets, promoting consistency and efficiency in cre...

Important certificate note to self

I've been having issues on a server, where I was supposed to create a secure channel (tls) to a remote server for synchronizing the exchange free/busy information on users. I long suspected it to be certificate related, but I always ended up by turning ssl of (thus running unencrypted). I thought I had it all done right, when importing the root certificate of the CA to the trusted root. But it never solved my problem. 

Thanks to my OCS course, a bright light dawned on me. The reason why the TLS failed could be several. First of all, if you are running the sync service as a service on the server, the certificate must be in the trusted root of the computer, not the administrator (or other account which you are installing as). Second, if the service is set up to "run as" a separate user. It is a good idea to log on as that particular user, and import the certificate as that user. Quite simple when you think about it, but not always intuitive..... :P