How to restrict Active Directory user logons to specific named devices
Published January 06, 2024 by Danny Moran
Table of Contents
Introduction
Learn how to restrict what devices Active Directory users can logon to. In this example, I show you how to modify an Active Directory user account using the ’logon to’ feature to restrict what devices a user account can logon to, only allowing them to logon to specific named computers or servers.
Video
Instructions
Open Active Directory Users and Computers.
Note: You can run
dsa.msc
to open the management console.Find the user account you want to lockdown.
Right-click the user account and select Properties.
Under the Account tab, select Log On To.
Select The following computers.
Enter the hostname of the device you want to allow the user to be able to logon to and press Add.
Repeat step 6 for each device you want the user to be able to logon to.
Press OK to close the logon workstations window.
Press Apply to save the changes to the user account.
Press OK to close the user properties window.
The user account has now been locked down and can only logon to devices with the hostname specified.