Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Crypt32 opened this issue Jan 31, 2024 · 2 comments
Open

Comments

@Crypt32
Copy link
Contributor

Crypt32 commented Jan 31, 2024

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 #7 (comment)

@NeLeSism
Copy link

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

  • reg import $tempFile | Out-Null
    
  • ~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (The operation completed successfully.:String) [], RemoteException
    • FullyQualifiedErrorId : NativeCommandError

@Crypt32
Copy link
Contributor Author

Crypt32 commented Jan 31, 2024

Thanks, I will investigate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants