HELP

  • Thread starter Thread starter CHARLIE
  • Start date Start date
C

CHARLIE

We are getting this error message on our server "The local
polocy of this system does not permit you to log on
intetactivly" we have used the ntrights utililty to no
avail Please help! any suggestions are ways arround this
issue we need access to the server.
..
 
Hi,

You'll need to use a remote machine to fix this. If the machines are not a
member of a domain, do this first on a connected machine:

net use \\ProblemServer\ipc$ /u:ProblemServerName\SomeAdministratorAccount

enter SomeAdministratorAccount's password when prompted.

Next, on the client computer, launch the MMC console (start>run>mmc). Goto
File>Add Remove Snapins, find Group Policy Editor. Click Add, when prompted
chose to connect to a remote computer, and browse for the Problem Server.
Once this is done, click okay, andokay again to clsoe out of hte dialogs.

In the treeview, browse computer config, security settings, user rights
assignment. Add the users or groups you want to allow to the Allow Log On
Interactively right. If need be, remove them from the Deny Logon
Interactively group.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 
Back
Top