Quantcast
Channel: Public Key Infrastructure PowerShell module
Browsing all 729 articles
Browse latest View live
↧

New Post: Certificate recieving ends after 30 minutes with "The handle is...

I don't understand what is your final goal. And what do you mean under "suspended certificates"?

View Article


New Post: Certificate recieving ends after 30 minutes with "The handle is...

Suspeneded certificates are those that were revoked with reason "Certificate Hold". I'm using this code to do it: Connect-CertificationAuthority -ComputerName $CN|Get-RevokedRequest -Filter...

View Article


New Post: Certificate recieving ends after 30 minutes with "The handle is...

when querying revoked certificates, you should use 2 queries:Get-RevokedRequest -Filter "NotAfter -ge $DT","RevokedEffectiveWhen -ge $lastDT","RevokedReason -eq 6" -Property "RawCertificate"...

View Article

New Post: Certificate recieving ends after 30 minutes with "The handle is...

I'm already using 2 queries. I think there are some misunderstanding. My plan is:Valid issued certificates -> Issued folderLapsed issued certificates -> Lapsed folder with removing from Issued...

View Article

New Post: Certificate recieving ends after 30 minutes with "The handle is...

from what I see, you have to use 6 calls in overall and restrict each call to meet your plan., say: 1) call all valid certificates, except lapsed and revoked certs. Move them to Issued certs folder. 2)...

View Article


New Post: Certificate recieving ends after 30 minutes with "The handle is...

It's impossible avoid managing folders, cause this "export certificates" script starts exporting every N hour only new information: certificates that were issued, revoked, lapsed or renewed sinse last...

View Article

New Post: Incredibly slow response time on large 2003 database

I'm trying to validate that I can successfully query and revoke certificates from our CA using this module. So far no luck. Works without issue: Get-CertificationAuthority -ComputerName <CA-FQDN>...

View Article

New Post: Incredibly slow response time on large 2003 database

Can you try to make this filter in Certification Authority MMC snap-in and check whether it is quicker?

View Article


New Post: Incredibly slow response time on large 2003 database

It takes seconds to obtain using the filter in the Certification Authority MMC snap-in. I've tried filtering by subject and request ID

View Article


New Post: Incredibly slow response time on large 2003 database

Ok I'll take a look.

View Article

New Post: Incredibly slow response time on large 2003 database

The query did eventually finish after about two hours.

View Article

Created Unassigned: Get-ObjectIdentifierEx fails when OID group is not...

Get-ObjectIdentifierEx fails when OID group is not specified, because dwOidGroup is casted to Int32, instead of UInt32:```Cannot convert argument "dwGroupId", with value: "-2147483647", for...

View Article

New Post: Incredibly slow response time on large 2003 database

Hello again! I just checked the query on a Windows Server 2008 R2 with about 2 million rows (DB is about 15GB) and the query is returned very quickly (few seconds), so I cannot repro your issue so far....

View Article


New Post: Incredibly slow response time on large 2003 database

I was using version 2.6. The certificate server is running 2003 R2 Enterprise. I ended up using certutil which gives me the data I need, though in a slightly less clean manner in seconds.

View Article

New Post: Incredibly slow response time on large 2003 database

It is unfortunate to hear that the module didn't help you here. I double-checked the code and I didn't found anything that could make query call so long. Also I wasn't able to repro your issue. It is...

View Article


Created Unassigned: Extract Subject Alternate Names from a Certificate...

Hello, Is there a function available in the PSPKI-Module (or PS-Code available) for extracting the SANs of an existing Certificate Request (which exists as Base64-Encoded String available in Memory/in...

View Article

Commented Unassigned: Extract Subject Alternate Names from a Certificate...

Hello, Is there a function available in the PSPKI-Module (or PS-Code available) for extracting the SANs of an existing Certificate Request (which exists as Base64-Encoded String available in Memory/in...

View Article


Commented Unassigned: Extract Subject Alternate Names from a Certificate...

Hello, Is there a function available in the PSPKI-Module (or PS-Code available) for extracting the SANs of an existing Certificate Request (which exists as Base64-Encoded String available in Memory/in...

View Article

Closed Unassigned: Extract Subject Alternate Names from a Certificate Request...

Hello, Is there a function available in the PSPKI-Module (or PS-Code available) for extracting the SANs of an existing Certificate Request (which exists as Base64-Encoded String available in Memory/in...

View Article

New Post: Using module over REST API?

Hi, Anyone tried to develop web service that use these powershell modules over REST API? Thanks, Ratko

View Article
Browsing all 729 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>