This repo contains an powershell scripts to check the compatibility from your device to run Windows 11. The result will be send to your Microsoft Teams Channel so you have to create an Webhook in your Team an add the Webhook URL in the script
PowerShell.exe -ExecutionPolicy Bypass -Command .\Get-Windows-Readiness.ps1
$TeamsChannelUrl = "" #Add your Teams Channel URL here
The scripts create a logfile with the name of Windows11Readiness.log in the folder C:\Windows\Logs.
- PowerShell 5.0
- Windows 10
- Microsoft Teams
If you have an idea for a new feature in this repo, send me an issue with the subject Feature request and write your suggestion in the text. I will then check the feature and implement it if necessary.
Created by @niklasrast