RSOP_IEAdministrativeTemplateFile class

Represents the abstraction for an administrative template (.adm) file. The class is used for reporting RSoP.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[AMENDMENT]
class RSOP_IEAdministrativeTemplateFile
{
  string   name;
  string   GPOID;
  datetime lastWriteTime;
};

Members

The RSOP_IEAdministrativeTemplateFile class has these types of members:

Properties

The RSOP_IEAdministrativeTemplateFile class has these properties.

GPOID

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("GPO ID")

Identifies the GPO that contains this policy object.

lastWriteTime

Data type: datetime

Access type: Read-only

Qualifiers: DisplayName ("Last Write Time")

Time at which the .adm file was last updated.

name

Data type: string

Access type: Read-only

Qualifiers: key, DisplayName ("Name")

Filename, including path, of the .adm file.

Remarks

The .adm files that relate to Internet Explorer policy settings are stored in the RSOP_IEAdministrativeTemplateFile WMI class, rather than in the RSOP_AdministrativeTemplateFile class. This is because the Internet Explorer Administration Kit (IEAK) UI displays only the RSoP data related to Internet Explorer management.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\RSOP\Computer, Root\RSOP\User
MOF
Rsop.mof
DLL
GPSvc.dll

See also

RSOP_IEAKPolicySetting