Running powershell ISE as administrator

 

For unkown reason, the powershell ISE is not shown when you search for it in the Windows 8. Because of it, running the tool with elevated privilegies could be complicated. To run Powershell ISE as an administrator you can execute the Start-Process cmdlet as follows:

 

Start-Process powershell_ise -verb runas

 

This will workaround the issue.