< # .SYNOPSIS This script defines a function that tests to see if a file is open. .DESCRIPTION This script used the System.Io.FileStream class and the FileInfo class to try to open...
< # .SYNOPSIS This script creates a Spanish cultureinfo object with a traditional sort and another with an international sort. The script then compares them. .DESCRIPTION This script re-implements an MSDN...
< # .SYNOPSIS This script displays the parent culture of each specific culture using the Chinese language. .DESCRIPTION This script looks at each Chineese culture and displays the...
< # .SYNOPSIS This script validates email addresses based on MSFT published Regular Expression. This is a re-write with PowerShell of an existing bit of MSDN sample code ...
< # .SYNOPSIS This script displays information returned from the file version object. .DESCRIPTION This script gets, then displays, all the information returned from the System.Diagnostics...
< # .SYNOPSIS This script shows the build description of file version object. .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS This script shows the build number of file version object. .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS Shows formatting of double values. .DESCRIPTION This script, a re-implementation of an MSDN Sample, creates a double value then formats it with 5 leading zeros. ...
Technorati Tags: PowerShell , Formatting , ToString() , script , code < # .SYNOPSIS Shows formatting of leading Zeros .DESCRIPTION This script, a re-implementation of an MSDN Sample, creates several numbers...
< # .SYNOPSIS This script shows the company name of a file version object .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS This script shows the company name of a file version object .DESCRIPTION This script is a re-implementation of an MSDN Sample script that uses System.Diagnostics.FileVersionInfo to get ...
< # .SYNOPSIS This script opens a word document using PowerShell .DESCRIPTION This script re-implments a simple MSDN script to open a word document using VBA. IT Pros using PowerShell might...
< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows details of a timespan object .DESCRIPTION This script re-implements a simple MSDN script that creates a timespan...
< # .SYNOPSIS This script, a re-implementation of an MSDN sample, shows the Unicode details of a unicode character, using PowerShell. .DESCRIPTION This script re-implements a simple MSDN script that takes...
< # .SYNOPSIS This script re-implements and MSDN sample that shows the different Date/Time Formatting characters and how they are used in formatting date/time objects. .DESCRIPTION This...