There is no ADM file (policy template) that I can find for MS Office 2013 so I can't figure out how to get the ADMX files imported to create GPOs.
Any help would be greatly appreciated.
There is no ADM file (policy template) that I can find for MS Office 2013 so I can't figure out how to get the ADMX files imported to create GPOs.
Any help would be greatly appreciated.
Office 2013 Administrative Template files (ADMX/ADML) and Office Customization Tool
There are no ADM files for Office 2010+, you must use the ADMX files. It's usually easiest to place them in a Central Store for Group Policy Templates
Edit:
I think you might be trying to edit the local policy of a single machine; which is not recommended. However it does work to extract the ADMX folder, then copy it to %systemroot%\PolicyDefinitions
. The next time you open gpedit.msc
you should be able to edit Office settings for the local policy.
Populate the Central Store with ADMX Files
There is no user interface for populating the central store in Windows Vista. The following procedure shows how to populate the central store using command line syntax from the domain controller. To populate the central store:
Open a command window: Press the Windows logo key + R, and then type cmd.
To copy all language-neutral ADMX files (.admx) from your Windows Vista administrative workstation to the central store on your domain controller using the copy command, type:
copy %systemroot% \PolicyDefinitions\* %logonserver% \sysvol\ %userdnsdomain% \policies\PolicyDefinitions\
To copy all ADMX language-specific resource files (.adml) from your Windows Vista administrative workstation to the central store on your domain controller using the copy command, type:
copy %systemroot% \PolicyDefinitions \ [MUIculture] \* %logonserver% \sysvol\ %userdnsdomain% \policies\PolicyDefinitions\ [MUIculture] \
For example, to copy all United States English .adml files, type the following:
copy %systemroot% \PolicyDefinitions\EN-US\* %logonserver% \sysvol\ %userdnsdomain% \policies\PolicyDefinitions\EN-US\