Top "Powershell-ise" questions

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

How to copy a file to multiple folders in PowerShell

I am running a script that has multiple environments in it that can be selected from a window that pops …

powershell powershell-3.0 powershell-ise
How to ignore warning errors?

I have the following PowerShell script. It picks up the NetBIOS name of computers within a given IP address. I'm …

powershell suppress-warnings powershell-ise
Is it possible to reset the runspace in Powershell ISE?

One of the features of PowerGUI is the ability to reset the Powershell Runspace as demonstrated in this article and …

powershell powershell-ise
PowerShell - Copy specific files from specific folders

So, the folder structure looks like this: SourceFolder file1.txt file1.doc Subfolder1 file2.txt file2.doc SubSubFolder file3.txt …

powershell powershell-ise
How can I search the first line and the last line in a text file?

I need to only search the 1st line and last line in a text file to find a "-" and …

powershell powershell-ise
My PowerShell script only works when running from ISE

I can't post all of the script contenet, but the basic idea is that it downloads JSON and converts it …

powershell cmd scheduled-tasks powershell-3.0 powershell-ise
Remove-Item error: Cannot remove item [item path & name]: Access to the path '[item path & name]' is denied

I'm new to PowerShell. I'm trying to automate the deployment of dll components from a folder on a source server …

powershell powershell-2.0 powershell-ise
PowerShell ISE: how to run new PowerShell version

How can I get PowerShell ISE to work with PowerShell 6.0. Currently, it has 4.0. This server has PowerShell 4.0 installed and I …

powershell version powershell-ise powershell-core
PowerShell - Setting $ErrorActionPreference for the entire script

I've been giving PowerShell (v3.0) a shot for the first time today, and became enormously frustrated with the strange way …

powershell error-handling powershell-3.0 powershell-ise
Why won't PowerShell ISE let me set breakpoints when running as Administrator?

Having failed to get PowerGUI to work properly I've fallen back on PowerShell ISE. However if I run this as …

powershell powershell-2.0 powershell-ise