Vadims Podans

Results 214 comments of Vadims Podans

The module determines exported commands in runtime depending on client capabilities to avoid exporting functions that technically cannot be executed in a particular session. As the result, the list of...

> Would it not be more useful then to publish all commands and fail the ones whose requirements are not met? That's what I wanted to avoid. Otherwise, I will...

You may need to reverse the DS attribute decomposition back from properties to DS attributes.

This module was never tested against PowerShell Core versions. The highest tested version is Windows PowerShell 5.1.

I will need a kind of wayback machine to get the right sources. Do I understand it correctly that you basically want a 3.7.2 version with updated PKI library that...

Unfortunately my allowed time to work on PSPKI is quite limited and current v4.2 version is stable enough to use, thus I have no plans to provide a fix specifically...

There is no built-in functionality to create certificate requests. You may need to use certreq with INF template.

> Yeh, was looking for a way to script it without certreq dependency. > > We automatically issue certs when requested, else I could amend the cert before issue, which...

I've started the work on this and here are relevant work items in backend library: - https://github.com/PKISolutions/pkix.net/issues/74 - https://github.com/PKISolutions/pkix.net/issues/59 - https://github.com/PKISolutions/pkix.net/issues/76 - https://github.com/PKISolutions/pkix.net/issues/78 Export is implemented. Import is implemented partially....