New Post: PowerShell 5.0
Two questions:did you install server component of the module? did you import the module? PSPKI works on PowerShell 3.0 and newer. PowerShell 5.0 is supported.
View ArticleCommented Unassigned: Return thumbprint from New-SelfSignedCertificateEx [100]
It would be great if New-SelfSignedCertificateEx could return a unique/identifying value such as thumbprint. Currently you have to use Get-ChildItem to query for the newly created certificate, which...
View ArticleNew Post: Error Funcion Get-Certification Authority
After installing the module 3.2.6 PKI PS in server mode in an environment of certification , the Get- certificationAuthority function is not enabled. Thank help us to know if a policy , configuration...
View ArticleNew Post: Error Funcion Get-Certification Authority
specifically I need two IssuedRequest and Get- certificationAuthority functions when writing IssuedRequest function parameters asks me , but when I write the Get- certificationAuthority function is...
View ArticleNew Post: Error Funcion Get-Certification Authority
Thank you help us guide us to know if it is a policy that is blocking the function Get-certificationAuthority. Thank you.
View ArticleNew Post: Error Funcion Get-Certification Authority
Can you be more specific? I still didn't get what is your problem.
View ArticleNew Post: Error Funcion Get-Certification Authority
In an environment with Active Directory module installation was performed PSPKI. many functions are enabled but the Get-certificationAuthority function is not active. The error that I have at the...
View ArticleNew Post: Error Funcion Get-Certification Authority
I appreciate your help with the case mentioned
View ArticleNew Post: Error Funcion Get-Certification Authority
Good evening The function is already active, but when the Get-certificationAuthority command runs the error is generated: Exception calling
View ArticleNew Post: Error Funcion Get-Certification Authority
Sorry for delayed response. Can you show the output of the following command: Get-Command -Module PSPKI
View ArticleCreated Unassigned: Issues with Set-CertificateExtension [101]
Hi,I'm working with PSPKI v3.2.6.When using Set-CertificateExtensions, I have some issues :* With the "-Remove" switch, powershell complains about an unavailable type ([PKI.ASN.ASN1])For example...
View ArticleCommented Unassigned: Issues with Set-CertificateExtension [101]
Hi,I'm working with PSPKI v3.2.6.When using Set-CertificateExtensions, I have some issues :* With the "-Remove" switch, powershell complains about an unavailable type ([PKI.ASN.ASN1])For example...
View ArticleCommented Unassigned: Issues with Set-CertificateExtension [101]
Hi,I'm working with PSPKI v3.2.6.When using Set-CertificateExtensions, I have some issues :* With the "-Remove" switch, powershell complains about an unavailable type ([PKI.ASN.ASN1])For example...
View ArticleNew Post: Compatible frameworks
I use module 3.2.6. Which frameworks are compatible with 3.2.6. I can see Module Requirements (framework 4.0) but I have to uninstall it from my server. I will install framework 4.6.2. Can I use the...
View ArticleNew Post: Compatible frameworks
.NET 4.0 is the minimum supported version, this means that any newer framework version is supported.
View ArticleNew Post: Least privileged user
Hi, I'm using PSPKI v3.2.6 I'm trying to retrieve the issued certificates remotely. When I'm doing this with a regular AD user I get this error: Get-IssuedRequest : Exception calling "GetSchema" with...
View ArticleNew Post: Least privileged user
You must be granted CA Manger permissions on CA server.
View Article