Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Remoting Week: Remoting Recap

Summary: Richard Siddaway explains various ways to interact with remote machines. (image)  Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting language and shell on the local machine. How do I work with remote machines? —AP (image)  Hello AP, Honorary Scripting...

PowerTip: Use PowerShell to Format Dates

Summary: Learn how to use Windows PowerShell to format dates.(image)  How can I discover the formats that are available to use in Windows PowerShell when I format date and time information?(image)  One way is to keep this script handy and run it when you have a date formatting issue to output common formats:"d ShortDatePattern &...