Re: How do I add/edit a registry key using group policy?
From: Jimmy Andersson [MVP] (jimmy_NO_SPAM__at_mvps.org)
Date: 02/21/05
- Next message: Jimmy Andersson [MVP]: "Re: allow users to run application"
- Previous message: jas0n: "Re: How do I add/edit a registry key using group policy?"
- In reply to: jas0n: "How do I add/edit a registry key using group policy?"
- Next in thread: jas0n: "Re: How do I add/edit a registry key using group policy?"
- Reply: jas0n: "Re: How do I add/edit a registry key using group policy?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 13:18:46 +0100
Why not just export the correct settings (as you probably done at the end of
your post) and then use the reg command to import it?
You can do this in a script that you then distribute via a GPO.
Regards,
/Jimmy
-- Jimmy Andersson, Q Advice AB Microsoft MVP - Directory Services ---------- www.qadvice.com ---------- "jas0n" <no@email.here> wrote in message news:4219c9dc$0$38044$bed64819@news.gradwell.net... > We have a situation with regards to Acive Directory where our large number > of groups is stopping various tasks with various errors such as 'cannot > complete task out of storage space'. Things like adding a domain group or > user to a workstation get this error for example. > > Its been tracked down to the following registry key where ive added the > DWord 'MaxTokenSize' and a value of 100000 whereas the default is 12000. > This has solved the problems on machines it has been applied to so we want > to distribute this to all across the domain. > > The "MaxPacketSize" dword already existed, its only the "MaxTokenSize" I > want to affect ... if it already exists to edit it to 100000 or create it > and set it at 100000 if it doesnt exist. > > How/Can I do this with group policy? > > Windows Registry Editor Version 5.00 > > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters] > "MaxPacketSize"=dword:00000001 > "MaxTokenSize"=dword:00100000
- Next message: Jimmy Andersson [MVP]: "Re: allow users to run application"
- Previous message: jas0n: "Re: How do I add/edit a registry key using group policy?"
- In reply to: jas0n: "How do I add/edit a registry key using group policy?"
- Next in thread: jas0n: "Re: How do I add/edit a registry key using group policy?"
- Reply: jas0n: "Re: How do I add/edit a registry key using group policy?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|