Merge pull request #5 from AngryNoodlez/master

Added Windows Server 2019 SKUIDs
This commit is contained in:
Matteo ℱan 2018-11-05 23:49:44 +01:00 committed by GitHub
commit 65e4b27193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,13 @@ class kmsBase:
}
skuIds = {
#########################
## Windows Server 2019 ##
#########################
uuid.UUID("34e1ae55-27f8-4950-8877-7a03be5fb181") : "Windows Server 2019 Datacenter",
uuid.UUID("de32eafd-aaee-4662-9444-c1befb41bde2") : "Windows Server 2019 Standard",
uuid.UUID("034d3cbb-5d4b-4245-b3f8-f84571314078") : "Windows Server 2019 Essentials",
uuid.UUID("a99cc1f0-7719-4306-9645-294102fbff95") : "Windows Server 2019 Azure Core",
#########################
## Windows Server 2016 ##
#########################

View file

@ -88,6 +88,13 @@ class kmsBase:
}
skuIds = {
#########################
## Windows Server 2019 ##
#########################
uuid.UUID("34e1ae55-27f8-4950-8877-7a03be5fb181") : "Windows Server 2019 Datacenter",
uuid.UUID("de32eafd-aaee-4662-9444-c1befb41bde2") : "Windows Server 2019 Standard",
uuid.UUID("034d3cbb-5d4b-4245-b3f8-f84571314078") : "Windows Server 2019 Essentials",
uuid.UUID("a99cc1f0-7719-4306-9645-294102fbff95") : "Windows Server 2019 Azure Core",
#########################
## Windows Server 2016 ##
#########################