New Post: Import-Module pspki take long time as system account
I found out that this is the module which cause the issue "VERBOSE: Loading module from path 'C:\Program Files\Sysadmins LV\PowerShell PKI Module\pspki\PSPKI.psm1. Any idea?
View ArticleNew Post: Import-Module pspki take long time as system account
This is a general message. Module loading process includes a lot of things and I can't tell what exactly creates a delay in your case. Another possibility is that the code fails to load format and...
View ArticleNew Post: Import-Module pspki take long time as system account
I may found it, the psm1 file stay for about 60 seconds at this line. BTW: onyl one time. If I run a second time the script it works like a charme. Get-ChildItem -Path $PSScriptRoot -Include *.ps1...
View ArticleNew Post: Import-Module pspki take long time as system account
BTW: If you like to reproduce you can start a system powershell with: "psexec -i -s Powershell.exe" and import the module with "import-module pspki -debug -verbose"
View ArticleNew Post: Import-Module pspki take long time as system account
Hi, any idea? Thanks Paul
View ArticleNew Post: Get-CertificationAuthority doesn't work in remote session
Hi. Fresh install of Windows 2012 R2 (domain joined) and PSPKI v3.1.0. When I'm logged in locally I can run Get-CertificationAuthority and see my three CAs. If I instead do an Enter-PSSession from my...
View ArticleNew Post: Get-CertificationAuthority doesn't work in remote session
This issue is caused due to credential delegation. By default, when you authenticate to remote server (via Enter-PSSession), these credentials can be used only on that server. Server is not allowed to...
View ArticleNew Post: Get-CertificationAuthority doesn't work in remote session
That explains that. Thanks!
View ArticleCommented Unassigned: Get-EnterprisePKIHealthStatus Error [86]
When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists...
View ArticleCommented Unassigned: Get-EnterprisePKIHealthStatus Error [86]
When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists...
View ArticleCommented Unassigned: Get-EnterprisePKIHealthStatus Error [86]
When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists...
View ArticleReviewed: PowerShell PKI Module v3.1 (Oct 30, 2015)
Rated 5 Stars (out of 5) - I've been using these cmdlets for a few months now and they have completely simplified a lot of tasks.
View ArticleCommented Unassigned: Get-EnterprisePKIHealthStatus Error [86]
When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists...
View ArticleCommented Unassigned: CRL revocation check bug [85]
Hi,I tested the certificate at https://revoked.grc.com and https://test-sspev.verisign.com:2443/test-SSPEV-revoked-verisign.html to see if they were revoked (they should be) in their CRL revocation...
View ArticleNew Post: Update the validity period of an existing CA template
I have a 2008 R2 CA and I setup auto enrollment for user certificates. That is working properly. However I need to be able to edit an existing CA template using Powershell. My goal is run a script on a...
View ArticleNew Post: Update the validity period of an existing CA template
No, the module do not allow certificate template modification. As I wrote on StackOverflow.com web site, it is not supported to modify certificate templates outside of Certificate Templates MMC snap-in.
View ArticleNew Post: Update the validity period of an existing CA template
I've been googling but can't find any reference to this unsupported feature, I'd like go in depth on this issue so please, can you share some links or documentation? Thanks.
View ArticleNew Post: Update the validity period of an existing CA template
This information came from private sources. You may need to contact Microsoft Support to get official information.
View ArticleCreated Unassigned: Register-ObjectIdentifier FIPS error [87]
Using the -UseActiveDirectory option, the following error is thrown:Exception calling "Register" with "6" argument(s): "This implementation is not part of the Windows Platform FIPS validated...
View ArticleCommented Unassigned: Get-EnterprisePKIHealthStatus Error [86]
When I run Get-Ca | Get-EnterprisePKIHealthStatus -Debug -Verbose I receive the attached error. I'm running this command from an elevated PowerShell session on Windows 8.1 Enterprise. My PKI consists...
View Article