<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/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>Thomas Lee's PowerShell Scripts : scripts</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx</link><description>Tags: scripts</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Configure-DC1-2.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2013/02/04/configure-dc1-2-ps1.aspx</link><pubDate>Mon, 04 Feb 2013 13:08:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:21378</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=21378</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2013/02/04/configure-dc1-2-ps1.aspx#comments</comments><description># Configure-DC1-2 # Configures DC1 after dcpromo is completed # Version 1.0.0 - 14 Jan 2013 # Version 1.1.0 - 24 Jan 2013 # Added code to count how long it all took. # Added a checkpoint at the end of DC1 configuration # Version 1.1.1 - 25 Jan 2013 # Added auto admin logon - need to reboot VM for it to work. # Configuration block $conf = { $StartTime = Get-Date Write-Host &amp;quot;Starting at: $StartTime&amp;quot;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2013/02/04/configure-dc1-2-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=21378" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+V3/default.aspx">PowerShell V3</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/VM/default.aspx">VM</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/V3/default.aspx">V3</category></item><item><title>Show-Formatting1.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/08/07/show-formatting1-ps1.aspx</link><pubDate>Tue, 07 Aug 2012 18:46:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:18160</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=18160</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/08/07/show-formatting1-ps1.aspx#comments</comments><description>&amp;lt;# .SYNOPSIS MSDN Sample Recoded in PowerShell demonstrating formatting .DESCRIPTION This sample recodes an MSDN Sample into PowerShell that shows some of the options of formatting using ToString() and various .NET formatting strings .NOTES File Name : Show-Formatting1.ps1 Author : Thomas Lee - tfl@psp.co.uk Requires : PowerShell Version 2.0 .LINK This script posted to: http: //www.pshscripts.blogspot...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/08/07/show-formatting1-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=18160" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx">System.Globalization</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization.CultureInfo/default.aspx">System.Globalization.CultureInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/formatting+with+PowerShell/default.aspx">formatting with PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.glob/default.aspx">System.glob</category></item><item><title>Show-FileInformation.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/20/show-fileinformation-ps1.aspx</link><pubDate>Sun, 20 Nov 2011 14:18:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13326</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=13326</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/20/show-fileinformation-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays information returned from the&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; file version object.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script gets, then displays, all the information returned&amp;#160; &amp;#160;&amp;#160;&amp;#160; from the System.Diagnostics.Fileinfo of Notepad.exe&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Show-FileInformation...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/20/show-fileinformation-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13326" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx">System.Diagnostics.FileVersionInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/FileInfo/default.aspx">FileInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics/default.aspx">System.Diagnostics</category></item><item><title>Show-FileVersionCompanyName</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncompanyname.aspx</link><pubDate>Thu, 10 Nov 2011 16:24:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13181</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=13181</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncompanyname.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the company name of a file version object&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script is a re-implementation of an MSDN Sample script&amp;#160; &amp;#160;&amp;#160;&amp;#160; that uses System.Diagnostics.FileVersionInfo to get&amp;#160; &amp;#160;&amp;#160;&amp;#160; the company name ( if it exists).&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncompanyname.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13181" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx">System.Diagnostics.FileVersionInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/GetVersionInfo/default.aspx">GetVersionInfo</category></item><item><title>Show-FileVersionComments.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncomments-ps1.aspx</link><pubDate>Thu, 10 Nov 2011 16:12:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13178</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=13178</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncomments-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the company name of a file version object&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script is a re-implementation of an MSDN Sample script&amp;#160; &amp;#160;&amp;#160;&amp;#160; that uses System.Diagnostics.FileVersionInfo to get&amp;#160; &amp;#160;&amp;#160;&amp;#160; the company name ( if it exists).&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncomments-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13178" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+script/default.aspx">PowerShell script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx">System.Diagnostics.FileVersionInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/GetVersionInfo/default.aspx">GetVersionInfo</category></item><item><title>Open-WordDocument.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/09/open-worddocument-ps1.aspx</link><pubDate>Wed, 09 Nov 2011 18:28:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13157</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=13157</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/09/open-worddocument-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script opens a word document using PowerShell&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implments a simple MSDN script to open&amp;#160; &amp;#160;&amp;#160;&amp;#160; a word document using VBA. IT Pros using PowerShell&amp;#160; &amp;#160;&amp;#160;&amp;#160; might also make use of to create rich documents as&amp;#160; &amp;#160;&amp;#160;&amp;#160; output from a script.&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/09/open-worddocument-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13157" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+script/default.aspx">PowerShell script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx">Code</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/COM/default.aspx">COM</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/word.application/default.aspx">word.application</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/word/default.aspx">word</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/winword/default.aspx">winword</category></item><item><title>Show-UnicodeCharacters.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/08/show-unicodecharacters-ps1.aspx</link><pubDate>Tue, 08 Nov 2011 16:27:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13119</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=13119</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/08/show-unicodecharacters-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script, a re-implementation of an MSDN sample, shows the&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; Unicode details of a unicode character, using PowerShell.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements a simple MSDN script that takes a Unicode Character&amp;#160; &amp;#160;&amp;#160;&amp;#160; and uses CharUnicodeInfo class to get details of that...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/08/show-unicodecharacters-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13119" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx">System.Globalization</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization.CharUnicodeInfo/default.aspx">System.Globalization.CharUnicodeInfo</category></item><item><title>Show-CalendarAlgorithm.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/31/show-calendaralgorithm-ps1.aspx</link><pubDate>Mon, 31 Oct 2011 14:53:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:12991</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=12991</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/31/show-calendaralgorithm-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements an MSDN Sample showing the&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; CalendarAlgorithmType enumeration.&amp;#160;&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script creates there calendars and displays&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; algorithm type,&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Show-CalendarAlgorithm.ps1&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/31/show-calendaralgorithm-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=12991" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx">Code</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx">System.Globalization</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/CalendarAlgorithmType/default.aspx">CalendarAlgorithmType</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.g/default.aspx">System.g</category></item><item><title>Register-Event1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/07/register-event1.aspx</link><pubDate>Fri, 07 Oct 2011 08:33:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:12630</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=12630</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/07/register-event1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script registers for a WMI event&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script used PowerShell to register for then display&amp;#160; &amp;#160;&amp;#160;&amp;#160; an event. This script is a re-write on an MSDN Sample.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Register-Event1.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160; Read...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/10/07/register-event1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=12630" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/wmi/default.aspx">wmi</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Eventing/default.aspx">Eventing</category></item><item><title>Get-WMINameSpace.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/10/07/get-wminamespace-ps1.aspx</link><pubDate>Thu, 07 Oct 2010 11:06:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7793</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7793</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/10/07/get-wminamespace-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays all the namespaces withing a Windows system&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script uses Get-WMIObject to retreive the names of all the namespaces&amp;#160; &amp;#160;&amp;#160;&amp;#160; within a system.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Get-WMINameSpace.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/10/07/get-wminamespace-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7793" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+V2/default.aspx">PowerShell V2</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/wmi/default.aspx">wmi</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/namespace/default.aspx">namespace</category></item><item><title>Get-FTPDirectory.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpdirectory-ps1.aspx</link><pubDate>Sun, 26 Sep 2010 15:25:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7711</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7711</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpdirectory-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script used FTP to get and display the root of an FTP site.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements an MSDN sample.&amp;#160; .NOTESW&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Get-FtpDirectory.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160; : Thomas Lee - tfl @psp .co.uk&amp;#160; &amp;#160;&amp;#160;&amp;#160; Requires&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpdirectory-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7711" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/ftp/default.aspx">ftp</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Net.WebRequest/default.aspx">System.Net.WebRequest</category></item><item><title>Get-FtpFile.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpfile-ps1.aspx</link><pubDate>Sun, 26 Sep 2010 15:04:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7712</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7712</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpfile-ps1.aspx#comments</comments><description># &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script used FTP to get and display a text file.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements an MSDN Sample&amp;#160; .NOTESW&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Get-FtpFile.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160; : Thomas Lee - tfl @psp .co.uk&amp;#160; &amp;#160;&amp;#160;&amp;#160; Requires&amp;#160;&amp;#160; : PowerShell...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/26/get-ftpfile-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7712" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Net.WebRequest/default.aspx">System.Net.WebRequest</category></item><item><title>Get-ArrayList2.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/17/get-arraylist2-ps1.aspx</link><pubDate>Fri, 17 Sep 2010 14:32:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7630</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7630</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/17/get-arraylist2-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script demonstrates using an ArrayList&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements an MSDN Sample using&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; a System.Collection.ArrayList&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Get-Arraylist2.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160; : Thomas Lee - tfl @psp Read...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/17/get-arraylist2-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7630" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Collections.Arraylist/default.aspx">System.Collections.Arraylist</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Collections.Queue/default.aspx">System.Collections.Queue</category></item><item><title>Get-UmAlQuraCalendar.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/02/get-umalquracalendar-ps1.aspx</link><pubDate>Thu, 02 Sep 2010 09:10:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7525</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7525</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/02/get-umalquracalendar-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays details of a UmAlQura Calendar in PowerShell&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the various aspects of this calendar including key properties,&amp;#160; &amp;#160;&amp;#160;&amp;#160; fields and selected methods.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Get-UmAlQuraCalendar.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160; Author&amp;#160;&amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/09/02/get-umalquracalendar-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7525" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx">PowerShell Scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+V2/default.aspx">PowerShell V2</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx">Code</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx">System.Globalization</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalizatin.UmAlQuraCalendar/default.aspx">System.Globalizatin.UmAlQuraCalendar</category></item><item><title>Get-NoDstTimeZones</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/08/25/get-nodsttimezones.aspx</link><pubDate>Wed, 25 Aug 2010 14:44:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:7478</guid><dc:creator>PowerShell Scripts Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://powershell.com/cs/blogs/powershell-scripts/rsscomments.aspx?PostID=7478</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2010/08/25/get-nodsttimezones.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays those time zones that do NOT support&amp;#160; &amp;#160;&amp;#160;&amp;#160; daylight savings time.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script uses .NET to get the time zones defined on a system&amp;#160; &amp;#160;&amp;#160;&amp;#160; then displays those that do not suport daylight savings time.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2010/08/25/get-nodsttimezones.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=7478" width="1" height="1"&gt;</description><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx">scripts</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx">Code</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.TimeZoneInfo/default.aspx">System.TimeZoneInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/SupportsDaylightSavingTime/default.aspx">SupportsDaylightSavingTime</category></item></channel></rss>