< # .SYNOPSIS This script shows the DNS Configuration of NICs in your system .DESCRIPTION This script is a re-write of an MSDN Sample using PowerShell./ The script gets...
< # .SYNOPSIS This script, shows details about the Network Interfaces on a system. This is a re-write of an MSDN script into PowerShell .DESCRIPTION This script Uses several .NET classes...
< # .SYNOPSIS This script displays the NICs in a system and their physical address. .DESCRIPTION This script is a MSDN Sample recoded in PowerShell. The script first gets all the interfaces on the...
< # .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...