PKISolutions / ADCS-SID-Extension-Policy-Module

MIT License
15 stars 3 forks source link

Source Policy module settings are not always copied to target module. #10

Open Crypt32 opened 8 months ago

Crypt32 commented 8 months ago
C:\Windows\system32>certutil -getreg policy\RequestDisposition
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CertSvc\Configuration\Root CA\PolicyModules\PKISolutions_SID.Policy\RequestDisposition:
CertUtil: -getreg command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.

Originally posted by @NeLeSism in https://github.com/PKISolutions/ADCS-SID-Extension-Policy-Module/issues/7#issuecomment-1918702095

NeLeSism commented 8 months ago

Install script did indeed give error.

PS C:\Windows\CA Module\ADCS-SID-Extension-Policy-Module-master\setup> .\Install-PolicyModule.ps1 reg : The operation completed successfully. At C:\Windows\CA Module\ADCS-SID-Extension-Policy-Module-master\setup\Install-PolicyModule.ps1:102 char:5

Crypt32 commented 8 months ago

Thanks, I will investigate this issue.