Category: IT Community

Patterson River Secondary College

Creating Class Teams based on Edval Timetable

To create Class Teams based on the timetable, first we get an export from edval containing the class names in excel – We filtered the classes from an edval rotation export to only show Year 12 classes for this example. We like to have classes in the format “Year 12 Subject 202X” so we copy…
Read more

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