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.
Comments
- Anonymous
July 12, 2015
FYI, searching powershell_ise should find it in search - then you can run as admin as usual.