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

Update README.md #11

Closed moskey71 closed 4 months ago

moskey71 commented 4 years ago

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 can export blank json files. This change corrects that behavior by using the same property.

GoateePFE commented 4 months ago

Thank you