<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Public Key Infrastructure PowerShell module</title><link>http://pspki.codeplex.com/project/feeds/rss</link><description>This module is intended to simplify certain PKI management tasks by using automation with Windows PowerShell.</description><item><title>Created Unassigned: Add-CATemplate with -Name parameter fails [33]</title><link>http://pspki.codeplex.com/workitem/33</link><description>Add-CATemplate with -Name parameter fails with the error&amp;#58;&lt;br /&gt;Add-CATemplate &amp;#58; Exception calling &amp;#34;AddRange&amp;#34; with &amp;#34;1&amp;#34; argument&amp;#40;s&amp;#41;&amp;#58; &amp;#34;Value cannot be null.&lt;br /&gt;Parameter name&amp;#58; templates&amp;#34;&lt;br /&gt;&lt;br /&gt;-DisplayName and -Template parameters work as expected.&lt;br /&gt;</description><author>Camelot</author><pubDate>Sun, 05 May 2013 16:31:07 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Add-CATemplate with -Name parameter fails [33] 20130505043107P</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;looks like you have strange encoding issue. Try to fix these weird characters with normal ones.&lt;br /&gt;
&lt;/div&gt;</description><author>Camelot</author><pubDate>Mon, 29 Apr 2013 09:47:56 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130429094756A</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;Hi，Camelot.&lt;br /&gt;
because  when i was trying to import module pspki&lt;br /&gt;
i get the error like below.&lt;br /&gt;
i think the powershell can not regonize those tow strange command . 1 朏unction 2 朚odule  two&lt;br /&gt;
Although i have corrected to function and module , it didn't work.&lt;br /&gt;
so, i have to make the &amp;quot;#&amp;quot; before those two line to annotate it .&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
Export-ModuleMember &amp;lt;&amp;lt;&amp;lt;&amp;lt;  朏unction @(Get-Command 朚odule $ExecutionContext.SessionState.Module | Where-Object {$Rest&lt;br /&gt;
rictedFunctions -notcontains $_.Name})&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : InvalidArgument: (:) [Export-ModuleMember], ParameterBindingException&lt;/li&gt;
&lt;li&gt;
FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.ExportModuleMemberCommand&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
Export-ModuleMember -Alias @(Get-Command &amp;lt;&amp;lt;&amp;lt;&amp;lt;  朚odule $ExecutionContext.SessionState.Module)&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;CategoryInfo          : ObjectNotFound: (朚odule:String) [Get-Command], CommandNotFoundException&lt;/li&gt;
&lt;li&gt;FullyQualifiedErrorId : CommandNotFoundException,Microsoft.PowerShell.Commands.GetCommandCommand&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>lvnhjj</author><pubDate>Mon, 29 Apr 2013 05:53:25 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130429055325A</guid></item><item><title>Created Unassigned: Get-RequestRow may not return anything with V1 templates [32]</title><link>http://pspki.codeplex.com/workitem/32</link><description>Consider the scenario&amp;#58; you need to retrieve DB rows from CA server by specified V1 template &amp;#40;say, Machine &amp;#40;Computer&amp;#41;&amp;#41;. When specify the filter &amp;#34;CertificateTemplate -eq Machine&amp;#34;, the function do not returns anything even if there are requests in the DB.&lt;br /&gt;</description><author>Camelot</author><pubDate>Sat, 27 Apr 2013 07:18:12 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Get-RequestRow may not return anything with V1 templates [32] 20130427071812A</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;lvnhjj wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
HI，Guys &lt;br /&gt;
you can modify the psm1file in the line 202 and 203 like below,&lt;br /&gt;
take attention for the &amp;quot;#&amp;quot;&lt;br /&gt;
&lt;h1&gt;export module members&lt;/h1&gt;
&lt;h1&gt;Export-ModuleMember 朏unction @(Get-Command 朚odule $ExecutionContext.SessionState.Module | Where-Object {$RestrictedFunctions -notcontains $_.Name})&lt;/h1&gt;
&lt;h1&gt;Export-ModuleMember -Alias @(Get-Command 朚odule $ExecutionContext.SessionState.Module)&lt;/h1&gt;
&lt;/blockquote&gt;
why do I need to change there anything? I think, Export-ModuleMember commands are executed correctly.&lt;br /&gt;
&lt;/div&gt;</description><author>Camelot</author><pubDate>Sat, 27 Apr 2013 07:09:09 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130427070909A</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;HI，Guys &lt;br /&gt;
you can modify the psm1file in the line 202 and 203 like below,&lt;br /&gt;
take attention for the &amp;quot;#&amp;quot;&lt;br /&gt;
&lt;h1&gt;export module members&lt;/h1&gt;
&lt;h1&gt;Export-ModuleMember 朏unction @(Get-Command 朚odule $ExecutionContext.SessionState.Module | Where-Object {$RestrictedFunctions -notcontains $_.Name})&lt;/h1&gt;
&lt;h1&gt;Export-ModuleMember -Alias @(Get-Command 朚odule $ExecutionContext.SessionState.Module)&lt;/h1&gt;
&lt;/div&gt;</description><author>lvnhjj</author><pubDate>Sat, 27 Apr 2013 07:00:36 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130427070036A</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;sorry ，i have mistyped  pspki for pskpi。&lt;br /&gt;
OMG！！！&lt;br /&gt;
&lt;/div&gt;</description><author>lvnhjj</author><pubDate>Sat, 27 Apr 2013 06:39:37 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130427063937A</guid></item><item><title>New Post: Import-module pskpi error</title><link>http://pspki.codeplex.com/discussions/441744</link><description>&lt;div style="line-height: normal;"&gt;when i was trying to import the module to ps,&lt;br /&gt;
i got the error like this &lt;br /&gt;
also i have tryed to replace the psm1 file in the below link&lt;br /&gt;
&lt;a href="https://pspki.codeplex.com/workitem/30" rel="nofollow"&gt;https://pspki.codeplex.com/workitem/30&lt;/a&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Import-Module : The module to process 'PSPKI.psm1', listed in field 'ModuleToProcess' of module manifest 'C:\Windows\sy
stem32\WindowsPowerShell\v1.0\Modules\PSPKI\PSPKI.psd1' was not processed because no valid module was found in any modu
le directory.
At line:24 char:34
+                     Import-Module &amp;lt;&amp;lt;&amp;lt;&amp;lt;  $_.Name -ErrorAction SilentlyContinue
    + CategoryInfo          : ResourceUnavailable: (PSPKI:String) [Import-Module], FileNotFoundException
    + FullyQualifiedErrorId : Modules_ModuleFileNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand__&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>lvnhjj</author><pubDate>Sat, 27 Apr 2013 03:42:15 GMT</pubDate><guid isPermaLink="false">New Post: Import-module pskpi error 20130427034215A</guid></item><item><title>New Post: Source Code</title><link>http://pspki.codeplex.com/discussions/390853</link><description>&lt;div style="line-height: normal;"&gt;Sources are available: &lt;a href="https://pspki.codeplex.com/releases/view/101174" rel="nofollow"&gt;https://pspki.codeplex.com/releases/view/101174&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Camelot</author><pubDate>Sun, 14 Apr 2013 09:58:27 GMT</pubDate><guid isPermaLink="false">New Post: Source Code 20130414095827A</guid></item><item><title>New Post: Source Code for PKI.Core.dll</title><link>http://pspki.codeplex.com/discussions/429003</link><description>&lt;div style="line-height: normal;"&gt;finally, the source code for PKI.Core.dll library is published: &lt;a href="https://pspki.codeplex.com/releases/view/101174" rel="nofollow"&gt;https://pspki.codeplex.com/releases/view/101174&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Camelot</author><pubDate>Sun, 14 Apr 2013 09:57:41 GMT</pubDate><guid isPermaLink="false">New Post: Source Code for PKI.Core.dll 20130414095741A</guid></item><item><title>Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013)</title><link>https://pspki.codeplex.com/releases/view/101174</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Use default installation path to install this module for current user only.&lt;/li&gt;
&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Major and minor bug fixing.&lt;/li&gt;
&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.&lt;/li&gt;
&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall, the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.&lt;/li&gt;
&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;PKI.Core.dll API documentation is published at &lt;a href="http://pkix2.sysadmins.lv/library/"&gt;http://pkix2.sysadmins.lv/library/&lt;/a&gt;. For PKI.Core.dll sources, please ask directly.&lt;br /&gt;&lt;br /&gt;for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;http://pspki.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker: &lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br /&gt;for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Camelot</author><pubDate>Sun, 14 Apr 2013 09:56:28 GMT</pubDate><guid isPermaLink="false">Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013) 20130414095628A</guid></item><item><title>Released: PowerShell PKI Module 2.2 (янв 31, 2013)</title><link>http://pspki.codeplex.com/releases/view/101174</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Use default installation path to install this module for current user only. &lt;/li&gt;&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Major and minor bug fixing. &lt;/li&gt;&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.
&lt;/li&gt;&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall,
 the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.
&lt;/li&gt;&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
PKI.Core.dll API documentation is published at &lt;a href="http://pkix2.sysadmins.lv/library/"&gt;
http://pkix2.sysadmins.lv/library/&lt;/a&gt;. For PKI.Core.dll sources, please ask directly.&lt;br&gt;
&lt;br&gt;
for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;
http://pspki.codeplex.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker:
&lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br&gt;
for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;
http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Sun, 14 Apr 2013 09:56:27 GMT</pubDate><guid isPermaLink="false">Released: PowerShell PKI Module 2.2 (янв 31, 2013) 20130414095627A</guid></item><item><title>Created Unassigned: Install-CertificationAuthority fails when network adapter is not presented [31]</title><link>http://pspki.codeplex.com/workitem/31</link><description>When you install a Standalone CA on a computer that has no network adapter &amp;#40;or it is disabled in BIOS&amp;#41;, Install-CertificationAuthority fails with the error&amp;#58; __The network location cannot be reached__.&lt;br /&gt;&lt;br /&gt;The issue is caused due to incorrect ENUM_SETUPPROP_SHAREDFOLDER property handling in the underlying API.&lt;br /&gt;</description><author>Camelot</author><pubDate>Wed, 10 Apr 2013 07:33:32 GMT</pubDate><guid isPermaLink="false">Created Unassigned: Install-CertificationAuthority fails when network adapter is not presented [31] 20130410073332A</guid></item><item><title>Commented Issue: Import-Module PSKPI results in error [30]</title><link>http://pspki.codeplex.com/workitem/30</link><description>As soon as I type&amp;#58; Import-Module PSPKI I get the error as shown in the attachment. This occurs in v2.2. In v2.0 I did not have this error.&lt;br /&gt;Comments: The issue will be fixed in the next version. As a workaround, download the attached PSPKI.psm1 file and replace it in the module installation directory.</description><author>Camelot</author><pubDate>Thu, 07 Feb 2013 17:46:12 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import-Module PSKPI results in error [30] 20130207054612P</guid></item><item><title>Created Issue: Import-Module PSKPI results in error [30]</title><link>http://pspki.codeplex.com/workitem/30</link><description>As soon as I type&amp;#58; Import-Module PSPKI I get the error as shown in the attachment. This occurs in v2.2. In v2.0 I did not have this error.&lt;br /&gt;</description><author>ZJORZ</author><pubDate>Thu, 07 Feb 2013 14:55:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Import-Module PSKPI results in error [30] 20130207025543P</guid></item><item><title>Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013)</title><link>http://pspki.codeplex.com/releases/view/101174</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Use default installation path to install this module for current user only.&lt;/li&gt;
&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Major and minor bug fixing.&lt;/li&gt;
&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.&lt;/li&gt;
&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall, the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.&lt;/li&gt;
&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;PKI.Core.dll API documentation is published at &lt;a href="http://pkix2.sysadmins.lv/library/"&gt;http://pkix2.sysadmins.lv/library/&lt;/a&gt;. For PKI.Core.dll sources, please ask directly.&lt;br /&gt;&lt;br /&gt;for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;http://pspki.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker: &lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br /&gt;for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Camelot</author><pubDate>Fri, 01 Feb 2013 18:48:09 GMT</pubDate><guid isPermaLink="false">Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013) 20130201064809P</guid></item><item><title>Released: PowerShell PKI Module 2.2 (Jan 31, 2013)</title><link>http://pspki.codeplex.com/releases/view/101174</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Use default installation path to install this module for current user only. &lt;/li&gt;&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Major and minor bug fixing. &lt;/li&gt;&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.
&lt;/li&gt;&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall,
 the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.
&lt;/li&gt;&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
PKI.Core.dll API documentation is published at &lt;a href="http://pkix2.sysadmins.lv/library/"&gt;
http://pkix2.sysadmins.lv/library/&lt;/a&gt;. For PKI.Core.dll sources, please ask directly.&lt;br&gt;
&lt;br&gt;
for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;
http://pspki.codeplex.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker:
&lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br&gt;
for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;
http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Fri, 01 Feb 2013 18:48:09 GMT</pubDate><guid isPermaLink="false">Released: PowerShell PKI Module 2.2 (Jan 31, 2013) 20130201064809P</guid></item><item><title>Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013)</title><link>http://pspki.codeplex.com/releases/view/101174</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Use default installation path to install this module for current user only.&lt;/li&gt;
&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Major and minor bug fixing.&lt;/li&gt;
&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.&lt;/li&gt;
&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall, the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.&lt;/li&gt;
&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;PKI.Core.dll API documentation is coming very soon. For PKI.Core.dll sources, please ask directly.&lt;br /&gt;&lt;br /&gt;for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;http://pspki.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker: &lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br /&gt;for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Camelot</author><pubDate>Thu, 31 Jan 2013 19:57:09 GMT</pubDate><guid isPermaLink="false">Updated Release: PowerShell PKI Module 2.2 (jan 31, 2013) 20130131075709P</guid></item><item><title>Released: PowerShell PKI Module 2.2 (Jan 31, 2013)</title><link>http://pspki.codeplex.com/releases/view/101174</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Use default installation path to install this module for current user only. &lt;/li&gt;&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Release notes for version 2.2:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Major and minor bug fixing. &lt;/li&gt;&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.
&lt;/li&gt;&lt;li&gt;CA configuration retrieval is implemented in a fallback mode. By default, the module attempts to retrieve and update CA configuration by accessing it via Remote Registry. If due to some reasons Remote Registry service is not enabled or restricted in firewall,
 the code falls back to direct DCOM calls via ICertAdmin COM interface. This means that you don&amp;#39;t have to enable Remote Registry on CA server. However, certain information may not be available.
&lt;/li&gt;&lt;li&gt;Improved &lt;b&gt;Test-WebServerSSL&lt;/b&gt; command to show entire SSL chain returned by web server.&lt;/li&gt;&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/29"&gt;http://pspki.codeplex.com/workitem/29&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/28"&gt;http://pspki.codeplex.com/workitem/28&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/27"&gt;http://pspki.codeplex.com/workitem/27&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/26"&gt;http://pspki.codeplex.com/workitem/26&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/25"&gt;http://pspki.codeplex.com/workitem/25&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/23"&gt;http://pspki.codeplex.com/workitem/23&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-CertificateTrustList&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Receive-Certificate&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Submit-CertificateRequest&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
&lt;b&gt;The following commands will be removed in next release:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Get-EnrollmentServiceUri&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br&gt;
PKI.Core.dll API documentation is coming very soon. For PKI.Core.dll sources, please ask directly.&lt;br&gt;
&lt;br&gt;
for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;
http://pspki.codeplex.com/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker:
&lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br&gt;
for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;
http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 31 Jan 2013 19:57:09 GMT</pubDate><guid isPermaLink="false">Released: PowerShell PKI Module 2.2 (Jan 31, 2013) 20130131075709P</guid></item><item><title>Updated Release: PowerShell PKI Module 2.0 (jūl 27, 2012)</title><link>http://pspki.codeplex.com/releases/view/91734</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;&lt;u&gt;Installation guide:&lt;/u&gt;&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Use default installation path to install this module for current user only.&lt;/li&gt;
&lt;li&gt;To install this module for all users — enable &amp;quot;Install for all users&amp;quot; check-box in installation UI&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; if previous module installations are detected, they are removed during upgrade.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Release notes for version 2.0:&lt;/b&gt;
&lt;ul&gt;&lt;li&gt;Added non-domain environment support.&lt;/li&gt;
&lt;li&gt;Added Standalone CA support through &lt;b&gt;Connect-CertificationAuthority&lt;/b&gt; command.&lt;/li&gt;
&lt;li&gt;Depending on a environment and current operating system version, certain commands may be unavailable, because they are not supported by the current installation. For example, in non-domain environments Key Recovery Agent related commands are not available, because Standalone CAs do not support key archival.&lt;/li&gt;
&lt;li&gt;Added full Windows Server 2012 and PowerShell 3.0 support.&lt;/li&gt;
&lt;li&gt;Significantly improved &lt;b&gt;Get-CertificateTemplate&lt;/b&gt; command. The command returns detailed settings for each certificate template.&lt;/li&gt;
&lt;li&gt;Major changes in configuration cmdlets, by using unified and improved internal syntax.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;The following bugs are fixed:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/22"&gt;http://pspki.codeplex.com/workitem/22&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/19"&gt;http://pspki.codeplex.com/workitem/19&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/18"&gt;http://pspki.codeplex.com/workitem/18&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/17"&gt;http://pspki.codeplex.com/workitem/17&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/16"&gt;http://pspki.codeplex.com/workitem/16&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/14"&gt;http://pspki.codeplex.com/workitem/14&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;The following suggestion requests are implemented:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/21"&gt;http://pspki.codeplex.com/workitem/21&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://pspki.codeplex.com/workitem/20"&gt;http://pspki.codeplex.com/workitem/20&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;PKI.Core.dll .NET API documentation:&lt;/b&gt;&lt;br /&gt;A .NET class (exposed by PKI.Core.dll library) documentation is available here: &lt;a href="http://pkix2.sysadmins.lv/library/"&gt;http://pkix2.sysadmins.lv/library/&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Note:&lt;/b&gt; IE10 users must use compatibility mode to correctly display the site.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;New commands&lt;/b&gt;:
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Connect-CertificationAuthority&lt;/b&gt;.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Get-ObjectIdentifierEx&lt;/b&gt;.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Register-ObjectIdentifier&lt;/b&gt;.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Unregister-ObjectIdentifier&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Detailed release notes can be found in the blog post: &lt;a href="http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=80"&gt;http://en-us.sysadmins.lv/Lists/Posts/Post.aspx?ID=80&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;for details about new commands please see main page: &lt;a href="http://pspki.codeplex.com/"&gt;http://pspki.codeplex.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;p.s. if you found a bug, or want to suggest new features, please open a working item in Issue Tracker: &lt;a href="http://pspki.codeplex.com/workitem/list/basic"&gt;http://pspki.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;br /&gt;for general discussions you can post here: &lt;a href="http://pspki.codeplex.com/discussions"&gt;http://pspki.codeplex.com/discussions&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Camelot</author><pubDate>Thu, 31 Jan 2013 19:44:03 GMT</pubDate><guid isPermaLink="false">Updated Release: PowerShell PKI Module 2.0 (jūl 27, 2012) 20130131074403P</guid></item></channel></rss>