Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions get-windows-update-report.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ De resultaten worden geëxporteerd naar CSV-bestanden en een HTML-dashboard met
Maarten Schmeitz (info@maarten-schmeitz.nl | https://www.mrtn.blog)

.LASTEDIT
2025-09-11
2025-10-16

.VERSIE
3.0.0
3.1.2
#>

#Versie-informatie
$ProjectVersion = "3.0.0"
$LastEditDate = "2025-09-15"
$ProjectVersion = "3.1.2"
$LastEditDate = "2025-10-16"

# Import configuratie
try {
Expand Down
28 changes: 14 additions & 14 deletions kb-mapping.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lastUpdated": "2025-10-15",
"version": "2.3",
"lastUpdated": "2025-10-16",
"version": "3.1.2",
"description": "Windows KB Update Mapping voor Build Numbers",
"source": "https://raw.githubusercontent.com/scns/Windows-Update-Report-MultiTenant/refs/heads/main/kb-mapping.json",
"warnings": {
Expand Down Expand Up @@ -69,16 +69,16 @@
},
"windows11_24h2": {
"26100": {
"kb": "KB5044384",
"kb": "KB5066835",
"date": "2025-10",
"title": "Cumulative Update for Windows 11 24H2",
"version": "24H2",
"releaseDate": "2025-10-08",
"releaseDate": "2025-10-14",
"builds": {
"26100.2033": {
"kb": "KB5044384",
"26100.6899": {
"kb": "KB5066835",
"date": "2025-10",
"releaseDate": "2025-10-08",
"releaseDate": "2025-10-14",
"description": "October 2025 Update"
},
"26100.1882": {
Expand All @@ -102,25 +102,25 @@
}
},
"26010": {
"kb": "KB5044384",
"kb": "KB5066835",
"date": "2025-10",
"title": "Cumulative Update for Windows 11 24H2",
"version": "24H2",
"releaseDate": "2025-10-08"
"releaseDate": "2025-10-14"
}
},
"windows11_25h2": {
"26200": {
"kb": "KB5044384",
"kb": "KB5066835",
"date": "2025-10",
"title": "Cumulative Update for Windows 11 25H2",
"version": "25H2",
"releaseDate": "2025-10-08",
"releaseDate": "2025-10-14",
"builds": {
"26200.2033": {
"kb": "KB5044384",
"26200.6899": {
"kb": "KB5066835",
"date": "2025-10",
"releaseDate": "2025-10-08",
"releaseDate": "2025-10-14",
"description": "October 2025 Update"
},
"26200.1882": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Dit PowerShell-project genereert een uitgebreid overzichtsrapport van Windows Update en device compliance status voor meerdere tenants via Microsoft Graph. Het resultaat is een professioneel HTML-dashboard met filterbare tabellen, grafieken, compliance monitoring en gedetailleerde KB informatie.

## 🎯 Versie 3.0 Hoogtepunten
## 🎯 Versie 3.1 Hoogtepunten

- **🛡️ Device Compliance Integration**: Volledige Microsoft Graph compliance monitoring
- **🔄 Intelligent Backup System**: Automatische backups met retention management
Expand Down
Loading