Copilot in Outlook: Prioritize my inbox

Microsoft is releasing a new feature for Copilot in Outlook: "Prioritize my inbox by Copilot". The feature can go through your inbox and analyse the content for you. it will then mark them as high and low priority and help you focus on the tasks that are important to you. When the feature rolls out, it will be implemented as an opt-in feature for users, and it will be a "limited seating" until there is enough capacity for all within the organization. When available and enabled, there will be ways to tell Copilot what is important to you. You can read more about this on the support pages for the feature. A couple of notes: It will only prioritize in your main inbox (Not subfolders) It will not work on shared mailboxes or groups This feature is associated with Microsoft 365 Roadmap ID 411302  and will start rolling out in April 2025

Installing OCS 2007 R2 (and fighting it)... Part 1; SQL 2008

Well, Here I am, about to install the next OCS version. I have three Windows 2008 servers at my disposal (in an existing domain). I am wondering just how easy a setup is, and if grandma could do it (which was my first impression during training) :) 
- First off is installing the backend server = SQL 2008
I thought this was going to be the easy part.... stupid as I am ;)
It turned out to be a little obstacle on my way. I launched the installer, and was prompted to first install .Net 3.5 and a installer hot-fix. I accepted, and the installation failed.... Again, and again.... As it turns out; The installer package only check for a few prerequisites of the installation, not prerequisites of the prerequisites. Only after installing (sorry; enabling the feature) .Net through server manager (and thereby enabling some IIS features as well) was I able to continue on with the SQL installation.
I guess I would have known if I read the manual first, but why do they make checks to an installation if they do not check (or install) all the prerequisites?
When it comes to the installation process (still talking about SQL), I can tell MS has been working a lot on it. The interface is clean, and easy to navigate through. They have even made a change in the defaults, to make you think. You now have to select the user under which the services (one for all or different for all) run under. This is a major improvement, as previous installation often run as local system or administrator. (Easy targets ;)