-
< # .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 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 gets/displays the Sysgtem Uptime after converting it from WEBM time/date format .DESCRIPTION This script creates an instance of a SWbemDateTime object, ...
-
I’m just back from the //BUILD/ concerence in Anaheim – where I missed far more sessions than I could have ever hoped to attend. It was 3 1/2 days of the fire hose – I get tired just thinking about it. Luckily for us, Microsoft has taped every session...
-
< # .SYNOPSIS This script demonstrates the use of the Systems.Collections.Arraylist class .DESCRIPTION This script is a re-write of an MSDN sample script .NOTES File Name : get-arraylist.ps1 ...
-
< # .SYNOPSIS This script displays details of a Persian Calender in PowerShell .DESCRIPTION This script re-implements an MSDN C # sample. .NOTES File Name : Get-PersianCalendar.ps1 ...
-
< # .SYNOPSIS This script gets and displays the description of a WMI Class. .DESCRIPTION This script takes a WMI Class name as a parameter. The script then gets the class 's description from the CIM repository...
-
< # .SYNOPSIS This script gets the details of the PowerShell profile files related to a given host. .DESCRIPTION This script gets the 4 script file names from the $profile variable and creates a custom object...
-
< # .SYNOPSIS This script uses the Outlook COM object to display the data stores in the current profile .DESCRIPTION This script creates an Outlook object, displays user information...
-
Technorati Tags: PowerShell , PowerShell Script , System.Globalization.CultureInfo , System.Threading.Thread , culture <# .SYNOPSIS This script creates a function to run culture sensitive operations in some other culture. .DESCRIPTION ...
-
< # .SYNOPSIS Gets and displays properties of a stopwatch .DESCRIPTION This script, written as an MSDN Sample, creates and starts a stop watch. The script stops the stopwatch, and displays the properties. To some...
-
< # .SYNOPSIS Displays summary of machine.config .DESCRIPTION This script is a re-write of an MSDN sample which fetchs the machine.config file, prints out file path, and key sections. Also shows how many sections ...
-
< # .SYNOPSIS Shows throwing an exception in a function , caught in caller. .DESCRIPTION This is a re-written MSDN Sample .NOTES File Name : throw-exception.ps1 Author ...
-
< # .SYNOPSIS Shows Try/Catch/Finally using Powershell .DESCRIPTION This is an MSDN Sample, re-written in PowerShell .NOTES File Name : get-trycatchfinally.ps1 Author ...