Created Unassigned: Bad example for Set-CertificateTemplate [102]
First example is incorrect. Should be:```PS C:\> Get-CertificateTemplate -Name WebServer | Get-CertificateTemplateACL | Add-CertificateTemplateAcl -User WebServerGroup -AccessType Allow -AccessMask...
View ArticleReviewed: PowerShell PKI Module v3.2.6 (Nov 28, 2016)
Rated 5 Stars (out of 5) - Nicely done! Very handy module :)
View ArticleNew Post: Error Funcion Get-Certification Authority
I realize this thread is a little older, but since the original poster hasn't responded I can tell you what he's likely seeing - since I'm having the same issue: PS C:\Users\Administrator\Desktop>...
View ArticleNew Post: Error Funcion Get-Certification Authority
...and the answer was? I'd not installed the server component. Works just fine now.
View ArticleNew Post: Remove-CertificateTemplate cmdlet returns writeErrorException
I am using pspki version 3.2.6 on Server 2012 R2 I am attempting to remove a template that was previously imported to AD using the Import-CertificateTemplate.ps1 that Vadims published here:...
View ArticleNew Post: Error Funcion Get-Certification Authority
It appears that only client component is installed, thus, no Get-CertificationAuthority cmdlet is available (because it is not installed).
View ArticleCreated Unassigned: Remove-CertificateTemplate cmdlet returns...
I am using pspki version 3.2.6 on Server 2012 R2I am attempting to remove a template that was previously imported to AD using the Import-CertificateTemplate.ps1 that Vadims published here:...
View ArticleNew Post: Remove-CertificateTemplate cmdlet returns writeErrorException
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCreated Unassigned: CAPI Issue when Attempting to Load Module [104]
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSPKI\PSPKI.psm1'.Write-ErrorMessage : Exception of type 'Microsoft.PowerShell.Commands.WriteErrorException' was thrown.At...
View ArticleCommented Unassigned: CAPI Issue when Attempting to Load Module [104]
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSPKI\PSPKI.psm1'.Write-ErrorMessage : Exception of type 'Microsoft.PowerShell.Commands.WriteErrorException' was thrown.At...
View ArticleNew Post: Check Multiple OCSP Servers
I am using PSKI 3.2.6.0 Is it possible to check multiple OCSP server addresses to ensure they are working correctly? Here is what we have. We have 8 Microsoft OCSP servers, named “server1.company.com”...
View ArticleCreated Unassigned: get-certificationAuthority (error) [105]
HI,We are using a ADCS failover cluster, with only one server being active at a time. I am getting an error when trying to run the command get-certificaitonAuthority i get the following error: I can...
View ArticleCommented Unassigned: CAPI Issue when Attempting to Load Module [104]
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSPKI\PSPKI.psm1'.Write-ErrorMessage : Exception of type 'Microsoft.PowerShell.Commands.WriteErrorException' was thrown.At...
View ArticleCommented Unassigned: CAPI Issue when Attempting to Load Module [104]
VERBOSE: Loading module from path 'C:\Program Files\WindowsPowerShell\Modules\PSPKI\PSPKI.psm1'.Write-ErrorMessage : Exception of type 'Microsoft.PowerShell.Commands.WriteErrorException' was thrown.At...
View ArticleCommented Unassigned: get-certificationAuthority (error) [105]
HI,We are using a ADCS failover cluster, with only one server being active at a time. I am getting an error when trying to run the command get-certificaitonAuthority i get the following error: I can...
View ArticleReviewed: PowerShell PKI Module v3.2.6 (Mar 21, 2017)
Rated 5 Stars (out of 5) - Very Nice! Using this for some custom monitoring via SCOM 2016!
View ArticleCreated Unassigned: Setup Documentation Needed [106]
I found my way here trying to get some other powershell script to work.__It would be nice to have a small burb on the home page on what to do to get the scripts to work after you run the installer.__...
View ArticleCommented Unassigned: Setup Documentation Needed [106]
I found my way here trying to get some other powershell script to work.__It would be nice to have a small burb on the home page on what to do to get the scripts to work after you run the installer.__...
View ArticleCommented Unassigned: Setup Documentation Needed [106]
I found my way here trying to get some other powershell script to work.__It would be nice to have a small burb on the home page on what to do to get the scripts to work after you run the installer.__...
View ArticleNew Post: Get certificate information - AIA, CDP, Cert Template Information
Hi PSPKI Gurus, Is it possible to query and extract via PSPKI (or other powershell-based) methods the following information from a certificate file. I am not looking for certutil solution. Currently...
View Article