Updated Release: PowerShell PKI Module v3.1 (mar 23, 2015)
Important: I would like to hear more about what you are thinking about the project? I appreciate that you like it (2000 downloads over past 6 months), but may be you have to say something? What do you...
View ArticleClosed Unassigned: OCSPResponse incorrectly indicate response expiration [81]
OCSPResponse incorrectly indicate response expired when `nextUpdate` is missing in one or more OCSPSingleResponses.Comments: fixed in v3.1
View ArticleClosed Unassigned: NotImplementedException - PSPKI.psm1 [79]
I didn't use the installer, because I want to Import the module by hand.By I get this error NotImplementedException, could it be, that the order of the modules is wrong?The function Write-ErrorMessage...
View ArticleClosed Unassigned: X509CRLDistributionPointsExtension do not support...
X509CRLDistributionPointsExtension class do not support segmented CRLs and fails if more than one DistributionPoint is defined in the extension.Comments: fixed in v3.1
View ArticleClosed Unassigned: New-SelfSignedCertificateEx unused parameter 'StoreName' [77]
New-SelfSignedCertificateEx has an unused parameter 'StoreName'. This parameter is not implemented and should be completely removed.Comments: fixed in v3.1
View ArticleClosed Unassigned: WARNING: Non-request or non-CRL table row removal is not...
Hi,I'm running the following command from the PSPKI 3.0 module on a Windows Server 2012 R2 Certficate Authority boxGet-CertificationAuthority "xxxxxxxx" | Get-FailedRequest | Remove-DatabaseRowI...
View ArticleClosed Unassigned: Get-CA Problem when ADCS is Stopped [75]
Hi Vadims,I have two enterprise CAs in my test AD - if they are both in the running state the Get-CA command provides the following information (as expected): __get-certificationauthority__Chipeater...
View ArticleClosed Unassigned: CertValidityPeriod.set_ValidityPeriod throws...
CertValidityPeriod.set_ValidityPeriod throws FormatException on valid data. This issue is caused due to invalid pattern handling.Comments: fixed in v3.1
View ArticleClosed Issue: AlternativeName.Format(bool multiline) strips trailing...
Hi Camelot,I just tried your last example. Any idea why the result would be truncated? I am missing the last caracter of every domain name returned:This is what I get:```DNS Name=test.example.co, DNS...
View ArticleClosed Unassigned: ASN.1 -- signed integers are incorrectly encoded and...
ASN.1 -- signed integers are incorrectly encoded and decoded. Reference: http://msdn.microsoft.com/en-us/library/windows/desktop/bb540806(v=vs.85).aspxComments: fixed in v3.1
View ArticleClosed Unassigned: [Bug] OCSPRequest and nonce support [68]
Hi again,It seems there was a regression between v2.8 and v3.0 on OCSP support for nonce values.With v2.8, when I executed:```New-Object PKI.OCSP.OCSPRequest $cert, $true```I got in return...
View ArticleClosed Unassigned: [Feature request] Test-CAHealth [64]
Equivalent of the pkiview.msc snap-in or even better of the [camonitor.vbs](http://gallery.technet.microsoft.com/scriptcenter/164e8047-d7bf-4774-91cf-90d46b82e725) script.This would take as input...
View ArticleClosed Unassigned: [Feature request] Get resolved AIA/CDP [62]
Add two new cmdlets or add a new `-Resolved` parameter to the existing `Get-AIA` and `Get-CDP` to get the resolved values of AIA and CDP URLs.Careful, if there are several CA certificates (after...
View ArticleCommented Unassigned: Changes to Module Requirements?? [74]
Hi All,I have been happyily importing and approving Certificates via powershell script until this week, when I get the following error:Import-Module : The specified module 'PSPKI' was not loaded...
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: import-module pspki in visual studio for asp.net...
Import-module pspki doesn't import pspki module and hence I am not able to use Get-CertificateRequest command in a .net application (to be specific in a asp.net code behind page which is in C#). Can...
View ArticleEdited Unassigned: import-module pspki in visual studio 2013 for asp.net...
Import-module pspki doesn't import pspki module and hence I am not able to use Get-CertificateRequest command in a .net application (to be specific in a asp.net code behind page which is in C#). Can...
View ArticleNew Comment on "Get-CATemplate"
v3.1 on 2012 Rs server - CA and AD on same machine. Played with Get-CATemplate and got this error: ============================================== PS C:\Windows\system32> Get-CertificationAuthority...
View ArticleNew Post: Add SAN names to existing request
I'm trying to use the example on the Set-CertificateExtension page but I'm having an issue and not sure what I'm doing wrong. Here is the PowerShell code I'm using to add the SAN names $SANNames =...
View ArticleNew Post: Add SAN names to existing request
I've tried to add ts.shilab.com to the SAN extension but receive an error when I run Set-CertificateExtension what error you receive? looking at your request and it contains all mentioned names:...
View Article