Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.19 KB

Windows 11 Compatibility Check

GitHub repo size

GitHub issues

GitHub last commit

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

Install:

PowerShell.exe -ExecutionPolicy Bypass -Command .\Get-Windows-Readiness.ps1

Add Webhoof URL:

$TeamsChannelUrl = "" #Add your Teams Channel URL here

Logfiles:

The scripts create a logfile with the name of Windows11Readiness.log in the folder C:\Windows\Logs.

Requirements:

  • PowerShell 5.0
  • Windows 10
  • Microsoft Teams

Feature requests

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