The problem
Every Service Desk ticket starts with the same question: "which workstation does this user have?". The answer lives in three different systems.
- SCCM — query SMS_UserMachineRelationship — assuming you remember the WMI namespace and the WQL syntax.
- Entra ID — correlate registered devices to userPrincipalName via Microsoft Graph.
- Active Directory — check the managedBy attribute and reconcile by hand.
Three queries, three syntaxes, three results to merge. Or you spend 2 seconds in this tool.