GPO - Windows Server 2016

rebas

New Member
Joined
Dec 25, 2020
Messages
2
hi all,

I want to apply these group strategies (windows server 2016):

- When a computer is running, the windows logs in with a password automatically (Without user knowing the password).
- Startup and shutdown of all computers Automatic (linked with a server) from a server.

Thanks all.
 

Solution
What logs in? A user logs in with their credentials that's the point of central authenticate. GPOs wouldn't would be available to start or stop computers. You could run a script to shut the down, but power on computers requires a physical presence

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
What logs in? A user logs in with their credentials that's the point of central authenticate. GPOs wouldn't would be available to start or stop computers. You could run a script to shut the down, but power on computers requires a physical presence
 

Solution

rebas

New Member
Joined
Dec 25, 2020
Messages
2
i want apply "autologin" for all users my domain, In order for the user to not be able to access the passwords on the browser.

autologon :
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,998
You'd have to hard code the passwords on each machine which wouldn't be possible with a GPO nor would it be a sharp thing to essentially disable authentication.
 

Back
Top