[ActiveDir] Group into local admin at domain join

2002-07-17 Thread rrutherford
Hi All, I don't know if this possible :- I would like another group added to the local administrator group of PC's when they are joined to the domain, i.e. as the Domain admin group is automatically added. It would be even better if this could be done at an OU level... Any ideas? Thanks Robe

RE: [ActiveDir] Group into local admin at domain join

2002-07-17 Thread Clarkson, Nick
sage- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: 17 July 2002 15:59 > To: [EMAIL PROTECTED] > Subject: [ActiveDir] Group into local admin at domain join > > > Hi All, > > I don't know if this possible :- > > I would like another gr

Re: [ActiveDir] Group into local admin at domain join

2002-07-17 Thread Tony Murray
I think this is best done as part of the login script. You can use the following command as part of the login script: net localgroup administrators mydom\mygroup /add or use an ADSI script as part of your login script. I believe it is also possible to set the group membership using Group Poli

Re: [ActiveDir] Group into local admin at domain join

2002-07-17 Thread Paul Sobey
istrator,user");         $grp->SetPassword($adminpasswd); } [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 17/07/2002 16:58 Please respond to ActiveDir                 To:        [EMAIL PROTECTED]         cc:                 Subject:        [ActiveDir] Group into local admin at doma

RE: [ActiveDir] Group into local admin at domain join

2002-07-17 Thread Clarkson, Nick
IL PROTECTED] > Subject: Re: [ActiveDir] Group into local admin at domain join > > > I do this with ADSI in a computer startup script, assigned to OUs. This is > in perl but it shouldn't be hard to translate into VBScript/JScript! > > Paul > > sub SetLocalAd

RE: [ActiveDir] Group into local admin at domain join

2002-07-17 Thread Fackenthall, Byron
uot;WinNT://" & szToBeRemoved) MsgBox err.number If err.number = "-2147023519" Then oLog = oLog & Chr(34) & szToBeRemoved & Chr(34) & " is not a member of " & Chr(34) & LocalMachine & "\&q

RE: [ActiveDir] Group into local admin at domain join

2002-07-18 Thread Wicklund, Robert
- From: Tony Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Group into local admin at domain join I think this is best done as part of the login script. You can use the following command as part of the login script: net

RE: [ActiveDir] Group into local admin at domain join

2002-07-18 Thread Tony Murray
-Original Message- From: Tony Murray [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Group into local admin at domain join I think this is best done as part of the login script. You can use the following comman

RE: [ActiveDir] Group into local admin at domain join

2002-07-18 Thread Wicklund, Robert
cell 716.721.1825 -Original Message- From: Tony Murray [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 10:49 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Group into local admin at domain join Robert, When you say, "this does not append", what are you referring to? a)