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