mirror of
https://github.com/SystemRage/py-kms.git
synced 2024-11-22 08:15:38 +01:00
Merge pull request #5 from AngryNoodlez/master
Added Windows Server 2019 SKUIDs
This commit is contained in:
commit
65e4b27193
@ -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 ##
|
||||
#########################
|
||||
|
@ -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 ##
|
||||
#########################
|
||||
|
Loading…
Reference in New Issue
Block a user