David Wilkinson
Active Member
- Messages
- 26
- Reaction score
- 1
- Points
- 1
Hi there,
I have been asked by our network department for a list of devices that are connected to our internal wireless network, is there a query that I can run that will show devices that are running off WIFI and not via Network cable?
I tried the following Query but it shows nearly 400 devices and I wasn't sure it was as high as that.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_NETWORK_ADAPTER on SMS_G_System_NETWORK_ADAPTER.ResourceID = SMS_R_System.ResourceId where SMS_G_System_NETWORK_ADAPTER.Description like "Wireless"
Let me know your thoughts.
Thanks,
David
I have been asked by our network department for a list of devices that are connected to our internal wireless network, is there a query that I can run that will show devices that are running off WIFI and not via Network cable?
I tried the following Query but it shows nearly 400 devices and I wasn't sure it was as high as that.
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_NETWORK_ADAPTER on SMS_G_System_NETWORK_ADAPTER.ResourceID = SMS_R_System.ResourceId where SMS_G_System_NETWORK_ADAPTER.Description like "Wireless"
Let me know your thoughts.
Thanks,
David