Top "Powershell-ise" questions

PowerShell-ISE refers to Microsoft Windows PowerShell's Integrated Scripting Environment.

Powershell ISE Crashes on Launch

Not sure why, but today my workstation refuses to load the Powershell ISE. I can load Powershell just fine and …

powershell windows-7 crash powershell-ise
Test-Path fails to return $True on a file that exists

I am trying to validate the existence of a file but the problem is that the file name has brackets …

powershell powershell-2.0 powershell-ise
How to render clickable link using Powershell

I am using below powershell script to write the output to a html file, the issue is its rendering everything …

powershell powershell-2.0 powershell-ise
Powershell ISE console window command line word wrap

I am bothered by the Powershell ISE console window. There is no word wrap feature in the command line. When …

powershell powershell-ise
Powershell: $LASTEXITCODE in a function

Hi I'm noticing some odd behavior with the following code snippet function test { $LASTEXITCODE = $null ping asdfs Write-Host "Last exitcode: $…

powershell powershell-2.0 powershell-ise
Where does Powershell ISE store tabs when it crashes?

My Powershell ISE is crashing upon being launched; and I believe it is due to a tab/file that is …

windows powershell crash powershell-ise
PowerShell changes return object's type

I am using PowerShell v3 and the Windows PowerShell ISE. I have the following function that works fine: function Get-XmlNode([…

function powershell powershell-3.0 return-type powershell-ise
Copy-Item / Remove-Item child-content only without root folder?

Hi I'm struggling mightily with the following - suppose I have the following directory structure C:\Temp\Test1 and C:\…

powershell powershell-2.0 powershell-ise
Run PowerShell ISE from the command line?

So I have a script that works fine when I run it from PowerShell ISE. However, I need to automate …

powershell powershell-ise
Security Warning when running scripts - Unblock-File not unblocking file

I suddenly started to recceive this warning when running any script on my computer: Run only scripts that you trust. …

security powershell powershell-ise