<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>..::\\ www.christiano.ch //::.. &#187; admin</title>
	<atom:link href="http://www.christiano.ch/wordpress/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Generate GUID using PowerShell</title>
		<link>http://www.christiano.ch/wordpress/2009/07/25/generate-guid-using-powershell/</link>
		<comments>http://www.christiano.ch/wordpress/2009/07/25/generate-guid-using-powershell/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 08:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://server20.cyon.ch/~christi2/wordpress/?p=4</guid>
		<description><![CDATA[Ever needed to generate a GUID quickly? Just open a Microsoft Windows PowerShell and use this cmdlet. [System.Guid]::NewGuid().ToString() PS C:\&#62; [System.Guid]::NewGuid().ToString() 76dd7b90-c15a-4ac8-b5e1-8a6273948327 PS C:\&#62; Tweet This Post]]></description>
			<content:encoded><![CDATA[<p>Ever needed to generate a GUID quickly?</p>
<p>Just open a Microsoft Windows PowerShell and use this cmdlet.</p>
<p>[System.Guid]::NewGuid().ToString()</p>
<p><code>PS C:\&gt; [System.Guid]::NewGuid().ToString()<br />
76dd7b90-c15a-4ac8-b5e1-8a6273948327<br />
PS C:\&gt;</code></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Generate+GUID+using+PowerShell+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D4" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Generate+GUID+using+PowerShell+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D4" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/07/25/generate-guid-using-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

