|
@PRODUCTTYPE in Kix4.63 now supports Windows 8 BUT is this behavior intended?
Here is the script (only one line as example): "Used Kix-Version: " + @kix + " prints Producttype as: " + @producttype
And the Output on Windows 2008 R2 with different Kix-Versions:
Used Kix-Version: 4.61 prints Producttype as: Windows Server 2008 R2 Used Kix-Version: 4.62 prints Producttype as: Windows Server 2008 R2 Used Kix-Version: 4.63 prints Producttype as: Windows 6.1 / 3
|