N
N
NameOf Var2018-02-03 19:45:12
LDAP
NameOf Var, 2018-02-03 19:45:12

Is it possible to find out the list of users on a specific PC via LDAP?

Hello!
Is it possible to get a list of all system users of a particular computer using an LDAP query?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CityCat4, 2018-02-03
@CityCat4

There is no concept of "system user" in Windows. From the word at all. There is a "local user" created locally on this computer. Their list can probably be obtained through WMI. Through LDAP, you can only get a response to a query from AD - and then only if the binding credits allow you to get it.

D
Dmitry, 2018-02-03
@Tabletko

Local users have nothing to do with AD

D
dmfun, 2018-02-05
@dmfun

You can do this with a script or WMI query select * from win32_useraccount where localaccount=True.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question