MicrosoftTeams-image

How to Use Outlook Calendar Scheduling Assistant (Web & Application)

Scheduling meetings and appointments using your Outlook calendar can help eliminate the frustrating back-and-forth associated with coordinating availability. The scheduling assistant shows your overlapping free times in order to quickly decide on an appropriate meeting. Via Web Browser Below are the steps to use the Scheduling Assistant for Outlook in a web browser. This widget Read More

MicrosoftTeams-image

Autopilot Manual Registration Overview

Ideally, registration of a device with Windows Autopilot is performed by the OEM, reseller, or distributor from which the device was purchased. However it is also possible to register devices manually. You might need to register a device manually if: The device was obtained from a non-participant device manufacturer or reseller. The device is a Read More

MicrosoftTeams-image

How to Force Install Microsoft Teams With Intune Scripts

For some reason, Teams won’t install automatically with Office 365 deployment via Intune. I have created the below scripts and assigned them on Intune to force install Teams. Scripts: $registryPath = “HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run” $Name = “TeamsMachineInstaller” $value = “C:\Program Files (x86)\Teams Installer\Teams.exe –checkInstall –source=default”      if (Get-ItemProperty -Path $registryPath -Name $name -ErrorAction Ignore) {   Read More

MicrosoftTeams-image

How to Enable Microsoft 365 Apps for Enterprise Logging

This article was written by Eric Splichal, Support Escalation Engineer. When you troubleshoot Microsoft Office issues, traditional log settings sometimes don’t collect enough information. These might include sign-in issues, installation and patching issues, or even app issues. To collect more verbose logging details, registry keys must be added. For sign-in or activation issues, run the following Read More

MicrosoftTeams-image

Overview of Shared Computer Activation for Microsoft 365 Apps

The information in this article is intended for administrators and IT Pros. For information about activating a personal copy of Office, see Activate Office. Shared computer activation lets you deploy Microsoft 365 Apps to a computer in your organization that is accessed by multiple users. Here are some examples of supported scenarios: Three workers at a Read More

MicrosoftTeams-image

Understand RADIUS Authentication with Azure Active Directory

Remote Authentication Dial-In User Service (RADIUS) is a network protocol that secures a network by enabling centralized authentication and authorization of dial-in users. Many applications still rely on the RADIUS protocol to authenticate users. Microsoft Windows Server has a role called the Network Policy Server (NPS), which can act as a RADIUS server and support Read More