< # .SYNOPSIS This script displays details of a UmAlQura Calendar in PowerShell .DESCRIPTION This script shows the various aspects of this calendar including key properties, fields and selected methods. ...
< # .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 converts time to different time zones. .DESCRIPTION This script re-implements an MSDN sample using PowerShell .NOTES File Name : Get-Time.ps1 ...
< # .SYNOPSIS This script displays/Uses TimeZoneInfo properties .DESCRIPTION This script displays the use of all the TimeZoneInfo Properties. .NOTES File Name : Get-TimeZoneInfoInfo.ps1 ...
< # .SYNOPSIS This script displays those time zones that do NOT support daylight savings time. .DESCRIPTION This script uses .NET to get the time zones defined on a system then displays...
< # .SYNOPSIS This script gets a list of non-working hardware using WMI. .DESCRIPTION This script re-implements another TechNet Scripting Gallery script that was written in VB (see ...
< # .SYNOPSIS This script uses the SHA1 Crypto Provider to hash a file .DESCRIPTION This script uses SHA1 Cryptoprovider to hash a file and print the hash. A second hash is created of the same file, but with a...
< # .SYNOPSIS This script uses the SHA1 Crypto Provider to hash a string .DESCRIPTION This script creates 2 strings, and a SHA1 Crypto Provider. The script then hashes the strings and displays the results. ...
< # .SYNOPSIS This script gets the reverse lookup zone from a DNS Server and displays all the systems registered .DESCRIPTION This script first gets the reverse lookup zone from a DNS Server (i.e. ...
< # .SYNOPSIS This script encrypts then decrypts a string using AES .DESCRIPTION This script re-implements an MSDN sample that first encrypts a string then decrypts it. The crypto is done ...
< # .SYNOPSIS This script manipulates a time using TimeZone info methods. .DESCRIPTION This script reimplements an MSDN sample using PowerShell. The script first creates a DateTime object then it converts it to...
< # .SYNOPSIS This script divides big integers using .NET Framework. .DESCRIPTION This script reimplements an MSDN Sample script using powershell. The script creates a dividor and an arry of dividends, then performs ...
< # .SYNOPSIS This script re-implements this MSDN Sample of multiplying a big integer. .DESCRIPTION This script first tries and fails to multiple a pair of large integers. The script...
Just over 2 years ago, I created a new blog, The PowerShell Scripts blog over at http://pshscripts.blogspot.com . The idea was simple – a blog with single function PowerShell scripts. Scripts that demonstrated one (or at least a very small number) of...
I’ve posted a couple of articles recently regarding using later versions of the .NET Framework. Through the magic of .NET, you can just create a simple .CONFIG file to tell the relevant executable to use a later version of the framework by default. A...