|
That is interesting. How do you create a ADM, do you just open up the existing ADM in notepad and just copy and paste into a new notepad file and save it with a ADM extension?
-----Original Message-----
Justin- Its possible that if a newer version of inetcorp.adm comes out that does not support these same settings, then the setting you have in that GPO could be orphaned. One quick and easy way to avoid that is to copy and paste the setting you are interested in into a stand-alone custom ADM and then you always have that available outside of any MS ones.
Darren
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Salandra, Justin A. Right, I deleted that part from the ADM (don’t worry I created a backup of it) and changed the #if version <=2 to #if version >=2 and now when I load the adm file I get the one and only setting I want to configure. However, what happens when this adm file gets updates during future upgrades? Will my settings be lost?
-----Original Message-----
That logic is there to prevent you from using the settings within that ADM if the GP Editor version is greater than or less than a certain value. So, I think NT 4 poledit is version 2, Win2K GP Editor is 3, XP is 4, etc. So, if you try to edit the original file from Win2K, instead of seeing the settings available in that file, it gives you the text about it not being usable on Win2K, which is found in this section:
CATEGORY !!IEAKOnly
POLICY !!IEAKOnlyPolicy
PART !!IEAKOnly_Tip1 TEXT
PART !!IEAKOnly_Tip2 TEXT
END CATEGORY
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Salandra, Justin A. What does doing that do exactly?
-----Original Message-----
Just edit the ADM in notepad--its on the first line and you just change the > to <
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Salandra, Justin A. How do you change this in the adm file?
-----Original Message-----
Ok. I see what the issue is. In the default version of this file, the first line in the ADM says:
#if version >= 3
and then it displays the message about not working with Win2K. What I did, without realizing it, is change that to
#if version <= 3
Essentially they are trying to tell you that the settings haven't been tested with Win2K and above and indeed some of them don't work (such as TIF size). But the one you need should work just fine.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Salandra, Justin A. I am loading it from a Windows XP SP2 PC using the GPMC SP1 to a Windows 2000 Native Forest.
-----Original Message-----
Justin- What version of Windows are you loading it on? When I load it into XP, it works fine.
Darren
|
Title: Message
- Re: [ActiveDir] Configure "Check for newer versio... Salandra, Justin A.
