sample csv file

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

sample csv file

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

sample csv file

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

sample csv file

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

sample csv file

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

sample csv file

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