Hello
The tracking IDs you have are likely related to the purchase or licensing of your Windows Server 2022 and CALs (Client Access Licenses). However, these tracking IDs cannot be directly converted into product keys.
The product key for Windows Server 2022 should have been provided to you when you purchased the server license. This key is used to activate your Windows Server 2022. If you have a KMS (Key Management Service) setup, you can use the following KMS keys for installing Windows Server 2022:
- Windows Server 2022 Datacenter: WX4NM-KYWYW-QJJR4-XV3QB-6VM33
- Windows Server 2022 Standard: VDYBN-27WPP-V4HQT-9VMD4-VMK7H
Please note that these keys will not activate your server. They are meant to allow you to install and run the server in a grace period mode until it can connect to your KMS and be activated.
If you need to convert an evaluation version of Windows Server 2022 to a full version, you can use the DISM command in an elevated command prompt:
DISM /online /Set-Edition:ServerStandard /ProductKey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /AcceptEula
Replace ServerStandard with ServerDatacenter and use the corresponding product key if you’re using the Datacenter edition.