Updated Wiki: Home
Project Description This module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For...
View ArticleReleased: 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 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 ArticleReleased: 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 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 ArticleUpdated Wiki: Home
Project Description This module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For...
View ArticleUpdated Wiki: Home
Project Description This module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.This module is intended for Certification Authority management. For...
View ArticleNew Post: translate the Request.StatusCode
It's possible to translate the Request.StatusCode (from Get-FailedRequest) to it's corresponding text "The permissions on the certificate template do not allow the current user to enroll for this type...
View ArticleNew Post: translate the Request.StatusCode
Yes, it is possible externally. In other words it is not done automatically. If you want to convert HRESULT statuses, you can use Get-ErrorMessage command from the module. Example: PS C:\>...
View ArticleCreated Unassigned: [Feature request] Allow easy retrieval of local CA...
Hello,First, I wanted to say you did a wonderful job with the 3.0 release!Another (very minor) feature request from me... Most of the time (in my case anyway) you execute PSPKI commands from the CA...
View ArticleCreated 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 ArticleCommented Unassigned: [Feature request] Allow easy retrieval of local CA...
Hello,First, I wanted to say you did a wonderful job with the 3.0 release!Another (very minor) feature request from me... Most of the time (in my case anyway) you execute PSPKI commands from the CA...
View ArticleCommented 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 ArticleCommented 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: [FeatureRequest] Start-PsFCIV -Online Return Object...
Hi,great Module, it has proven quite helpful so far. I have a minor feature request though:Start-PsFCIV:With the -online switch I receive the Hash Information as return objects. That's cool. What would...
View ArticleCommented Unassigned: [Feature request] Allow easy retrieval of local CA...
Hello,First, I wanted to say you did a wonderful job with the 3.0 release!Another (very minor) feature request from me... Most of the time (in my case anyway) you execute PSPKI commands from the CA...
View ArticleCommented 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 ArticleCommented Unassigned: [Feature request] Allow easy retrieval of local CA...
Hello,First, I wanted to say you did a wonderful job with the 3.0 release!Another (very minor) feature request from me... Most of the time (in my case anyway) you execute PSPKI commands from the CA...
View ArticleCommented 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 ArticleNew Post: Get Pending Requests with SAN / DNS
Just for fun ... I had a need to determine whether a cert was configured for SANs or not, so I came up with the following:$CertData = (connect-ca $CertObject.IssuingCa | get-issuedrequest -RequestID...
View Article