Does anyone know of a way I can run a powershell within Visual Studio.
By that I mean, have an interactive powershell prompt in a tool window?
Kindness,
Dan
Does anyone know of a way I can run a powershell within Visual Studio.
By that I mean, have an interactive powershell prompt in a tool window?
Kindness,
Dan
There are two very interesting project available:
A powershell command shell called Power Console: http://visualstudiogallery.msdn.microsoft.com/en-us/67620d8c-93dd-4e57-aa86-c9404acbd7b3
The integration of the PowerGui script editor (the best!) into Visual Studio: http://powerguivsx.codeplex.com/
Check them out, together they will fulfill all you needs:-)