<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PowerShell Script: Export-PSCredential and Import-PSCredential</title>
	<atom:link href="http://halr9000.com/article/531/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/531</link>
	<description>(powershell &#38; other stuff)</description>
	<pubDate>Thu, 20 Nov 2008 10:38:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Episode 35 &#8211; Community Roundtable #2 &#171; PowerScripting Podcast</title>
		<link>http://halr9000.com/article/531#comment-6811</link>
		<dc:creator>Episode 35 &#8211; Community Roundtable #2 &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Sat, 26 Jul 2008 03:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-6811</guid>
		<description>[...] Hal brings us a couple of scripts for saving credentials [...]</description>
		<content:encoded><![CDATA[<p>[...] Hal brings us a couple of scripts for saving credentials [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Export-PSCredential &#124; SAPIEN Technologies</title>
		<link>http://halr9000.com/article/531#comment-6796</link>
		<dc:creator>Export-PSCredential &#124; SAPIEN Technologies</dc:creator>
		<pubDate>Mon, 21 Jul 2008 17:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-6796</guid>
		<description>[...] Rottenberg has put together a very nice set of functions for exporting and importing PSCredential to a file. The export function takes a PSCredential and serializes it to an XML file. The [...]</description>
		<content:encoded><![CDATA[<p>[...] Rottenberg has put together a very nice set of functions for exporting and importing PSCredential to a file. The export function takes a PSCredential and serializes it to an XML file. The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Hicks</title>
		<link>http://halr9000.com/article/531#comment-6795</link>
		<dc:creator>Jeff Hicks</dc:creator>
		<pubDate>Mon, 21 Jul 2008 15:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-6795</guid>
		<description>Thanks for the update.  I suspected a version issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the update.  I suspected a version issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/531#comment-6792</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Mon, 21 Jul 2008 15:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-6792</guid>
		<description>You know, it works great for me in v2, but I get the same error in v1.  If you look at the .xml file, does it have the typename?  "&lt;t&gt;ExportedPSCredential&lt;/t&gt;".  I bet it doesn't.  

Darn, that was pretty elegant.  I guess I'll take it out for now.  Try this one: http://poshcode.org/472

(I'll update the links above.)</description>
		<content:encoded><![CDATA[<p>You know, it works great for me in v2, but I get the same error in v1.  If you look at the .xml file, does it have the typename?  &#8220;<t>ExportedPSCredential</t>&#8220;.  I bet it doesn&#8217;t.  </p>
<p>Darn, that was pretty elegant.  I guess I&#8217;ll take it out for now.  Try this one: <a href="http://poshcode.org/472" onclick="javascript:pageTracker._trackPageview('/poshcode.org');" rel="nofollow">http://poshcode.org/472</a></p>
<p>(I&#8217;ll update the links above.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Hicks</title>
		<link>http://halr9000.com/article/531#comment-6791</link>
		<dc:creator>Jeff Hicks</dc:creator>
		<pubDate>Mon, 21 Jul 2008 14:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-6791</guid>
		<description>These versions work for you?  The export is fine but the import doesn't recognize the type.  I don't think the import function can validate the custom type you created.

PS C:\Scripts\PoSH&#62; (import-clixml credentials.enc.xml).psobject.typenames
System.Management.Automation.PSCustomObject
System.Object

Or am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>These versions work for you?  The export is fine but the import doesn&#8217;t recognize the type.  I don&#8217;t think the import function can validate the custom type you created.</p>
<p>PS C:\Scripts\PoSH&gt; (import-clixml credentials.enc.xml).psobject.typenames<br />
System.Management.Automation.PSCustomObject<br />
System.Object</p>
<p>Or am I doing something wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
