PSPKI icon indicating copy to clipboard operation
PSPKI copied to clipboard

PowerShell PKI Module

Results 63 PSPKI issues
Sort by recently updated
recently updated
newest added

Hello Vadims, I would like to propose an enhancement to the PSPKI module to include new functionalities for exporting and importing certificate templates, specifically focusing on the [MS-XCEP] format. This...

enhancement

Hi, thanks for the awesome project! I've got a small feature request: Could you - going forward - update your PSPKI.psd1 on release to no longer include `FunctionsToExport = '*'`...

question

Get-RequestRow : An error occurred while enumerating through a collection: The handle is invalid. (Exception from 2024-01-18T19:46:14.5334046Z HRESULT: 0x80070006 (E_HANDLE)). 2024-01-18T19:46:14.5335324Z At C:\Program Files\WindowsPowerShell\Modules\PSPKI\4.0.0\Server\Get-AdcsDatabaseRow.ps1:68 char:21 2024-01-18T19:46:14.5339850Z + Get-RequestRow ` 2024-01-18T19:46:14.5340315Z...

non-issue

Hi Vadims, Currently, in our environment, we are utilizing version 3.7.2 of the PSPKI module, which includes a replaced version of SysadminsLV.PKI.dll (specifically, version 3.7.2.5). This replacement was sourced from...

Hi - I'm Is there an equivalent in PSPKI of the following, which amends a CSR and authorises it, so that the new CSR can be submitted later? certreq -policy...

enhancement

Hello, After adding new OCSP responder to an existing array with an existing controller using ` Connect-OnlineResponder -ComputerName $Controller | Add-OnlineResponderArrayMember -ArrayMember $Responder`, the responder is added to the array,...

Hello, I've tried to find something but could not find anything close to what I'm experiencing when trying to use the _Revoke-Certificate_ cmdlet the following exception is being thrown: ````...

Investigate

Hello, Is there a way, using the PSPKI module to retrieve an issued certificate from the CA database in .p7b format? We are trying to automate our Linux and MAC...

enhancement

I'm getting this error when trying to run Get-EnterprisePKIHealthStatus on the Get-CA command after looking up our FAS server's CA certificate. I'm using version 4.2.0 of PSPKI. **"Method invocation failed...

I need to revoke certs based on the Request ID. I've scoured the interwebs and have not had any luck. Can someone please provide an example? Thanks

question