Skip to content

Commit

Permalink
Adding Server 2025 Generic KMS License Keys (#260)
Browse files Browse the repository at this point in the history
* Adding Server 2025 Generic KMS License Keys

* Update google-compute-engine-sysprep.goospec
  • Loading branch information
bkatyl authored Nov 19, 2024
1 parent 0d31eba commit 77ac439
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packaging/googet/google-compute-engine-sysprep.goospec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"path": "sysprep/sysprep_uninstall.ps1"
},
"releaseNotes": [
"3.26.0 - Updated activate_instance.ps1 to to support Server 2025",
"3.25.0 - Updated instance_setup.ps1 to 169.254.169.254 instead of metadata.google.internal",
"3.24.0 - Updating activate_instance.ps1 to detect PAYG licenses.",
"3.23.0 - Remove logic that removes Microsoft.Copilot package before sysprep.",
Expand Down
7 changes: 7 additions & 0 deletions sysprep/activate_instance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@ function Get-ProductKmsClientKey {
$license_key = 'VDYBN-27WPP-V4HQT-9VMD4-VMK7H'
}

'Windows Server 2025 Datacenter' {
$license_key = 'D764K-2NDRG-47T6Q-P8T8W-YP6DF'
}
'Windows Server 2025 Standard' {
$license_key = 'TVRH6-WHNXV-R9WG3-9XRFY-MY832'
}

'Windows Server Standard' {
$license_key = 'N2KJX-J94YW-TQVFB-DG9YT-724CC'
}
Expand Down

0 comments on commit 77ac439

Please sign in to comment.