Say on the domain all my server names start with the text MYSERVERS (Such as
Myservers01, myservers02, etc.)
from the command line I can do: net view /domain:mydomain |find /i
\\myservers
(This command queries the domain and returns all servers that begin with
'myservers')
Any ideas?
Brian