| Create your own ADM templates |
|
|
| Written by Hans Straat, Thursday, 30 March 2006 | ||||||
IntroductionThis howto will show you how you can build a custom adm policy template. We used certain standards to implement it and you can offcourse implement your own standards. After reading the book Microsoft Windows Group Policy Guide from the Microsoft Windows Server 2003 resoursekit I got a bit inspired to build a beginners manual for those who just start making there own adm templates. One of the most powerfull goodies in windows server environments is a good set of group policies. Sometimes however you mis items to configure. For instance how to set the general properties of internet explorer tab "Temporarily Internet Files > Settings. If you click on the settings tab you have a few options to configure. Now this setting is not configerd in the standard adm templates of the 2003 environment and you have to build it for yourself. You can device policies in to User class and Machine class. We for instance use the User class in this example but you can easily build your own machine policy. A few items in the adm shortly explained.CategoryCategory, Here you give the location were you want the policy Example: Category !!Company will create the folder Company PolicyPolicy, Here you give a name to the policy Example: Policy !!ExamplePolicy KeynameKeyname, is the string that you will use in the registry. Explain
DropdownboxPart and end part is used to create dropdownboxes or to place radiobuttons in. Mind if you use PART you always have to use a END PART ValuenameValuename will be used which part of the registry you are going to use. Example StringsStrings, is always the last part of the policy, here are all the variables devined. An example policyClass User [strings] ;Here you actually nest the folders with the correct name The Policy;Custom Policy made by Mutsje for Company BV ;####################### Begin Temporarely Internet Files setting ########################### END CATEGORY ;Temporarely_Internet_Files ;####################### End set temporarely Internet Files setting ########################### ;####################### Begin Maximum Cache Size ########################### END CATEGORY ;Temporarely_Internet_Files
End Policy
As you can see Mutsje wrote this policy which actually is my allias on many forums. This howto is als written for Gatering of Tweakers in dutch. But why not share it also to non native dutch speaking people. Mind that most custom made policies are not manageble. So you need to adjust the filter in your policy console to actually see them. Tools
I always use the Group Policy Management Console shortly GPMC from www.microsoft.com on my domain to manage policys. In the past I created my policies with notepad.exe were you have to type a lot and type errors are easely made. These days I use ADM Template Editor from Sysprosoft which is a powerfull tool that also let's you enter statements as If Else etc. There are freeware policy editors on the web but most cannot handle these syntaxes. One of the authors of the book I read is Darran Mar-Elia who has a good website were you can learn to build policies more in depth that in this beginners manual. www.gpoguy.com is the site he build and maintaince. There is also a mailing list were you can get a member of and ask beginners to high technical questions. GPResult is the tool used in windowsXP and Windows2003 to see what policies a user get's. GPUpdate is the follow up for secedit and is now used in WindowsXP and Windows2003, in windows2000 you still need to use secedit btw. RSOP (also in GPMC) is Resultant Set Of Policies which is a powerfull tool to troubleshoot what happens if you launch multiple policies on a user or machine and you can see conflicts easely. Jeff Pitsch from www.sbcgatekeeper.com wrote a article on Loopback Group Policy. Interesting reading material and a must for Terminal Server / Citrix system engineers.
Powered by JoomlaCommentCopyright (C) 2006 Frantisek Hliva. All rights reserved.Homepage: http://cavo.co.nr/ |
||||||
| < Prev | Next > |
|---|

