GoateePFE / ADCSTemplate

A PowerShell module for exporting, importing, removing, permissioning, publishing Active Directory Certificate Templates. It also includes a DSC resource for creating AD CS templates using these functions. This was built with the intent of using DSC for rapid lab builds. Could also work in production to move templates between AD CS environments.
MIT License
85 stars 23 forks source link

implement msPKI-Supersede-Templates to allow template supersedence #18

Closed Geo-Ron closed 4 months ago

Geo-Ron commented 8 months ago

added multivalue ADPropertyValueCollection for msPKI-Supersede-Templates

this change fixes #17 .

Tested on Srv 2022

GoateePFE commented 4 months ago

Thank you