Skip to content

Commit 388500e

Browse files
authored
Add Windows Server 2025 Support
1 parent ff06efd commit 388500e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Update-WSUSComputerOperatingSystems.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,12 @@ $OSDescriptions = @(
368368
OSMinorVersion = 0
369369
OSBuildNumber = 25398
370370
}
371+
@{
372+
ProductVersion = ' 2025'
373+
OSMajorVersion = 10
374+
OSMinorVersion = 0
375+
OSBuildNumber = 26100
376+
}
371377
)
372378
ProductTypes = @(
373379
# Based on https://learn.microsoft.com/en-us/dotnet/api/microsoft.powershell.commands.operatingsystemsku

0 commit comments

Comments
 (0)