Hi, I've got a simple powershell report that looks at a network and pulls all clients. For some reason it only pulls back 10 clients. I can use "select first" command and get 1-10 lines back but nothing more.. what am I missing? E.G Currently using this to go through each network's clients and pull out only Netgears. If a netgear doesn't appear in first 10 clients pulled back the result is null and script moves to next network.
... View more