Hi Team,
Could you please provide us if any SWQL to get all types of network devices to create the modern dashboard.
Depends on what kind of information you want to see. Below query will give you some basics on just Network devices:
SELECT N.Caption AS NodeName ,N.IPAddress ,N.Vendor ,N.MachineType FROM Orion.Nodes AS N WHERE N.Category=1 -- 1=NetworkDevices