Skip to content

Commit

Permalink
Add support for Server 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
adjackura committed Oct 3, 2018
1 parent baa697b commit c64c8c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion google-compute-engine-sysprep.goospec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-compute-engine-sysprep",
"version": "3.9.2@1",
"version": "3.9.3@1",
"arch": "noarch",
"authors": "Google Inc.",
"license": "http://www.apache.org/licenses/LICENSE-2.0",
Expand Down
7 changes: 7 additions & 0 deletions sysprep/activate_instance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,13 @@ function Get-ProductKmsClientKey {
$license_key = 'CB7KF-BWN84-R7R2Y-793K2-8XDDG'
}

'Windows Server 2019 Standard' {
$license_key = 'N69G4-B89J2-4G8F4-WWYCC-J464C'
}
'Windows Server 2019 Datacenter' {
$license_key = 'WMDGN-G9PQG-XVVXX-R3X43-63DFG'
}

'Windows Server Standard' {
$license_key = 'DPCNP-XQFKJ-BJF7R-FRC8D-GF6G4'
}
Expand Down

0 comments on commit c64c8c9

Please sign in to comment.