adm

.admActive Directory Management (and others)

Microsoft · 1990s

Developer
Microsoft
Category
System Files
MIME Type
application/vnd.ms-adt, application/octet-stream
First Released
1990s
Open Format
No
File Signature
Not consistently defined for all .adm files; depends on the specific application context.
At a Glance
.adm
Active Directory Management (and others)

Active Directory Administrative Template files used for managing Windows Group Policy settings.

Reviewed on June 5, 2026
Compression
Plain text
Transparency
No
Editability
Low (requires specific tools/context)
Best for
Group Policy settings

Key Features

  • Defines registry-based policy settings.
  • Centralized management of user and computer configurations.
  • Supports creating custom administrative templates.
  • Integrates with Active Directory Group Policy Editor.

Best For

  • Network administrators managing Windows domains.
  • Enforcing consistent system policies across multiple computers.
  • Customizing and restricting user environments.
  • Deploying specific registry settings via Group Policy.

Less Ideal For

  • Storing general configuration data outside of Windows domain policies.
  • Cross-platform system management.
  • Distributing application settings directly to end-users without Active Directory.
  • Replacing standard registry (.reg) files for simple imports.

Common Use Cases

  • Configuring software installation and updates.
  • Enforcing security settings like password complexity.
  • Controlling user interface elements and desktop behavior.
  • Mapping network drives and printers automatically.

How to Open It

  1. Open Group Policy Management Console (GPMC) on a domain controller or a workstation with RSAT installed.
  2. Navigate to User Configuration or Computer Configuration, and then Administrative Templates.
  3. Right-click on the policy you want to edit and select 'Add/Remove Templates' to import the .adm file.
  4. Alternatively, for viewing purposes, you can open them with a plain text editor, but direct editing is not recommended.

What is a .adm file?

The .adm file extension is most commonly associated with Microsoft's Active Directory Group Policy. These files contain administrative templates that define registry-based policy settings for users and computers within a Windows domain. They allow administrators to centrally manage and configure system policies, ensuring security and standardization across a network. While primarily used for Group Policy, .adm files can sometimes appear in other contexts, though they are less common.

Programs That Open .adm Files

PlatformProgram
WindowsGroup Policy Management Console (GPMC)FreeOfficial
NotepadFreeOfficial

Common Problems with .adm Files

⚠️ Custom .adm templates not appearing or applying correctly.
Ensure the template syntax is correct and that it's properly imported into the Group Policy Object. Check for compatibility issues with the target Windows version.
⚠️ Unable to edit .adm files directly.
.adm files are not meant for direct manual editing; use the Group Policy Management Console or a text editor for viewing only. Consider migrating to the newer .admx format for better management.

Frequently Asked Questions

What is the difference between .adm and .admx files?

.admx files are the newer, XML-based format for Group Policy templates, offering better support for multiple languages and easier management than the older, proprietary .adm format.

Can I create my own .adm files?

Yes, you can create custom .adm files by defining policy settings that map to registry keys. However, it requires understanding the .adm syntax and is generally less straightforward than using .admx.

Where are .adm files stored in Active Directory?

Custom .adm files are typically stored in the Central Store for Group Policy Administrative Templates within Active Directory, allowing them to be centrally managed and deployed.

Technical Details

.adm files are text-based, containing directives and keywords that define specific registry keys and values to be controlled by Group Policy. They are parsed by the Group Policy Editor to apply settings to target users or computers. The syntax is proprietary to Microsoft and is not intended for direct user editing without specific tools.

Did You Know?

The .adm format is one of the older methods for defining Group Policy settings, predating the more modern .admx format.
While primarily for Windows, the concept of administrative templates for policy management has influenced similar systems in other operating systems.

Security Information

While .adm files themselves are not typically malicious, they can be used to deploy potentially harmful configurations if improperly created or maliciously intended. Always obtain .adm files from trusted sources and understand the policies they implement before applying them to your network.

Related Extensions