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

image

How to Deploy 1Password SCIM Bridge on the Google Cloud Platform

Learn how to deploy 1Password SCIM Bridge on Google Cloud Platform, so you can integrate with your identity provider. TIP If you don’t use Google Cloud Platform, you can still automate provisioning in another deployment environment. With 1Password Business, you can automate many common administrative tasks using 1Password SCIM Bridge. It uses the System for Cross-domain Identity Read More

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

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

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

image

How to Deploy Visio or Project with Intune

Sometimes I get the question how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect, so I have created this short blogpost on how to deal with this task. It is possible to add e.g. Language Packs, Proofing Read More