PowerShell ISE Limitations

PowerShell ISE Limitations

You cannot run interactive sessions in the ISE, so for example, you cannot run netsh or diskpart interactively. For a partial list of tools the ISE can’t run, type the following at the ISE prompt:

$psUnsupportedConsoleApplications

In those situations, you should use the classic PowerShell console instead.