Copilot: Self-Service Purchase coming soon

According to the message center Microsoft will roll out the new license request feature and self-service purchase option for Microsoft 365 Copilot by the end of March. These features will be available to users with various Microsoft 365 plans, including E1, E3, E5, and standalone products. Both features will be integrated within Microsoft 365 apps, such as Copilot Chat. The License Request feature I find quite beneficial, as it empowers end-users to justify their usage and request access. At least as long as the organization is already rolling out Copilot to their employees. However, the Self-Service Purchase option may raise concerns for organizations that are not yet prepared to deploy Copilot. It is advisable for all organizations to review their self-purchase settings and make decisions to allow or deny access based on their readiness state. License Request: This feature allows users to request a Microsoft 365 Copilot license directly from their admin. It helps efficiently assign ...

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 ;)