hidden hit counter
Welcome to WindowsForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Trying to create mandatory profiles....

 
   Win 2000/NT/98/ME (Home) -> Active Directory RSS
Next:  Occasional Problems with Logoff feature hanging o..  
Author Message
jim

External


Since: Feb 18, 2008
Posts: 3



(Msg. 1) Posted: Mon Feb 18, 2008 7:36 am
Post subject: Trying to create mandatory profiles....
Archived from groups: microsoft>public>win2000>active_directory (more info?)

I want to control the user desktops (not allow them to install stuff or hose
up the desktop for the next user) and I am trying to create mandatory
profiles on a Windows 2000 Server.

The Windows 2000 Server Administrator's Companion (Microsoft Press), on page
276, says to...

"1. Create a user account with a descriptive name.... This is just a blank
account that you'll use to create a template for the customized
configuration.

2. Log on using the template account and create the desktop settings you
want, including applications, shortcuts, apperance, network connections,
printers, and so forth.

3. Log off the template account. Windows 2000 creates a user profile on the
system root drive in the Documents And Settings folder. ....

4. Log on using an administrator account. Open Active Directory Users and
Computers, and find the account for which you want to assign the customized
roaming profile."

I'll stop here....because I can't get passed step #2.

When I log off the server as Administrator and try to log in as my template
user, I get a "Logon Message" that says "The local plicy of this system does
not permit you to logon interactively."

So I logged back in as Administrator, and added the user to the Local
Security Settings>User Rights Assignment>Log On Locally policy setting. I
also checked that Users group was checked there.

I tried logging in locally as Template again and got the same message.

What am I doing wrong?

jim

 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
Paul Bergson [MVP-DS]

External


Since: Oct 09, 2006
Posts: 119



(Msg. 2) Posted: Mon Feb 18, 2008 7:59 am
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The easiest thing to start with is REMOVE all users from the local
administrators group. If they aren't members of this they can't install new
software.

Point the users profile to a network location that is within their work
area, such as within their home folder. This is done from within ADUC, that
way if they damage something it only impacts their desktop.

Make the "All Users" folder read only for everyone but the Local
Administrators

This will get you a good start. I created mandatory roaming user profiles
for an airline hangar system and it took a while to get it all locked down.
I ended up getting some help from somebody writing some code to block users
from doing something's that you just couldn't lock down back in W2K.

--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"jim" wrote in message

>I want to control the user desktops (not allow them to install stuff or
>hose up the desktop for the next user) and I am trying to create mandatory
>profiles on a Windows 2000 Server.
>
> The Windows 2000 Server Administrator's Companion (Microsoft Press), on
> page 276, says to...
>
> "1. Create a user account with a descriptive name.... This is just a
> blank account that you'll use to create a template for the customized
> configuration.
>
> 2. Log on using the template account and create the desktop settings you
> want, including applications, shortcuts, apperance, network connections,
> printers, and so forth.
>
> 3. Log off the template account. Windows 2000 creates a user profile on
> the system root drive in the Documents And Settings folder. ....
>
> 4. Log on using an administrator account. Open Active Directory Users and
> Computers, and find the account for which you want to assign the
> customized roaming profile."
>
> I'll stop here....because I can't get passed step #2.
>
> When I log off the server as Administrator and try to log in as my
> template user, I get a "Logon Message" that says "The local plicy of this
> system does not permit you to logon interactively."
>
> So I logged back in as Administrator, and added the user to the Local
> Security Settings>User Rights Assignment>Log On Locally policy setting. I
> also checked that Users group was checked there.
>
> I tried logging in locally as Template again and got the same message.
>
> What am I doing wrong?
>
> jim
>

 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
Marcin

External


Since: Feb 01, 2008
Posts: 7



(Msg. 3) Posted: Mon Feb 18, 2008 8:00 am
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jim,
have you verified that the Effective Policy Setting checkbox for Log on
Locally user right assignment is marked on for the user/group in question?
Do you have by any chance an overlapping group configured with "Deny log on
locally" setting?

hth
Marcin
 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
jim

External


Since: Feb 18, 2008
Posts: 3



(Msg. 4) Posted: Mon Feb 18, 2008 8:11 am
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Marcin" wrote in message

> Jim,
> have you verified that the Effective Policy Setting checkbox for Log on
> Locally user right assignment is marked on for the user/group in question?
> Do you have by any chance an overlapping group configured with "Deny log
> on locally" setting?

It was not checked and I could not chnage it from where I saw it (kind of
greened/greyed out).

I don't know what policies my be overlapping that could hamper this. Is
there an easy way to find out?

jim
 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
Marcin

External


Since: Feb 01, 2008
Posts: 7



(Msg. 5) Posted: Mon Feb 18, 2008 5:31 pm
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Execute gpresult.exe from the Command Prompt while logged on as admin to the
server in question...

hth
Marcin
 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
jim

External


Since: Feb 18, 2008
Posts: 3



(Msg. 6) Posted: Tue Feb 19, 2008 2:51 am
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That is not a recognized command on this server.

I wonder if the text meant to log in to a PC as the template profile instead
of to the server?

jim

"Marcin" wrote in message

> Execute gpresult.exe from the Command Prompt while logged on as admin to
> the server in question...
>
> hth
> Marcin
 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
Paul Bergson [MVP-DS]

External


Since: Oct 09, 2006
Posts: 119



(Msg. 7) Posted: Tue Feb 19, 2008 7:39 am
Post subject: Re: Trying to create mandatory profiles.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It is part of the Resource Kit
http://www.petri.co.il/download_free_reskit_tools.htm

http://support.microsoft.com/kb/321709



--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2003, 2000 (Early Achiever), NT

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"jim" wrote in message

> That is not a recognized command on this server.
>
> I wonder if the text meant to log in to a PC as the template profile
> instead of to the server?
>
> jim
>
> "Marcin" wrote in message
>
>> Execute gpresult.exe from the Command Prompt while logged on as admin to
>> the server in question...
>>
>> hth
>> Marcin
>
>
 >> Stay informed about: Trying to create mandatory profiles.... 
Back to top
Login to vote
Display posts from previous:   
   Win 2000/NT/98/ME (Home) -> Active Directory All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
 Windows XP
  Win 2000/NT/98/ME
 Windows Vista!


[ Contact us | Terms of Service/Privacy Policy ]