Category: IT Community

Patterson River Secondary College

Importing User Images into M365 using Powershell

First step is to install the Microsoft Graph Powershell SDK module by opening powershell and entering –Install-Module Microsoft.Graph -Scope CurrentUser Check the version that you’ve installed –Get-InstalledModule Microsoft.GraphIf you need to update the version –Update-Module Microsoft.Graph To connect to M365 tenant using the powershell module –Connect-MgGraph -Scopes “User.ReadWrite.All” Once you are connected you can then…
Read more

M365 Teams Template error

After creating a Teams Template we noticed some newly created templates had disappeared from Teams Admin Centre. We used Powershell to verify and check the Templates were missing by issuing the following commands. First we connect to Teams powershell by using the following commandConnect-MicrosoftTeams We then checked the list of Teams templates by using the…
Read more