Custom Engine Agents in Microsoft 365 Copilot

Agents in BizChat has been available for some time already, but now there is an upcoming update to Agents. The introduction of “ custom engine agents ” in Microsoft 365 Copilot! These specialized agents can be built on any large language model (LLM), toolchain, or orchestration tool, tailored specifically for your domain or tenant workflows. Initially supported in Microsoft Teams, this feature will soon be available in Microsoft 365 Copilot Business Chat ( BizChat ).   The introduction of Custom engine agents enables your organization to create customized experiences using your own AI systems and orchestrators. You can design unique prompts, connect to any LLM, and integrate these custom agents with Microsoft 365 Copilot. After the rollout, users will be able to access these agents, provided they are enabled and deployed in the Microsoft 365 admin center under the Copilot tab.   You can read more about the feature on this page . Eligible users can create agents using Micros...

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