Created 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 ArticleCommented Unassigned: [Feature request] Set-CASecurityAcl and misc. [59]
Hello,I'm not sure this is the right place to make a feature request... Please excuse me if it is not.I would like to be able to manage the security settings of the CA through PowerShell (setting CA...
View ArticleCommented Unassigned: [Feature request] Set-CASecurityAcl and misc. [59]
Hello,I'm not sure this is the right place to make a feature request... Please excuse me if it is not.I would like to be able to manage the security settings of the CA through PowerShell (setting CA...
View ArticleCreated Unassigned: [Feature request] Get/Set-CAAuditFilter [65]
Title is explicit :)The advantage of course here would be to have an enum for audit filters and thus benefit from auto-completion.
View ArticleCreated Unassigned: [Feature request] "signtool timestamp" support [66]
Hello it's me again.I'm not sure this module would be the right place for this feature since it's not directly linked to AD CS (which does not yet provide any timestamping feature) but since you are...
View ArticleClosed Unassigned: Bad enum error adding OIDs [46]
HiI am trying to add OIDs on a stand-alone offline root CA. I am getting an error about a bad enum:PS C:\Users\Administrator> register-objectidentifier -friendlyname HighHardAdmin -value...
View ArticleClosed Unassigned: X509CRL2 class fails on V1 CRLs [47]
X509CRL2 class fails on V1 CRLs.The issue is caused because of inproper property validation.
View ArticleClosed Unassigned: Add-CertificateTemplateAcl returned error when called from...
The following works locallyGet-CertificateTemplate -Name $template | Get-CertificateTemplateAcl | Add-CertificateTemplateAcl -User $user -AccessType Allow -AccessMask $fullControl |...
View ArticleCommented Unassigned: Add-CertificateTemplateAcl returned error when called...
The following works locallyGet-CertificateTemplate -Name $template | Get-CertificateTemplateAcl | Add-CertificateTemplateAcl -User $user -AccessType Allow -AccessMask $fullControl |...
View ArticleClosed Unassigned: Bug in CrlDistributionPoint.cs [49]
HiI find a minor bug in CrlDistributionPoint.cs:Starting at around line 59 you have:if (CryptoRegistry.Ping(ComputerName)) { urls = (String[])CryptoRegistry.GetRReg("CRLPublicationURLs", Name,...
View ArticleClosed Unassigned: Critical bug in X509CertificatePolicyCollection.Add()...
Hi,I have found critical bug in X509CertificatePolicyCollection.Add() method.There is missing real addition to the list. In the result, the returned collection is empty and further code, what checks...
View ArticleClosed Unassigned: Error when CommonName is number [51]
I input the cmdlet:PS C:\Users\Administrator> Get-CertificationAuthority -Name testpcca | Get-IssuedRequest -Filter "CommonName -eq 10000" | Revoke-Certificate -Reason "CeaseOfOperation"It apear...
View ArticleClosed Unassigned: exception call by ".ctor" with 1 argument [52]
Hi there,i´m running into an error getting crl nextupdate info.I would like to get the expiration date from our offline ca. I downloaded our crl and run the get.crl command against.I get an erro thrown...
View ArticleClosed Unassigned: Register-ObjectIdentifier Not Working on PSPKI v2.8 [53]
Hi,I've been using PSKI to register OIDs in AD and on v2.6 I had this working (see attached text file for example of me running this successfully)._Note: I previously raised an issue about not being...
View ArticleClosed Unassigned: Blank CertificateTemplate field [55]
Hi,I'm running the following command where __$IssuingCA__ is the FQDN of my Issuing CA.```Get-CertificationAuthority -computername $IssuingCA | Get-IssuedRequest -filter "NotBefore -ge $(get-date...
View ArticleClosed Unassigned: Revoke-Certificate -Unrevoke Bug [56]
First of all: Really nice work! Your module saved me a looooot of time!While using it, I found a small bug:If I try to use the Revoke-Certificate function with the -Unrevoke parameter I get an error...
View ArticleClosed Unassigned: Get-RevokedRequest Bug [57]
Found another small bug - well, actually not even a bug, more of a... inpractical thing.If I call Get-RevokedRequest I get back objects ob type PKI.CertificateServices.DB.RequestRow.These objects have...
View ArticleClosed Unassigned: OCSPRequest support for proxy [58]
Hello,Could it be possible to add support for passing a proxy object (and potentially credentials as well) to a OCSPRequest instance?I'm running a script through a scheduled task using this class in...
View ArticleClosed Unassigned: [Feature request] Set-CASecurityAcl and misc. [59]
Hello,I'm not sure this is the right place to make a feature request... Please excuse me if it is not.I would like to be able to manage the security settings of the CA through PowerShell (setting CA...
View ArticleUpdated Release: PowerShell PKI Module v3.0 (aug 10, 2014)
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 Article