Join Teams work meetings from Microsoft Teams (free) and vice versa

Microsoft Teams (Free) users can currently join Teams for work (or school) meetings only as guests, which requires them to use a browser and results in a sub-optimal experience. The new feature rolling out will allow these users to join Teams for work (or school) meetings in one click, without being redirected to the browser or asked to fill in their name/surname. They will also be able to continue collaborating with the meeting organizer and other participants via meeting chat after the meeting.  The feature will work in the opposite way as well, so Teams for work (or school) will just as easily be able to join meetings hosted by a Teams Free user with one click. This is associated with Roadmap ID: 167326

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

Comments