Released: PowerShell PKI Module 2.2 (янв 31, 2013)
Installation guide:Use default installation path to install this module for current user only. To install this module for all users — enable "Install for all users" check-box in installation UINote: if...
View ArticleUpdated Release: PowerShell PKI Module 2.2 (jan 31, 2013)
Installation guide:Use default installation path to install this module for current user only.To install this module for all users — enable "Install for all users" check-box in installation UINote: if...
View ArticleNew Post: Source Code for PKI.Core.dll
finally, the source code for PKI.Core.dll library is published: https://pspki.codeplex.com/releases/view/101174
View ArticleNew Post: Source Code
Sources are available: https://pspki.codeplex.com/releases/view/101174
View ArticleNew Post: Import-module pskpi error
when i was trying to import the module to ps, i got the error like this also i have tryed to replace the psm1 file in the below linkhttps://pspki.codeplex.com/workitem/30Import-Module : The module to...
View ArticleNew Post: Import-module pskpi error
HI,Guys you can modify the psm1file in the line 202 and 203 like below, take attention for the "#"export module membersExport-ModuleMember 朏unction @(Get-Command 朚odule...
View ArticleNew Post: Import-module pskpi error
lvnhjj wrote: HI,Guys you can modify the psm1file in the line 202 and 203 like below, take attention for the "#"export module membersExport-ModuleMember 朏unction @(Get-Command 朚odule...
View ArticleCreated Unassigned: Get-RequestRow may not return anything with V1 templates...
Consider the scenario: you need to retrieve DB rows from CA server by specified V1 template (say, Machine (Computer)). When specify the filter "CertificateTemplate -eq Machine", the function do not...
View ArticleNew Post: Import-module pskpi error
Hi,Camelot. because when i was trying to import module pspki i get the error like below. i think the powershell can not regonize those tow strange command . 1 朏unction 2 朚odule two Although i have...
View ArticleNew Post: Import-module pskpi error
looks like you have strange encoding issue. Try to fix these weird characters with normal ones.
View ArticleCreated Unassigned: Add-CATemplate with -Name parameter fails [33]
Add-CATemplate with -Name parameter fails with the error:Add-CATemplate : Exception calling "AddRange" with "1" argument(s): "Value cannot be null.Parameter name: templates"-DisplayName and -Template...
View ArticleReviewed: PowerShell PKI Module 2.2 (Jun 18, 2013)
Rated 5 Stars (out of 5) - Awesome module!
View ArticleCreated Issue: InputObject parameter in all commands do not work as expected...
InputObject parameter in all commands do not work as expected when input array is passed as a parameter (not via pipeline) argument. For example:$CA = Get-CAGet-CATemplate -InputObject $CAin this case,...
View ArticleCreated Unassigned: COM objects should be gracefully released [35]
COM objects on interfaces (such ICertAdmin and ICertConfig) should be gracefully released from memory.
View ArticleUpdated Wiki: Get-EnrollmentPolicyServerClient
NameGet-EnrollmentPolicyServerClientSYNOPSISRetrieves locally registered Certificate Enrollment Policy (CEP) server endpoints.SYNTAXGet-EnrollmentPolicyServerClient [-UserContext]...
View ArticleUpdated Wiki: New-SelfSignedCertificateEx
NameNew-SelfSignedCertificateExSYNOPSISThis cmdlet generates a self-signed certificate.SYNTAXNew-SelfSignedCertificateEx [-Subject] <String> [[-NotBefore] <DateTime>] [[-NotAfter]...
View ArticleUpdated Wiki: Ping-ICertInterface
NamePing-ICertInterfaceSYNOPSISTests management and enrollment interface availability of the specified CA server.SYNTAXPing-ICertInterface [-CertificationAuthority] <CertificateAuthority[]>...
View ArticleUpdated Wiki: Receive-Certificate
NameReceive-CertificateSYNOPSISReceives already issued certificate from a Certification Authority database.SYNTAXReceive-Certificate [-RequestRow] <Object> [[-Path] <DirectoryInfo>]...
View ArticleUpdated Wiki: Start-PsFCIV
NameStart-PsFCIVSYNOPSISChecks files integrity. File Checksum Integreity Verifier (FCIV) compatible version.SYNTAXStart-PsFCIV [-Path] <String> [-XML] <String> [[-Include] <String>]...
View Article