Powershell from within Visual Studio
You can install two items in to your computer then will be using VS for create projects.
Requirements;
-
Install the latest SDK for Azure/Visual Studio 2013 –
You can use the follow links for downloads
http://azure.microsoft.com/en-us/downloads/
then under .NET, Choose VS 2013 install
2. Install PowerShell Tools for Visual Studio 2013 –
https://visualstudiogallery.msdn.microsoft.com/c9eb3ba8-0c59-4944-9a62-6eee37294597
Once those two things are installed, you only need one more quick set up:
- Open the Visual Studio 2013
- Go to Tools, Extensions and Updates
- Find PowerShell Tools for Visual Studio 2013 and ENABLE
- Re-start Visual Studio
Happy Scripting with Powershell