Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some users are restricted to logon from designated machines

Status
Not open for further replies.

abhayh

Programmer
Apr 22, 2005
6
ZA
Hello All,
I have following qry about a Domain Controller -

How to determine if - Some of the users are restricted to logon from designated machines ?

I shall appriciate any immed response.

Thanks,
Abhay
 
Either run User Manager on the DC, double click the user account, and click on the 'Logon To' button, or get a command prompt and type 'net user [username]' to verify what workstations the account can logon from.
 
Thanks SjrH, that works.

But could you tell me how to check that using C++ ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top