Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
1P_Blake
Community Manager
3 months agoOctober 2025 at 1Password: Defining new standards, empowering communities, and securing the future
Welcome to your monthly roundup of what’s new in the world of 1Password!
Table of Contents
1Password helps author a new open standard for secure credential transfer
1Password for Good donat...
bernhardm
2 months agoNew Contributor
Hi, are there more details about ADMX Templates?
[Windows only]: Added group policy support using ADMX templates.
1P_Timothy
Community Manager
2 months agoHi bernhardm, thanks for your question. What can we help you with in regards to the ADMX templates?
- bernhardm2 months agoNew Contributor
Where to download or get them from?
- 1P_Timothy2 months ago
Community Manager
Gotcha, thanks for following up. You can generate the ADMX template using the following method:
- Download and install the 1Password for Windows app on a device.
- Ensure that the 1Password app is not running (no processes in Task Manager).
- Open Command Prompt.
- Run the following command:
- If the app was installed using the MSIX, replace <output-path> with the path with a valid directory: 1Password --write-admx-templates="<output-path>"
- If the app was installed using the MSI, replace X with the letter drive that corresponds to your system installation, and <output-path> with a valid directory: X:\Program Files\1Password\app\8\1Password.exe --write-admx-templates="<output-path>"
Templates will be generated into a 1Password Policies folder, which will also include a README file containing important documents.
- szeestraten-nina2 months agoNew Contributor
Thank you @1P_Timothy.
1. It would be nice if the ADMX/ADML templates are available on support.1password.com instead of having to generate them.
2. How will the versioning of the ADMX templates work and when should we update them?
3. The app is missing documentation for the --write-admx-templates option when using "--help":C:\Users\sandor.zeestraten>"C:\Program Files\1Password\app\8\1Password.exe" -h Usage: 1password [options] [url] Accepts an optional onepassword:// URL (e.g. for adding an account). 1Password - 8.11.20 The 1Password desktop experience. Options: --disable-gpu disable GPU hardware acceleration --lock lock 1Password if it is unlocked --log <level> output logs (choices: "error", "warn", "info", "debug", "trace", "off") --quick-access open 1Password's quick access --silent open to the system tray without showing the main window --toggle show or hide the main window --version show version information -h, --help show this message Check out 'op', the 1Password CLI: https://support.1password.com/command-line. Documentation and support: https://support.1password.com/. Built with ΓÖÑ by the 1Password team in Canada and around the world.