MD-102T00-Microsoft-365-Endpoint-Administrator
Lab issues
Lab 0501
Invalid JWT token Solution
Update Powershell 7.3 to 7.5.0
————————————-
$LatestVersion = “7.5.0”
$InstallerUrl = “https://github.com/PowerShell/PowerShell/releases/download/v$LatestVersion/PowerShell-$LatestVersion-win-x64.msi”
$InstallerPath = “$env:TEMP\PowerShell-$LatestVersion-win-x64.msi”
Invoke-WebRequest -Uri $InstallerUrl -OutFile $InstallerPath
Start-Process -FilePath “msiexec.exe” -ArgumentList “/i `"$InstallerPath`
” /qn” -Wait
Install-Module Microsoft.Graph -Scope CurrentUser -Force
Import-Module Microsoft.Graph
———————————————————–
“https://github.com/MicrosoftLearning/MD-102T00-Microsoft-365-Endpoint-Administrator/tree/master/Instructions/Labs”
Lab 0201: Configuring and managing Entra Join
Here is the fix. Insert after Task 1 Step 14..
https://learn.microsoft.com/en-us/entra/identity/authentication/howto-authentication-sms-signin
Task 1
14. On the Device settings page, select Save.
Enable SMS-based authentication for your Microsoft Entra tenant.
- Browse to Protection > Authentication methods > Policies.
- From the list of available authentication methods, select SMS.
- Select Enable and select Target users. Enable SMS-based authentication for All users
- Select Save