PowerShell is an increasingly important tool for the IT Admin. In it’s early version, it didn’t do much, but with products like Exchange, SharePoint 2010, and System Centre being so PowerShell focused, it’s a tool every IT Admin needs to learn and learn...
< # .SYNOPSIS Uses .NET formatting strings to format date/time values .DESCRIPTION Recreates an MSDN sample for displaying Date/TIme Format. See links section for pointer to original Sample. .NOTES File...
<# .SYNOPSIS Demonstrates string formatting using Powershell .DESCRIPTION This script formats 2 numbers in a variety of ways, also formats an enum . An adaptation of the C# sample in the...