active directory - How to find user Full name without User name in CMD? -
i tried this, net user /domain | find "user1", finds user name.
how can search attribute total name?
use dsquery instead of net user if want search total name. net user not suitable kind of query:
dsquery user -name "joe average" the command part of remote server management tools (rsat).
if have username , want more info user can utilize username straight net user:
net user user1 /domain active-directory command cmd
No comments:
Post a Comment