API Reference
Class
AdmxInventoryService
Builds a lightweight inventory of ADMX/ADML files from the Central Store or local PolicyDefinitions.
Inheritance
- Object
- AdmxInventoryService
Methods
public static AdmxInventory Build(String domainName, String language) #Returns:
AdmxInventoryEnumerates ADMX and ADML files and returns an inventory for the discovered repository.
Parameters
- domainName System.String
- Optional domain name to prefer Central Store resolution; null uses local PolicyDefinitions.
- language System.String
- Preferred ADML language (e.g., en-US).
Returns
Inventory including files with sizes and detected revision hints.
TryReadAdmxMeta(System.String arg1) #Reads the ADMX revision and schemaVersion attributes, if available.
Parameters
- arg1 System.String