PowerShell scripting is useful for various Windows, .NET and SharePoint projects. Usually, we write script in any editor (text editors, PowerGUI etc) and save as PowerShell script file (.ps1). This script can be executed on Windows PowerShell console.

PowerGUI Script editor

For most developers, PowerGUI Script editor is the most popular editor where we can develop and debug PS scripts.

PowerGUI Script editor

In this article I’ll explain how we can create a PowerShell project in Visual Studio:

Reference: PowerGUI Documentation