RE: How to configure local PC group membership via Group Policy?
- From: VMM <VMM@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 May 2005 10:55:03 -0700
Hello,
You can do two things:
1- You can use Restricted Groups thru GPO like Simon wrote
2- You can use startup script thru GPO
If you prefer the first option please read the following articles:
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/DepKit/9cc167c8-cf2d-420d-96a1-e00d5aac13f5.mspx
http://support.microsoft.com/kb/835901
http://support.microsoft.com/?kbid=810076
Read the documentation carefully before implement restricted groups!
personally i prefer the second option and you can use a script like that:
'------------------------------------------------------------'
Set wshNetwork = CreateObject("WScript.Network")
ComputerName= wshNetwork.ComputerName
localstr="WinNT://" & Computername
YourGroup="WinNT://YourDomain/YourGroupDomainGroup"
AddToGroup YourGroup, "LocalGroup XP"
function AddToGroup(member, Grpname)
Dim grp1
Set grp1 = Getobject(localstr&"/"& Grpname,group)
grp1.Add (member)
End Function
'------------------------------------------------------------'
Regards
"Shane@smeIT" wrote:
> Does anyone know how to do this?
>
>
> Basically I want to be able to configure local security group membership on
> Windows XP PC's via Group Policy from a Windows 2003 Server.
>
> TIA
>
> --
> Kind Regards
>
>
> Shane
> SME IT Solutions
> Email: mailto:shane@xxxxxxxxxxxx
>
>
>
.
- References:
- How to configure local PC group membership via Group Policy?
- From: Shane@smeIT
- How to configure local PC group membership via Group Policy?
- Prev by Date: Re: How to configure local PC group membership via Group Policy?
- Next by Date: RE: Group Policy and XP Firewall
- Previous by thread: Re: How to configure local PC group membership via Group Policy?
- Next by thread: RE: Policy Settings to Allow Network Printer Installation
- Index(es):
Relevant Pages
|
Loading