< # .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 displays details of a Persian Calender in PowerShell .DESCRIPTION This script re-implements an MSDN C # sample. .NOTES File Name : Get-PersianCalendar.ps1 ...
< # .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 ...