Im attempting to do a dsquery on a remoter AD server that I have access to through my network(No UN and PASS required).
dsquery server -s <server name> is supposed to connect me to a server while
dsquery user -name <username> is supposed to search for a certain user.
I attempted to combine the two with "&&" but it just get a list of LDAP object.
Is what I'm trying to do even possible ? I've searched but do not seem to find anything on the matter