J Siva
Kilo Patron

Hi @Chris A - UK 

That's expected. From Intune, we won't be getting the OS name as 'Windows 10/11'. We need to use our custom logic to populate the OS. In the robust transform, use the custom RTE entity operation to populate the OS based on the OS version. For example:

  • If the OS version starts with '10.0.2', then OS = Win 11.
  • Otherwise, OS = Win 10.

Regards,
Siva

View solution in original post