I have a function that returns a list of servers on our network by utilizing the NetServerEnum API call. The only problem is that the NetServerEnum seems to be picking up certain PC's as well. Is there anyway to utilize the API in such a way that it distinguishes between a NT/2000 server and a NT/2000 workstation?

Thanks