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

The existing example uses the "name" property, which does not include any spaces. That property is piped to the "displayname" argument, which allows for spaces. Under these circumstances, the example...

Hi, Here is my issue: I create a template, then: Export-ADCSTemplate -DisplayName "Web Server Template" > .\webservertemplate.json After that, I delete the template from the server and run: New-ADCSTemplate -DisplayName...

Hi The exported value "msPKI-RA-Application-Policies" will not imported with New-ADCSTemplate. After I add in ADCSTemplate.psm1 a new line after #327: ` 'msPKI-RA-Application-Policies',` it works. gruss ivo

Function should offer parameters for either -ALL or for publishing to a specific array of CA name, not all the CAs as in the 1.0 version.

Get-ADCSTemplate -DisplayName Foo | Remove-ADCSTemplate Export-ADCSTemplate -DisplayName Foo | New-ADCSTemplate -DisplayName Foo2

You have a function `Get-RandomHex` that generates random HEX for OID entry name in OID container. Actually, these OIDs are not truly random, their name depend on actual OID value...

In ADCS, PKI administrators may define custom application policies (MSFT analogue of Enhanced Key Usage extension) and certificate policies. When exporting certificate template, it might be reasonable to export custom...

When exporting certificate template, it is considered a duplicate and revision number should not be exported as is, instead, they shall be updated as follows: -- `Revision` DS attribute is...

Your .psm1 file contains the following code that assigns imported/generated certificate template to all enterprise CAs in the forest: ```PowrrShell #region ISSUE If ($Publish) { ### WARNING: Issues on all...

added multivalue ADPropertyValueCollection for msPKI-Supersede-Templates this change fixes #17 . Tested on Srv 2022