New Post: Receive-Certificate error
Thank U much, i'll follow. For information, there was another problem with Get-CertificationAuthority command at all CA on 2003 r2, sp2 (PSPKI v 2.2, PoSH v.2). This command is in the list, getting by...
View ArticleNew Post: Receive-Certificate error
Get-CertificationAuthority is not available in non-domain environments ( https://pspki.codeplex.com/wikipage?title=Get-CertificationAuthority ), or if you are logged on with local account (not domain)....
View ArticleNew Post: ParseExact Exception
Hi, I'm receiving an exception during the revocation of a certificate. It is successfully revoking, I'm just getting the following error in my ErrorDump log. Has anyone else encountered this error? I'm...
View ArticleNew Post: Receive-Certificate error
Ok, let's try this approach:$certrequest = new-object -com certificateauthority.request $certrequest.retrievepending(5116,"RA15\ЦС_2") does this command throws error?
View ArticleNew Post: Receive-Certificate error
Yes: Exception calling "RetrievePending" with "2" argument(s): "CCertRequest::Retrie vePending The parameter is incorrect. 0x80070057 (WIN32: 87)" At...
View ArticleNew Post: Receive-Certificate error
ok, try this example:$certrequest = new-object -com certificateauthority.request $certrequest.retrievepending(5116,"RA15\!0426!0421_2")
View ArticleNew Post: Receive-Certificate error
ping me via email (vpodans&sysadmins.lv) to continue conversation. I'll forward you instructions I got from Microsoft.
View ArticleNew Post: ParseExact Exception
I'm receiving it after running the following command... $certLookup = Get-CertificationAuthority | Get-IssuedRequest -filter "CommonName -eq $cert" $cert would be a FQDN such as server1.contoso.com...
View ArticleNew Post: ParseExact Exception
What do you mean under "ErrorDump log"? I just checked the code and you should not receive any errors in the console. Although, errors are handled by $error variable, it is expected behavior. The code...
View ArticleNew Post: Receive-Certificate error
I sent you details in email. Just to close this thread: the error is raised because AKI extension value in the leaf certificate does not match SKI value of any active CA certificate. It is expected...
View ArticleNew Post: ParseExact Exception
I have written a number of scripts to perform various administrative functions for my team members. One of them is to handle certificate revocation, all they need to provide is the FQDN and the script...
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 ArticleCreated Unassigned: Start-PsFCIV time zone issue [37]
Start-PsFCIV incorrectly mark files as "Bad" when XML datafile was created and checked on different machines with different time zone settings.
View ArticleCreated Unassigned: Start-PsFCIV throws error with .NET 2.0 [38]
Method invocation failed because [System.Security.Cryptography.SHA1CryptoServiceProvider] doesn't contain a method named 'Dispose'.At C:\Users\multifront-build\Desktop\PsFCIV_2.1.ps1:241 char:18+...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Dear experts, is it possible in the Submit-Request Function via the Parameter -Attribute to add anyhow Subject Alternate Names? If yes how is the Syntax? I know Vadims blog...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Consider to include SAN as extension and not as attribute: http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=20 When passing SANs as an attribute, it may lead to a security risk, because SAN attribute...
View ArticleNew Post: Add Subject Alternate Names to Cert Request
Camelot wrote: Consider to include SAN as extension and not as attribute: http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=20 When passing SANs as an attribute, it may lead to a security risk,...
View Article