Commented 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 ArticleCreated Unassigned: New-SelfSignedCertificateEx - "A parameter cannot be...
Hello,I want to create a self signed s/mime cert.To archiv this I use the Cmdlet New-SelfSignedCertificateEx, but i get the error "A parameter cannot be found that matches parameter name...
View ArticleEdited Unassigned: New-SelfSignedCertificateEx - "A parameter cannot be found...
Hello,I want to create a self signed s/mime cert.To archiv this I use the Cmdlet New-SelfSignedCertificateEx, but i get the error "A parameter cannot be found that matches parameter name...
View ArticleNew Post: Decode ASN.1 value from custom extension (raw data)
Gents, I am using PSPKI 3.0 and am trying to decode a custom extension (example is 1.2.3.4.5.8 as an OID with a string as the payload). I cannot figure out how to access the decoded data in the...
View ArticleNew Post: Decode ASN.1 value from custom extension (raw data)
Neither, AsnEncodedData or any tool will decode unknown extension. Each extension has specific syntax and common extension decoders are implemented in Windows. For custom extension you have to write...
View ArticleNew Post: Decode ASN.1 value from custom extension (raw data)
Hi Camelot, cannot believe it was this easy :D And yes, it was just an IA5String. Binged like crazy and could not find any info... :) Thanks a lot, this was exactly what I was looking for. MMF
View ArticleCreated Unassigned: OCSPResponse incorrectly indicate response expiration [81]
OCSPResponse incorrectly indicate response expired when `nextUpdate` is missing in one or more OCSPSingleResponses.
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
I am creating a script which will notify users when their certificates are about to expire. In the notification email, I would like to have all Subject Alternative Names listed if they exist in the...
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
you can use -Property parameter to include desired columns in the output.
View ArticleCommented Unassigned: New-SelfSignedCertificateEx - "A parameter cannot be...
Hello,I want to create a self signed s/mime cert.To archiv this I use the Cmdlet New-SelfSignedCertificateEx, but i get the error "A parameter cannot be found that matches parameter name...
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
I'm sorry, as I should have been slightly more specific. I have done __-property *__ to pull all data and in no place am I able to see the subject alternative names in the output. Below is everything...
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
Can you show where you see SAN value in the ADCS console?
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
It's not allowing me to attach the screen shot. However, on a certificate that has SAN(s), double click to view the certificate, then go to the details tab, and then I show extensions. Under extensions...
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
Extensions are stored in a different table. So you will need to use a bit different approach:# retrieve extensions associated with the request in the DB$e= Get-CertificationAuthority -ComputerName...
View ArticleNew Post: Pulling Subject Alternative Names from certificates in Issuing CA.
Camelot, Sorry for the slow response. I greatly appreciate your help and that worked like a champ! Due to your assistance, I will be able to report SAN's in the email report of expiring certificates....
View ArticleUpdated Wiki: Roadmap
Project RoadmapThis page contains a roadmap for the PowerShell PKI module project. Roadmap items are placed in a no paticular order.PowerShellProvide "New-CertificateSigningRequest" command; Provide CA...
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 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 ArticleUpdated 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 ArticleReleased: 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 Article