supersededAdm Element
Applies To: Windows Server 2008
The supersededAdm element references an ADM file name to be replaced by an ADMX file. Group Policy Object Editor will not read any ADM file designated as superseded.
Syntax
<supersededAdm fileName="<placeholder for ADM file name>" />
Attributes
Attributes | Required | Description |
---|---|---|
Yes |
ADM file name to be superseded by the ADMX file. |
Child elements
There are no child elements associated with this element.
Examples
This XML fragment is an example using the supersededAdm element to direct the Group Policy Object Editor to ignore the example1.adm file when processing the .admx file containing this element.
<supersededAdm fileName="example1.adm" />