ADCSTemplate icon indicating copy to clipboard operation
ADCSTemplate copied to clipboard

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 funct...

Results 16 ADCSTemplate issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to automate building dev/test environments and we need a PKI solution. We are using Server 2022. I can successfully export and create using the JSON files, but...

the property `msPKI-Supersede-Templates` is not set in the New-ADCSTemplate command. I will try to implement this and create a merge request

Hi, I encountered an issue when creating a template. The msPKI-RA-Application-Policies attribute would not get filled. It seems that this has been fixed in the code in this repository, but...

Hi, I'm using the module in an automated build of dev/test environments, using ADCSTemplate through DSC. Everything works fine, templates are imported and published in the CA. We import 18...

The module (especially it's DSC part) cannot be used in Azure Automation, as ADCSTemplate.psm1 starts with a line that contains #requires -Version 5.0 **-Modules ActiveDirectory** ![image](https://user-images.githubusercontent.com/14878216/209353390-8209d772-e9c0-4b62-95e1-622671491a4c.png)

Hey, we used your scripts for our ADCS honeypot project (https://github.com/srlabs/Certiception/) to setup a new template. For that, we needed a parameter to only publish the template on one CA....