Hi Jason, That sounds like a job the Meraki API would be able to accomplish as the dashbaord does not provide a way to get client details across all networks in one location. You will need to iterate through all your networks using - Get Organization Networks - Meraki Dashboard API v1 - Cisco Meraki Developer Hub Then using the network id information, grab the list of clients using and filter on the description field ="QPCYWA " - Get Network Clients - Meraki Dashboard API v1 - Cisco Meraki Developer Hub You can refer to automation-scripts/find_clients.py at master · meraki/automation-scripts · GitHub as a base line and tweak it as per your requirements
... View more