<?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</title><link>http://powershell.com/cs/blogs/powershell-scripts/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Show-DnsConfiguration.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-dnsconfiguration-ps1.aspx</link><pubDate>Mon, 30 Apr 2012 16:28:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:16292</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=16292</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-dnsconfiguration-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the DNS Configuration&amp;#160; of NICs&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; in your system&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script is a re-write of an MSDN Sample&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; using PowerShell./ The script gets all network&amp;#160; &amp;#160;&amp;#160;&amp;#160; active network interfaces then prints out that&amp;#160; &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-dnsconfiguration-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=16292" 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/System.Net.NetworkInformation/default.aspx">System.Net.NetworkInformation</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Net.NetworkInformation.NetworkInterface/default.aspx">System.Net.NetworkInformation.NetworkInterface</category></item><item><title>Show-NetworkInterfaces2.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-networkinterfaces2-ps1.aspx</link><pubDate>Mon, 30 Apr 2012 13:31:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:16291</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=16291</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-networkinterfaces2-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script, shows details about the Network Interfaces&amp;#160; &amp;#160;&amp;#160;&amp;#160; on a system. This is a re-write of an MSDN script into&amp;#160; &amp;#160;&amp;#160;&amp;#160; PowerShell&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script Uses several .NET classes to get the details&amp;#160; &amp;#160;&amp;#160;&amp;#160; of the interfaces on the system, then displays these details...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/30/show-networkinterfaces2-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=16291" 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/System.Net.NetworkInformation/default.aspx">System.Net.NetworkInformation</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Net.NetworkInformation.NetworkInterface/default.aspx">System.Net.NetworkInformation.NetworkInterface</category></item><item><title>Show-NetworkInterfaces.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/29/show-networkinterfaces-ps1.aspx</link><pubDate>Sun, 29 Apr 2012 14:36:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:16268</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=16268</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/29/show-networkinterfaces-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays the NICs in a system and their physical &amp;#160;&amp;#160;&amp;#160; address.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script is a MSDN Sample recoded in PowerShell. The script &amp;#160;&amp;#160;&amp;#160; first gets all the interfaces on the system, then loops through &amp;#160;&amp;#160;&amp;#160; them displaying more information about them to the console...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/04/29/show-networkinterfaces-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=16268" 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/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Net.NetworkInformation/default.aspx">System.Net.NetworkInformation</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PhysicalAddress/default.aspx">PhysicalAddress</category></item><item><title>Get-ProcessesAsExcel.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/19/get-processesasexcel-ps1.aspx</link><pubDate>Sun, 19 Feb 2012 19:53:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14775</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=14775</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/19/get-processesasexcel-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script creates an Excel workbook using PowerShell and&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; populates it with the results of calling Get-Process and&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; copying across the key properties&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script demonstrates manipulating Excel with PowerShell&amp;#160; &amp;#160;&amp;#160;&amp;#160; and the Excel...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/19/get-processesasexcel-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=14775" width="1" height="1"&gt;</description></item><item><title>Test-FileOpen</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/07/test-fileopen.aspx</link><pubDate>Tue, 07 Feb 2012 20:17:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14469</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=14469</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/07/test-fileopen.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script defines a function that tests to&amp;#160; &amp;#160;&amp;#160;&amp;#160; see if a file is open.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script used the System.Io.FileStream class&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; and the FileInfo class to try to open a file&amp;#160; &amp;#160;&amp;#160;&amp;#160; stream for write. If it fails, we return &amp;#160; $false ,&amp;#160; &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/02/07/test-fileopen.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=14469" 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/System.Io.Filestream/default.aspx">System.Io.Filestream</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/File+Open/default.aspx">File Open</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Io.FileInfo/default.aspx">System.Io.FileInfo</category></item><item><title>New-SpanishCulture.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/new-spanishculture-ps1.aspx</link><pubDate>Sun, 22 Jan 2012 14:50:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14147</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=14147</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/new-spanishculture-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script creates a Spanish cultureinfo object with a traditional&amp;#160; &amp;#160;&amp;#160;&amp;#160;&amp;#160; sort and another with an international sort. The script then compares them.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements an MSDN sample.&amp;#160;&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : New-SpanishCulture.ps1&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/new-spanishculture-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=14147" 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/PowerShell+script/default.aspx">PowerShell script</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/Cultureinfo/default.aspx">Cultureinfo</category></item><item><title>Show-ChineeseParentCulture.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/show-chineeseparentculture-ps1.aspx</link><pubDate>Sun, 22 Jan 2012 14:04:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:14146</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=14146</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/show-chineeseparentculture-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script displays the parent culture of each&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; specific culture using the Chinese language.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script looks at each Chineese culture and displays&amp;#160; &amp;#160;&amp;#160;&amp;#160; the culture name and the parent.&amp;#160;&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Show-ChineeseParentCulture...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2012/01/22/show-chineeseparentculture-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=14146" 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/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></item><item><title>Show-MessageBox.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/30/show-messagebox-ps1.aspx</link><pubDate>Fri, 30 Dec 2011 15:33:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13807</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=13807</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/30/show-messagebox-ps1.aspx#comments</comments><description>&amp;lt; # .SYNOPSIS &amp;#160;&amp;#160;&amp;#160; This script displays a message box and then processes it .DESCRIPTION &amp;#160;&amp;#160;&amp;#160; This script firsts creates a wscript.shell object and &amp;#160;&amp;#160;&amp;#160; invokes the popup method to display a message. The script &amp;#160;&amp;#160;&amp;#160; then processes the response to the geroup (timeout, yes, no). .NOTES &amp;#160;&amp;#160;&amp;#160; File Name : Show-MessageBox.ps1 &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/30/show-messagebox-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13807" width="1" height="1"&gt;</description></item><item><title>Get-PortAndProtocolFromUrl.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/12/get-portandprotocolfromurl-ps1.aspx</link><pubDate>Mon, 12 Dec 2011 12:35:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13601</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=13601</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/12/get-portandprotocolfromurl-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script strips out a port and protocol number from a URL&amp;#160;&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script creates a regular expression reged then uses it to&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; match against the URL to get the protocol and port. This is a&amp;#160; &amp;#160;&amp;#160;&amp;#160; re-write of the MSDN sample.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/12/get-portandprotocolfromurl-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13601" 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/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regex/default.aspx">Regex</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regular+Expressions/default.aspx">Regular Expressions</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Text.RegularExpressions/default.aspx">System.Text.RegularExpressions</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/parse+URL/default.aspx">parse URL</category></item><item><title>Confirm-ValidEmailAddress.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/07/confirm-validemailaddress-ps1.aspx</link><pubDate>Wed, 07 Dec 2011 20:35:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13510</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=13510</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/07/confirm-validemailaddress-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script validates email addresses based on&amp;#160; &amp;#160;&amp;#160;&amp;#160; MSFT published Regular Expression. This is a&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; re-write with PowerShell of an existing bit of&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; MSDN sample code&amp;#160;&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script first creates a function to validate&amp;#160; &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/12/07/confirm-validemailaddress-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13510" 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/Script/default.aspx">Script</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Test.RegularExpressisons/default.aspx">System.Test.RegularExpressisons</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Text.RegularExpressions.Regex/default.aspx">System.Text.RegularExpressions.Regex</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regex/default.aspx">Regex</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/validate+email+address/default.aspx">validate email address</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>ShowFileDescription.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/13/showfiledescription-ps1.aspx</link><pubDate>Sun, 13 Nov 2011 13:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13222</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=13222</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/13/showfiledescription-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the build description of 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 description of the file.&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/13/showfiledescription-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13222" 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/System.Diagnostics.FileVersionInfo/default.aspx">System.Diagnostics.FileVersionInfo</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/FileDescription/default.aspx">FileDescription</category></item><item><title>Show-FileBuildPart.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/13/show-filebuildpart-ps1.aspx</link><pubDate>Sun, 13 Nov 2011 12:32:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13220</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=13220</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/13/show-filebuildpart-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script shows the build number of 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 build identification of the file.&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/13/show-filebuildpart-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13220" 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/Script/default.aspx">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/FileBuildPart/default.aspx">FileBuildPart</category></item><item><title>Show-NumberPadding3.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding3-ps1.aspx</link><pubDate>Sat, 12 Nov 2011 14:23:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13218</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=13218</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding3-ps1.aspx#comments</comments><description>&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; Shows formatting of double values.&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script, a re-implementation of an MSDN Sample,&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; creates a double value then formats it with 5 leading&amp;#160; &amp;#160;&amp;#160;&amp;#160; zeros.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Show-NumberPadding3.ps1&amp;#160; &amp;#160;&amp;#160;&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding3-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13218" 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/formatting/default.aspx">formatting</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/ToString_28002900_/default.aspx">ToString()</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+scripting/default.aspx">PowerShell scripting</category></item><item><title>Show-NumberPadding1.ps1</title><link>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding1-ps1.aspx</link><pubDate>Sat, 12 Nov 2011 13:54:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:13216</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=13216</wfw:commentRss><comments>http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding1-ps1.aspx#comments</comments><description>Technorati Tags: PowerShell , Formatting , ToString() , script , code &amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; Shows formatting of leading Zeros&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script, a re-implementation of an MSDN Sample,&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; creates several numbers of varying type, then&amp;#160; &amp;#160;&amp;#160;&amp;#160; displays them using .NET Formatting. The second set&amp;#160;...(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding1-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13216" 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/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/formatting/default.aspx">formatting</category><category domain="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/ToString_28002900_/default.aspx">ToString()</category></item></channel></rss>
