<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Thomas Lee&amp;#39;s PowerShell Scripts</title><subtitle type="html" /><id>http://powershell.com/cs/blogs/powershell-scripts/atom.aspx</id><link rel="alternate" type="text/html" href="http://powershell.com/cs/blogs/powershell-scripts/default.aspx" /><link rel="self" type="application/atom+xml" href="http://powershell.com/cs/blogs/powershell-scripts/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.30929.2835">Community Server</generator><updated>2011-11-08T18:50:00Z</updated><entry><title>Test-FileOpen</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2012/02/07/test-fileopen.aspx" /><id>/cs/blogs/powershell-scripts/archive/2012/02/07/test-fileopen.aspx</id><published>2012-02-07T20:17:00Z</published><updated>2012-02-07T20:17:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="System.Io.Filestream" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Io.Filestream/default.aspx" /><category term="File Open" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/File+Open/default.aspx" /><category term="System.Io.FileInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Io.FileInfo/default.aspx" /></entry><entry><title>New-SpanishCulture.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2012/01/22/new-spanishculture-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2012/01/22/new-spanishculture-ps1.aspx</id><published>2012-01-22T14:50:00Z</published><updated>2012-01-22T14:50:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="PowerShell script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+script/default.aspx" /><category term="System.Globalization" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx" /><category term="System.Globalization.CultureInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization.CultureInfo/default.aspx" /><category term="Cultureinfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Cultureinfo/default.aspx" /></entry><entry><title>Show-ChineeseParentCulture.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2012/01/22/show-chineeseparentculture-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2012/01/22/show-chineeseparentculture-ps1.aspx</id><published>2012-01-22T14:04:00Z</published><updated>2012-01-22T14:04:00Z</updated><content type="html">&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 Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="System.Globalization" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization/default.aspx" /><category term="System.Globalization.CultureInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Globalization.CultureInfo/default.aspx" /></entry><entry><title>Show-MessageBox.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/12/30/show-messagebox-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/12/30/show-messagebox-ps1.aspx</id><published>2011-12-30T15:33:00Z</published><updated>2011-12-30T15:33:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author></entry><entry><title>Get-PortAndProtocolFromUrl.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/12/12/get-portandprotocolfromurl-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/12/12/get-portandprotocolfromurl-ps1.aspx</id><published>2011-12-12T12:35:00Z</published><updated>2011-12-12T12:35:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="Script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx" /><category term="Regex" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regex/default.aspx" /><category term="Regular Expressions" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regular+Expressions/default.aspx" /><category term="System.Text.RegularExpressions" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Text.RegularExpressions/default.aspx" /><category term="parse URL" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/parse+URL/default.aspx" /></entry><entry><title>Confirm-ValidEmailAddress.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/12/07/confirm-validemailaddress-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/12/07/confirm-validemailaddress-ps1.aspx</id><published>2011-12-07T20:35:00Z</published><updated>2011-12-07T20:35:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="Script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx" /><category term="System.Test.RegularExpressisons" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Test.RegularExpressisons/default.aspx" /><category term="System.Text.RegularExpressions.Regex" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Text.RegularExpressions.Regex/default.aspx" /><category term="Regex" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Regex/default.aspx" /><category term="validate email address" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/validate+email+address/default.aspx" /></entry><entry><title>Show-FileInformation.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/20/show-fileinformation-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/20/show-fileinformation-ps1.aspx</id><published>2011-11-20T14:18:00Z</published><updated>2011-11-20T14:18:00Z</updated><content type="html">&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 Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx" /><category term="System.Diagnostics.FileVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx" /><category term="FileInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/FileInfo/default.aspx" /><category term="System.Diagnostics" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics/default.aspx" /></entry><entry><title>ShowFileDescription.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/13/showfiledescription-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/13/showfiledescription-ps1.aspx</id><published>2011-11-13T13:00:00Z</published><updated>2011-11-13T13:00:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="System.Diagnostics.FileVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx" /><category term="FileDescription" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/FileDescription/default.aspx" /></entry><entry><title>Show-FileBuildPart.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/13/show-filebuildpart-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/13/show-filebuildpart-ps1.aspx</id><published>2011-11-13T12:32:00Z</published><updated>2011-11-13T12:32:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="Script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx" /><category term="System.Diagnostics.FileVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx" /><category term="FileBuildPart" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/FileBuildPart/default.aspx" /></entry><entry><title>Show-NumberPadding3.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding3-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding3-ps1.aspx</id><published>2011-11-12T14:23:00Z</published><updated>2011-11-12T14:23:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="formatting" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/formatting/default.aspx" /><category term="ToString()" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/ToString_28002900_/default.aspx" /><category term="PowerShell scripting" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+scripting/default.aspx" /></entry><entry><title>Show-NumberPadding1.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding1-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/12/show-numberpadding1-ps1.aspx</id><published>2011-11-12T13:54:00Z</published><updated>2011-11-12T13:54:00Z</updated><content type="html">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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="Script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx" /><category term="Code" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx" /><category term="formatting" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/formatting/default.aspx" /><category term="ToString()" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/ToString_28002900_/default.aspx" /></entry><entry><title>Show-FileVersionCompanyName</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncompanyname.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncompanyname.aspx</id><published>2011-11-10T16:24:00Z</published><updated>2011-11-10T16:24:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx" /><category term="System.Diagnostics.FileVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx" /><category term="GetVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/GetVersionInfo/default.aspx" /></entry><entry><title>Show-FileVersionComments.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncomments-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/10/show-fileversioncomments-ps1.aspx</id><published>2011-11-10T16:12:00Z</published><updated>2011-11-10T16:12:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx" /><category term="PowerShell script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+script/default.aspx" /><category term="System.Diagnostics.FileVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.Diagnostics.FileVersionInfo/default.aspx" /><category term="GetVersionInfo" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/GetVersionInfo/default.aspx" /></entry><entry><title>Open-WordDocument.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/09/open-worddocument-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/09/open-worddocument-ps1.aspx</id><published>2011-11-09T18:28:00Z</published><updated>2011-11-09T18:28:00Z</updated><content type="html">&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; Read More......(&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;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/scripts/default.aspx" /><category term="PowerShell script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+script/default.aspx" /><category term="Script" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Script/default.aspx" /><category term="Code" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Code/default.aspx" /><category term="COM" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/COM/default.aspx" /><category term="word.application" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/word.application/default.aspx" /><category term="word" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/word/default.aspx" /><category term="winword" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/winword/default.aspx" /></entry><entry><title>Show-TimeSpan.ps1</title><link rel="alternate" type="text/html" href="/cs/blogs/powershell-scripts/archive/2011/11/08/show-timespan-ps1.aspx" /><id>/cs/blogs/powershell-scripts/archive/2011/11/08/show-timespan-ps1.aspx</id><published>2011-11-09T00:50:00Z</published><updated>2011-11-09T00:50:00Z</updated><content type="html">&amp;lt; # &amp;#160; .SYNOPSIS&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script, a re-implementation of an MSDN sample, shows&amp;#160; &amp;#160;&amp;#160;&amp;#160; details of a timespan object&amp;#160; .DESCRIPTION&amp;#160; &amp;#160;&amp;#160;&amp;#160; This script re-implements a simple MSDN script that creates a&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; timespan object and displays its properties.&amp;#160; .NOTES&amp;#160; &amp;#160;&amp;#160;&amp;#160; File Name&amp;#160; : Show Read More......(&lt;a href="http://powershell.com/cs/blogs/powershell-scripts/archive/2011/11/08/show-timespan-ps1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://powershell.com/cs/aggbug.aspx?PostID=13124" width="1" height="1"&gt;</content><author><name>Anonymous</name><uri>http://powershell.com/cs/members/Anonymous/default.aspx</uri></author><category term="PowerShell Scripts" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell+Scripts/default.aspx" /><category term="PowerShell" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/PowerShell/default.aspx" /><category term="System.TimeSpan" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.TimeSpan/default.aspx" /><category term="System.DateTime" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/System.DateTime/default.aspx" /><category term="Power" scheme="http://powershell.com/cs/blogs/powershell-scripts/archive/tags/Power/default.aspx" /></entry></feed>
