Query Details
MachineInfo |where OSPlatform contains "server" |project ComputerName, OSPlatform |distinct ComputerName, OSPlatform
This query selects the MachineInfo data where the OSPlatform contains the word "server". It then projects the ComputerName and OSPlatform columns and returns only distinct combinations of ComputerName and OSPlatform.

Rod Trent
Released: March 26, 2020
Tables
Keywords
Operators