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
81 stars 24 forks source link

Unable to import module to Azure Automation #14

Open heinejeppesen opened 1 year ago

heinejeppesen commented 1 year ago

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