Prepare for: Multiple account access to Copilot in Microsoft 365

There is a new (As of January 30, 2025) policy setting is available in Cloud Policy, which will enable multiple account access to Copilot in Microsoft 365 desktop and mobile apps, allowing users to utilize Copilot across different signed-in accounts.  The feature itself will allow a user to use a fully licensed Copilot feature from one tenant on "any" document available to them in a tenant they have access to. No matter if the user has Copilot in any of the other tenants. The feature will be rolled out globally from early March 2025 and is expected to be completed by late March 2025, but organizations might want to look into this policy and understand how it may or may not impact their existing security policies. I recommend reading up on the following article , where details about what the user can access in different scenarios are described. Here are some of the things to take into consideration:  Copilot's data protection is based on the identity used to access the fil...

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