Skip to content

Commit f9a5194

Browse files
authored
Merge pull request #99 from scns/kb-fix
Bugfix - Kb fix
2 parents 4b0e0e1 + e490ca8 commit f9a5194

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

get-windows-update-report.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ De resultaten worden geëxporteerd naar CSV-bestanden en een HTML-dashboard met
2222
Maarten Schmeitz (info@maarten-schmeitz.nl | https://www.mrtn.blog)
2323
2424
.LASTEDIT
25-
2025-09-11
25+
2025-10-16
2626
2727
.VERSIE
28-
3.0.0
28+
3.1.2
2929
#>
3030

3131
#Versie-informatie
32-
$ProjectVersion = "3.0.0"
33-
$LastEditDate = "2025-09-15"
32+
$ProjectVersion = "3.1.2"
33+
$LastEditDate = "2025-10-16"
3434

3535
# Import configuratie
3636
try {

kb-mapping.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"lastUpdated": "2025-10-15",
3-
"version": "2.3",
2+
"lastUpdated": "2025-10-16",
3+
"version": "3.1.2",
44
"description": "Windows KB Update Mapping voor Build Numbers",
55
"source": "https://raw.githubusercontent.com/scns/Windows-Update-Report-MultiTenant/refs/heads/main/kb-mapping.json",
66
"warnings": {
@@ -69,16 +69,16 @@
6969
},
7070
"windows11_24h2": {
7171
"26100": {
72-
"kb": "KB5044384",
72+
"kb": "KB5066835",
7373
"date": "2025-10",
7474
"title": "Cumulative Update for Windows 11 24H2",
7575
"version": "24H2",
76-
"releaseDate": "2025-10-08",
76+
"releaseDate": "2025-10-14",
7777
"builds": {
78-
"26100.2033": {
79-
"kb": "KB5044384",
78+
"26100.6899": {
79+
"kb": "KB5066835",
8080
"date": "2025-10",
81-
"releaseDate": "2025-10-08",
81+
"releaseDate": "2025-10-14",
8282
"description": "October 2025 Update"
8383
},
8484
"26100.1882": {
@@ -102,25 +102,25 @@
102102
}
103103
},
104104
"26010": {
105-
"kb": "KB5044384",
105+
"kb": "KB5066835",
106106
"date": "2025-10",
107107
"title": "Cumulative Update for Windows 11 24H2",
108108
"version": "24H2",
109-
"releaseDate": "2025-10-08"
109+
"releaseDate": "2025-10-14"
110110
}
111111
},
112112
"windows11_25h2": {
113113
"26200": {
114-
"kb": "KB5044384",
114+
"kb": "KB5066835",
115115
"date": "2025-10",
116116
"title": "Cumulative Update for Windows 11 25H2",
117117
"version": "25H2",
118-
"releaseDate": "2025-10-08",
118+
"releaseDate": "2025-10-14",
119119
"builds": {
120-
"26200.2033": {
121-
"kb": "KB5044384",
120+
"26200.6899": {
121+
"kb": "KB5066835",
122122
"date": "2025-10",
123-
"releaseDate": "2025-10-08",
123+
"releaseDate": "2025-10-14",
124124
"description": "October 2025 Update"
125125
},
126126
"26200.1882": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
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.
1111

12-
## 🎯 Versie 3.0 Hoogtepunten
12+
## 🎯 Versie 3.1 Hoogtepunten
1313

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

0 commit comments

Comments
 (0)