MSFN Forum: 2K3 User question - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2K3 User question Rate Topic: -----

#1 User is offline   hons 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 09-December 05

Posted 18 January 2007 - 12:21 PM

I'm a Domain Admin in the network, I want to add the "Domain\Users" into the "Power Users" group in the local computers. Is there any way I can add in on the server instead of going to each loacl machine???

Thanks.


#2 User is offline   neo 

  • Microsoft MVP - Windows Expert Consumer
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,251
  • Joined: 31-March 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 18 January 2007 - 12:31 PM

right click on My Computer goto Manage
in Computer Management->Local Users and Groups
U can create User and by clicking on user's a/c add to domain by navigating to Member of tab

#3 User is offline   jondercik 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 445
  • Joined: 15-January 04

Posted 18 January 2007 - 12:36 PM

You can do this with group policy. Look up resticted groups.

#4 User is offline   hons 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 09-December 05

Posted 18 January 2007 - 02:03 PM

Thanks guys,

The reason that I need to add the users onto the local computer is because I want the users be able to run the update of the program by themselves. Right now the domain users don't have the right to install programs.

I want to do it at the simplest way, I don't want to go to each computer to add the user.

Could anybody help on this?? If we can do it through GP, what are the steps???


Thanks again. :blushing: :blushing:

#5 User is offline   allen2 

  • Not really Newbie
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,379
  • Joined: 13-January 06

Posted 18 January 2007 - 02:19 PM

Jondercik told you the solution. You can do it with a domain group policy using the restricted groups.

#6 User is offline   nmX.Memnoch 

  • MSFN Master
  • Group: Moderator
  • Posts: 2,086
  • Joined: 15-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 20 January 2007 - 12:55 PM

View Posthons, on Jan 18 2007, 02:03 PM, said:

The reason that I need to add the users onto the local computer is because I want the users be able to run the update of the program by themselves. Right now the domain users don't have the right to install programs.

I want to do it at the simplest way, I don't want to go to each computer to add the user.

Just so you know, you're sacrificing A LOT of security just to make things a bit easier. If you have a lot of users and want to do it correctly you should look into SMS.


View Posthons, on Jan 18 2007, 02:03 PM, said:

Could anybody help on this?? If we can do it through GP, what are the steps???

First of all, I recommend downloading the Group Policy Management Console w/ SP1. It'll make managing Group Policy Objects (GPOs) much easier. Once you've downloaded it install it on the DC(s) (you can also install it on a workstation if you choose to manage your GPOs remotely).

Now open the console (Admin Tools > Group Policy Management) and navigate to Group Policy Management > Forest: [your.forest.name] > Domains > [your.domain.name] > Group Policy Objects. This will show you all of the currently available GPOs. By default you should have Default Domain Controllers Policy and Default Domain Policy. I recommend leaving these alone and creating new GPOs for each item that you want to force settings for. This way if you create a GPO that cause problems you can disable just that GPO without disabling all policies.

Right click on Group Policy Objects and select New. Name it something recognizeable like Workstations Restricted Groups. Once you've done that right click on the new GPO and select Edit. For this particular GPO you want to go to [GPO Name] > Computer Configuration > Windows Settings > Security Settings > Restricted Groups.

Right click on Restricted Groups and select Add Group. Type the name of the group (Power Users). On the next screen it'll give you the option of which users should be members of this group and which groups this group should be a member of. Under Members of this group click on Add and enter Domain Users, then click OK. You can now close the Group Policy edit window so that you're back at the Group Policy Management window.

Since you're only using machine settings in this particular GPO you should disable the user settings. This can be done by right clicking on the GPO, selecting GPO Status and then selecting User Configuration Settings Disabled.

After you've done this you need to link the GPO to the OUs that you want to apply it to. You want this to apply to your workstations so in the Group Policy Management console right click on the OU that contains your workstation computer accounts and select Link an Existing GPO. Select the GPO you just created. Once it's linked I always select to Enforce the GPO. To do that right click on the GPO link under the OU and select Enforced.

GPOs can be very powerful. You should do some research before applying anymore settings though. Even though you're giving all of your users Power User access, you can still restrict certain areas of the workstation using GPOs. The NSA website has some good documentation on securing workstations using Group Policies. If you use this just keep in mind that it's a guideline. Some of the settings can cause problems if improperly configured or used with older applications.

http://www.nsa.gov/snac/downloads_winxp.cf...uID=scg10.3.1.1

#7 User is offline   hons 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 09-December 05

Posted 22 January 2007 - 06:29 PM

Thanks to nmX.Memnoch and other members' help. :hello:

nmX.Memnoch,

I understand that there is a high security risk to add the users to the power users group. Is there any other way that I can do the simlier work??

What I want to do is -

we have a application that need to be updated to a newer version and the update file needed to be downloaded from another company and run with admin right. I can logon to the local machine as admin and run the update but we have several hundred PCs!!! SMS is a good option but we don't update applications so often (maybe once a year) so we don't have plan to purchase it.

Thanks for your help again and awaiting for your reply. :blushing: :blushing:

#8 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 January 2007 - 06:48 PM

You could always try running the update in a machine logon script, as those run as the local SYSTEM account (you wouldn't necessarily have network access, so the install file would need to be local, but the script would definitely have rights as the SYSTEM account). It's worth a try in a test environment :).

#9 User is offline   nmX.Memnoch 

  • MSFN Master
  • Group: Moderator
  • Posts: 2,086
  • Joined: 15-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 January 2007 - 06:03 PM

What about putting the update file in the same directory as the script? Would the script have access to copy it to the local workstation that way?

#10 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,897
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 January 2007 - 02:14 PM

if you can script the installation to run with elevated access (ie runas with admin account or an account that had admin rights on the box) would that complete the update correctly? test it once. setup a machine and run the update by right clicking on it and doing a runas, use credentials that would have admin rights on the machine and see if the update would run successfully

#11 User is offline   nmX.Memnoch 

  • MSFN Master
  • Group: Moderator
  • Posts: 2,086
  • Joined: 15-September 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 January 2007 - 08:48 PM

The only downside to that is that you would then have a script containing a clear text password of a user with admin privs on the workstations. :)

#12 User is offline   hons 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 09-December 05

Posted 25 January 2007 - 12:13 PM

Sorry for the late reply and thanks for the suggestions, I will try and post the result.

Thanks again.

#13 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,897
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 January 2007 - 02:20 PM

View PostnmX.Memnoch, on Jan 24 2007, 08:48 PM, said:

The only downside to that is that you would then have a script containing a clear text password of a user with admin privs on the workstations. :)


true true, just don't let anyone at the scripts ;) or use a account that is locked down.

#14 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 10,936
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 January 2007 - 04:36 PM

Well, you can solve it somewhat by running your vbscripts through a script obfuscator, or use COM automation to hide the password.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy