Showing posts with label ise. Show all posts
Showing posts with label ise. Show all posts

Tuesday, May 12, 2015

PowerShell Tip #3 - Integrated Scripting Environment

 

There are several ISE or Integrated Scripting Environments available for PowerShell.  The cost runs from free to several hundred dollars on the high end.

Introducing the Windows PowerShell ISE

https://technet.microsoft.com/en-us/library/dd315244.aspx

ISESteroidsTM is new add-on for the Windows PowerShell ISE editor

http://www.powertheshell.com/isesteroids/

PowerShell Studio 2015

The premier Windows PowerShell integrated scripting and tool-making environment available.

https://www.sapien.com/software/powershell_studio

SharePoint

http://thecloudengineer.blogspot.com/2011/10/create-ise-enabled-for-sharepoint.html

Run as Administrator

http://powershell101.blogspot.com/2014/07/ise.html

Wednesday, July 2, 2014

ISE–PowerShell Integrated Scripting Environment

Here is some fun with the Windows PowerShell Integrated Scripting Environment or ISE

Start ISE

simply type ise

Start ISE as administrator

start-process PowerShell_ISE –verb RunAs

Customize ISE for SharePoint

http://thecloudengineer.blogspot.com/2011/10/create-ise-enabled-for-sharepoint.html

Configuring the PowerShell ISE for use with Git and GitHub


http://mikefrobbins.com/2016/02/09/configuring-the-powershell-ise-for-use-with-git-and-github/