sample csv file

How to Deploy Microsoft Defender for Identity with Microsoft 365 Defender

The deployment of Microsoft Defender for Identity with Microsoft 365 Defender has two phases – preparation and deployment. This article will outline the steps in each phase, and also provide instructions for special scenarios. Start using Microsoft 365 Defender To begin the deployment of Defender for Identity, sign in to the Microsoft 365 Defender portal. From Read More

sample csv file

How to Create a Library in SharePoint Online for Office Templates

An organization assets library is a document library that you designate for storing images & logos for use in your company. These images can be used in modern web parts added to SharePoint pages. This adds the obvious benefit of a central location for the storage of corporate media. You can have up to 30 Read More

sample csv file

How to Enroll Your macOS Device With Company Portal

Enroll your macOS device with the Intune Company Portal app to gain secure access to your work or school email, files, and apps. Organizations typically require you to enroll your device before you can access proprietary data. After your device is enrolled, it becomes managed. Your organization can assign policies and apps to the device through Read More

sample csv file

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

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