New Post: Error importing PSPKI module {Write-ErrorMessage -Source...
Hello I resolved the issue I need to install the CA Remote Administration tools (Add/Remove Windows Components) as I did not have the COM object available until the admin tools were installed. Thanks...
View ArticleClosed Unassigned: Exception calling "ResubmitRequest" with "2" argument(s) [98]
PS PKI 3.2.5This code snippet throws an error when running it locally on a Windows Server 2012 R2 domain-joined standalone root certificate authority. The same code works on Windows 7 SP1 domain-joined...
View ArticleClosed Unassigned: Remove-DatabaseRow works on 08R2 CA but not 12R2 CA [97]
PSPKI 3.0.0WS08R2 CAImport-Module PSPKIGet-CertificationAuthority "WVSXXXXX.support.xxxxxxxxxx.org" | Get-FailedRequest | Remove-DatabaseRow Deleted request row with ID = 6745147.Deleted request row...
View ArticleClosed Unassigned: Get-CertificateRequest bug in 3.2.5 [96]
Hello Camelot,Looks like there was a regression in X509CertificateRequest in release 3.2.5.Every time I try to instantiate a PKCS#10 since this release I get an error in the constructor "Invalid...
View ArticleClosed Unassigned: X509CRL2.GetNextPublish() fails with v3.2.5 [95]
Hello Camelot,The GetNextPublish() method of X509CRL2 fails with the following error since I upgraded to PSPKI 3.2.5:```Exception calling "GetNextPublish" with "0" argument(s): "ASN1 bad tag value...
View ArticleClosed Unassigned: Cannot convert value "ca.example.com" to type...
PS PKI 3.1.0I managed to get some code working beautifully on my Windows 7 SP1 workstation, but it throws an error when I try to run it locally on my Windows Server 2012 R2 standalone root certificate...
View ArticleUpdated Release: PowerShell PKI Module v3.2.6 (aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Release: PowerShell PKI Module v3.2.6 (aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Wiki: Home
Project DescriptionThis module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For local...
View ArticleUpdated Wiki: Home
Project DescriptionThis module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For local...
View ArticleReleased: PowerShell PKI Module v3.2.6 (Aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only. To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Release: PowerShell PKI Module v3.2.6 (aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleCommented Unassigned: Maintain backwards compatibility and/or upgrade log [94]
Hello,For future releases of the module and underlying .NET libraries, would it be possible to maintain backwards compatibility and, when not possible (technically or not), provide an UPGRADE file...
View ArticleReleased: PowerShell PKI Module v3.2.6 (Aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only. To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Release: PowerShell PKI Module v3.2.6 (aug 07, 2016)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UIif...
View ArticleUpdated Wiki: Home
Project DescriptionThis module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For local...
View ArticleCreated Unassigned: Add support for ECC in Convert-PfxToPem [99]
I would like to see added support for Elliptic Curve Cryptography in the function Convert-PfxToPem.The specific curves that I want support for is P-256 (secp256r1/prime256v1) and P-384 (secp384r1)...
View ArticleCreated Unassigned: Return thumbprint from New-SelfSignedCertificateEx [100]
It would be great if New-SelfSignedCertificateEx could return a unique/identifying value such as thumbprint. Currently you have to use Get-ChildItem to query for the newly created certificate, which...
View ArticleNew Post: PowerShell 5.0
Hello The PSPKI Module was installed on a Windows Server 2012 R2, with PowerShell 5.0. PSPKI Module only can used with PowerShell 3.0? PS C:\Windows\system32> Get-CertificationAuthority...
View ArticleCommented Unassigned: Return thumbprint from New-SelfSignedCertificateEx [100]
It would be great if New-SelfSignedCertificateEx could return a unique/identifying value such as thumbprint. Currently you have to use Get-ChildItem to query for the newly created certificate, which...
View Article