-
< # .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...
-
< # .SYNOPSIS This script re-implements an MSDN script which shows the use of the CurrencyDecimalSeparator property of a numeric format info object. .DESCRIPTION This script displays...
-
< # .SYNOPSIS This script re-implements an MSDN Sample showing the use of the NumberFormatInfo class to nicely format things in this case, currency. .DESCRIPTION This script iterates...
-
< # .SYNOPSIS This script re-implements an MSDN Sample showing the CalendarAlgorithmType enumeration. .DESCRIPTION This script creates there calendars and displays algorithm...
-
< # .SYNOPSIS This script reimplements a code sample from MSDN in PowerShell. This sample formats and display currency using standard and different currency groupings. .DESCRIPTION ...
-
Technorati Tags: PowerShell , Code , sample , MSDN Sample , ToString() < # .SYNOPSIS This script shows the first two samples on this MSDN Page, convered to PowerShell .DESCRIPTION This script displays two...
-
< # .SYNOPSIS This script gets/displays the Sysgtem Uptime after converting it from WEBM time/date format .DESCRIPTION This script creates an instance of a SWbemDateTime object, ...
-
< # .SYNOPSIS This script registers for a WMI event .DESCRIPTION This script used PowerShell to register for then display an event. This script is a re-write on an MSDN Sample. .NOTES ...