Windows 8 Need to allow one single user control at logon

ryanrh

New Member
Joined
Jun 25, 2014
In the attached screenshot you can see what pops up every time this new user logs in to our local network domain. The server name is "goodbuddy" on "TRUCKERSREPORT" domain and it seems to be running some kind of setup right at login every time. I don't want to allow this user admin rights for program changes, but i need to make it so an administrator doesn't have to enter their credentials in this every time this user logs into their computer. Any help would be appreciated, thanks!
UserAccountControls.jpg
 
The user needs permission to join your domain and that can (in fact, should) also be done from the server end. The three basic models are;

1. All users need admin password to join (default) server… this is designed for small office setup that typically have a supervisor there whom can type in the password without disrupting the work flow too badly.

2. Everyone can join as they please… this is not very secure and only used for testing or on domains with non-windows systems connected to windows systems.

Note that a workgroup is not the same thing although you could set it to this type of access.

3. Trusted users as defined from the server… basically a list of people that can join the domain without needing to supply the password. This list is normally user name but could also be computer name, ip address or even the mac address… an example of this system is an internet broadband service provider that allows you to connect to their server without logging in because they recognise your house modem.
 
Back
Top Bottom