How do you do....it? Thread, Permitting only one user to log on to a workstation in Technical; This is not related to simultaneous log on.
I have one user that has a workstation that has data on ...
-
4th September 2007, 10:14 AM #1
- Rep Power
- 11
Permitting only one user to log on to a workstation
This is not related to simultaneous log on.
I have one user that has a workstation that has data on it that we do not want any other user to have access to. It resides on the C Drive of this machine (and is backed up to the network) and therefore cannot be protected on the network. We want to be able to restrict the use of this machine to this one user only (plus domain admins of course). Anyone done this before and if so how?
-
-
IDG Tech News
-
4th September 2007, 10:23 AM #2 Re: Permitting only one user to log on to a workstation
Why can't the data live in the users home folder so that only they have access to it?
Or just set the ntfs permissions on it so only that user and admin can access the particular folder?
Ben
-
-
4th September 2007, 10:29 AM #3 Re: Permitting only one user to log on to a workstation
If you put the computer in its own OU or create another group policy in its current OU and set the security so that computer can only upload the policy. Then in group policy define the users/groups that are allowed to logon or that aren’t allowed what ever is easiest. In the group policy its under Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment > Logon Locally / Denny Logon Locally
-
-
4th September 2007, 10:44 AM #4
- Rep Power
- 14
Re: Permitting only one user to log on to a workstation
I would suggest changing the NTFS permissions accordingly, NTFS will restrict the files/folders to individuals or security groups defined on the 'Security' tab.
-
-
4th September 2007, 10:48 AM #5 Re: Permitting only one user to log on to a workstation
Also ensure this data is being backed up (and thus, the backups are secure from inquisitive users).
-
-
4th September 2007, 11:42 AM #6 Re: Permitting only one user to log on to a workstation
You could add a script to the all user startup folder that checks the username and logs off anyone not on the list, eg:
@echo off
if %username%==YourUser exit
if %username%==Admin exit
shutdown -l
-
-
4th September 2007, 01:46 PM #7
- Rep Power
- 11
Re: Permitting only one user to log on to a workstation
@Plex
Because if it could have gone there as a network admin that is the first place I would have put it!!
@FN
This is virtually what I did in the end although instead of using the logon locally option used the "Access this computer from the network". This works well.
@plock
Another nice idea that we tried but the fact that a user can access the machine in the first instance was the point we were looking for here.
@Geoff
Part of the original question indicates that the files/folders are backed up to the network.
@altecsole
Good idea, I haven't tried this one yet but will give it a go
Thanks for your answers, issue resolved
-
-
5th September 2007, 03:22 PM #8 Re: Permitting only one user to log on to a workstation
So do share the solution
-
-
5th September 2007, 03:27 PM #9 Re: Permitting only one user to log on to a workstation

Originally Posted by
ctbjs @FN
This is virtually what I did in the end although instead of using the logon locally option used the "Access this computer from the network". This works well.
-
SHARE:
Similar Threads
-
By Dos_Box in forum Windows
Replies: 6
Last Post: 11th September 2007, 11:17 AM
-
By pete in forum Hardware
Replies: 9
Last Post: 4th December 2006, 06:30 PM
-
By Nij.UK in forum Windows
Replies: 2
Last Post: 5th June 2006, 02:49 PM
-
By SteveT in forum Windows
Replies: 7
Last Post: 9th March 2006, 04:41 PM
-
By wesleyw in forum Windows
Replies: 4
Last Post: 23rd January 2006, 05:16 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules