Skip to content

Policy Metadata Extraction #83

@KyleC69

Description

@KyleC69

Summary

Extract and present all metadata from loaded ADMX/ADML catalogs, including policy descriptions, supported values, and OS compatibility info.

Goals / Outcomes

  • Parse ADMX/ADML files for relevant metadata
  • Provide structured model for downstream use

Non-Goals

  • UI display logic
  • Validation of metadata

User Value

Accurate metadata extraction enables reliable filtering, editing, and validation of policy settings.

Acceptance Criteria

  • Parser extracts name, description, supported values, compatibility info
  • Metadata accessible via service abstraction
  • Unit tests for edge-case ADMX/ADML formats

Dependencies

  • Catalog loader

Technical Notes

  • Use XmlReader for efficient parsing

Testing Considerations

  • Malformed ADMX/ADML scenarios

Future Enhancements

  • Metadata caching layer

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions