Scripting Blog [archived]

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

Make Windows PowerShell Your Web Client

  Summary: Interact with websites from Windows PowerShell with this how-to post that wraps .NET Framework classes.   (image) Hey, Scripting Guy! I would like to be able to download files and things from the Internet via Windows PowerShell. Is there an easy way to do this? I have not been able to find a Windows PowerShell cmdlet, and ...

Packaging .NET Framework Classes into Windows PowerShell Functions

  Summary: Learn how to correctly package .NET Framework classes into reusable Windows PowerShell advanced functions in this step-by-step solution.   (image) Hey, Scripting Guy! I have been exploring the Microsoft .NET Framework on MSDN and attempting to convert some examples I have found there into Windows PowerShell code. I will ...