<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How Can I Create a GUID Using a Script?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/02/21/how-can-i-create-a-guid-using-a-script.aspx</link><description>Hey, Scripting Guy! We have items that we need to track using unique identification numbers. My boss suggested that we use GUIDs for this purpose. Is there any way to create a GUID using a script? -- DX 
 Hey, DX. GUIDs (globally unique identifiers)</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How Can I Create a GUID Using a Script?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/02/21/how-can-i-create-a-guid-using-a-script.aspx#3459759</link><pubDate>Mon, 17 Oct 2011 18:19:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3459759</guid><dc:creator>Ed Wilson</dc:creator><description>&lt;p&gt;@Daz_1234 Thanks for the update. &lt;/p&gt;
&lt;p&gt;@Peter DaSilva I am glad you found the post useful. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3459759" width="1" height="1"&gt;</description></item><item><title>re: How Can I Create a GUID Using a Script?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/02/21/how-can-i-create-a-guid-using-a-script.aspx#3459757</link><pubDate>Mon, 17 Oct 2011 18:15:40 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3459757</guid><dc:creator>Peter DaSilva</dc:creator><description>&lt;p&gt;This method by far has been the most easy way to create a GUID. &amp;nbsp;Thank you,&lt;/p&gt;
&lt;p&gt;PDD&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3459757" width="1" height="1"&gt;</description></item><item><title>re: How Can I Create a GUID Using a Script?</title><link>http://blogs.technet.com/b/heyscriptingguy/archive/2005/02/21/how-can-i-create-a-guid-using-a-script.aspx#3293687</link><pubDate>Fri, 13 Nov 2009 14:52:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3293687</guid><dc:creator>Daz_1234</dc:creator><description>&lt;p&gt;In XP SP3, I've found that the 'TypeLib.Guid' string results in 2 x NULL characters (ASCII code 0) at the end of the string. &amp;nbsp;Therefore in my function I take out the last two characters:&lt;/p&gt;
&lt;p&gt;sNewGuid = Left(sNewGUID, Len(sNewGUID)-2)&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Daz.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3293687" width="1" height="1"&gt;</description></item></channel></rss>