<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Thu, 17 May 2012 06:21:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Alain Assaf</title>
		<link>http://halr9000.com/article/531/comment-page-1#comment-8304</link>
		<dc:creator>Alain Assaf</dc:creator>
		<pubDate>Wed, 19 Oct 2011 14:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-8304</guid>
		<description>Thanks for this Hal. I&#039;ve added these functions to my $profile at work.</description>
		<content:encoded><![CDATA[<p>Thanks for this Hal. I&#8217;ve added these functions to my $profile at work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jolken</title>
		<link>http://halr9000.com/article/531/comment-page-1#comment-7714</link>
		<dc:creator>Jolken</dc:creator>
		<pubDate>Wed, 01 Sep 2010 14:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/531#comment-7714</guid>
		<description>Thanks for the post! I tried using this script for VM deployment and it worked very well when I was testing with a single VM. I ran into a problem, however, when I tried to deploy a VM from the template I created with this script included along with an Add-Computer cmdlet. When a VM is deployed and you choose to generate a new SSID to provide uniqueness on the domain, the users from the template VM are given new UUIDs. Since the only user that can recall the stored credentials is the one that created them, if the user UUID changes, it can&#039;t call the credential file. Is there a way to make the credential file available to all users?</description>
		<content:encoded><![CDATA[<p>Thanks for the post! I tried using this script for VM deployment and it worked very well when I was testing with a single VM. I ran into a problem, however, when I tried to deploy a VM from the template I created with this script included along with an Add-Computer cmdlet. When a VM is deployed and you choose to generate a new SSID to provide uniqueness on the domain, the users from the template VM are given new UUIDs. Since the only user that can recall the stored credentials is the one that created them, if the user UUID changes, it can&#8217;t call the credential file. Is there a way to make the credential file available to all users?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Episode 35 &#8211; Community Roundtable #2 &#171; PowerScripting Podcast</title>
		<link>http://halr9000.com/article/531/comment-page-1#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-page-1#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-page-1#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-page-1#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?  &quot;&lt;t&gt;ExportedPSCredential&lt;/t&gt;&quot;.  I bet it doesn&#039;t.  

Darn, that was pretty elegant.  I guess I&#039;ll take it out for now.  Try this one: http://poshcode.org/472

(I&#039;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" 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-page-1#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&#039;t recognize the type.  I don&#039;t think the import function can validate the custom type you created.

PS C:\Scripts\PoSH&gt; (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>

