[gptalk] Re: Problem implementing a registry setting in ADM
- From: "Victor W." <victor-w@xxxxxxxxx>
- To: gptalk@xxxxxxxxxxxxx
- Date: Thu, 19 Oct 2006 23:08:33 +0200
I managed to get it working, see below.
It seems as if the Yes and No checkboxes dont go together with the VALEUON
NUMERIC 1 and the VALUEOFF NUMERIC 0.
Am I correct in my assumption?
CLASS MACHINE
CATEGORY "Custom ADM Entries"
POLICY "PST Restrictions"
KEYNAME "SOFTWARE\Microsoft\Office\11.0\Outlook"
PART "This setting restricts the use of PST files. Sander
asks waarom?" TEXT
END PART
PART "Do you want to restrict PST files?" DROPDOWNLIST
VALUENAME "DisablePST"
ITEMLIST
NAME "Yes" VALUE Numeric 1
DEFAULT
NAME "No" VALUE Numeric 0
END ITEMLIST
END PART
END POLICY
END CATEGORY
-----Original Message-----
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Victor W.
Sent: donderdag 19 oktober 2006 22:33
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: Problem implementing a registry setting in ADM
Thanks, that did it.
I now changed the adm file a bit and now it looks like this, but it gives me
an error when I add it.
CLASS MACHINE
CATEGORY "Custom ADM Entries"
POLICY "PST Restrictions"
KEYNAME "SOFTWARE\Microsoft\Office\11.0\Outlook"
VALUENAME "DisablePST"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
PART "Restricting the use of PST files" TEXT
END PART
PART "I want to restrict PST files" DROPDOWNLIST
ITEMLIST
NAME "Yes" VALUE Numeric 1
VALUE NUMERIC 1 DEFAULT
NAME "No" VALUE Numeric 0
VALUE NUMERIC 0
END ITEMLIST
END PART
END POLICY
END CATEGORY
It gives me the error that line 21 has no value.
Anybody familiar with this?
Cheers,
Victor
-----Original Message-----
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of Robert Tannehill
Sent: donderdag 19 oktober 2006 17:00
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Re: Problem implementing a registry setting in ADM
Victor,
Make sure on the GPMC, you set View, Filtering, Only show policy settings
that can be fully managed to Unchecked.
Bob
-----Original Message-----
From: gptalk-bounce@xxxxxxxxxxxxx [mailto:gptalk-bounce@xxxxxxxxxxxxx] On
Behalf Of victor-w@xxxxxxxxx
Sent: Thursday, October 19, 2006 8:49 AM
To: gptalk@xxxxxxxxxxxxx
Subject: [gptalk] Problem implementing a registry setting in ADM
Gents and ladies,
I am trying to implement the following registry setting in an ADM file but
it simply doenst show up in the GPO editor/GPMC.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Outlook]
"DisablePST"=dword:00000001
The folder itself (Custom ADM Entries), does appear but the setting simply
isnt there.
Am I missing something? I sure must be :-)
I this setting I would also like to implement the VALUEON NUMERIC 1 and the
VALUEON NUMERIC 0. So that the setting is not deleted when choosing disable.
Any suggestions are greatly appreciated.
See the adm file below.
Cheers,
Victor
CLASS MACHINE
CATEGORY "Custom ADM Entries"
POLICY "PST Restrictions"
KEYNAME "SOFTWARE\Microsoft\Office\11.0\Outlook"
PART "Do you want to restrict PST files?" TEXT
END PART
PART "I want to restrict PST files" DROPDOWNLIST
VALUENAME DisablePST
ITEMLIST
NAME "Yes" VALUE Numeric 1
NAME "No" VALUE Numeric 0
END ITEMLIST
END PART
END POLICY
END CATEGORY
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
***********************
You can unsubscribe from gptalk by sending email to
gptalk-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field OR by
logging into the freelists.org Web interface. Archives for the list are
available at http://www.freelists.org/archives/gptalk/
************************
- Follow-Ups:
- [gptalk] Re: Problem implementing a registry setting in ADM
- From: Alan & Margaret
- References:
- [gptalk] Re: Problem implementing a registry setting in ADM
- From: Victor W.
Other related posts:
- » [gptalk] Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- » [gptalk] Re: Problem implementing a registry setting in ADM
- [gptalk] Re: Problem implementing a registry setting in ADM
- From: Alan & Margaret
- [gptalk] Re: Problem implementing a registry setting in ADM
- From: Victor W.