About 60 results
Open links in new tab
  1. Intellisense does not seem to be working - PowerShell Forums

    Jan 12, 2024 · Hi, brand new PS guy here. I am following along in “Learn PowerShell in a Month of Lunches”, 4th Edition. I’m way early in the book getting the look and feel of VS Code. It talks about …

  2. Avid displaying code in console while running a script in ISE or PS

    Dec 29, 2018 · Hi, I am running a script in ISE, code has a loop, running the code, inside ISE all code is written to the host which I don’t want. After googling, I found some articles indicating that to Prevent …

  3. Is there a way to add utilities to the Windows PS ISE? - PowerShell …

    Nov 16, 2023 · Maybe the Windows PowerShell ISE is just a take-it-as-it-is ISE (Integrated Scripting Environment) or IDE (Integrated Development Environment), and no such embellishments can be …

  4. Add-Type isn't working - PowerShell Help - PowerShell Forums

    Jun 11, 2023 · Thanks Olaf. I’ve been doing more troubleshooting and googling and found this: stackoverflow.com PowerShell: Unable to find type when using PS 5 classes powershell, winscp-net, …

  5. Powershell and Powershell ISE start is very slow. over a minute to load.

    Jul 17, 2017 · When opening either powershell or powershell ISE it take easily over a minute for either to be ready to use. I will also be very slow running commands. something as simple as Get-PSDrive …

  6. Getting different result when running from Power Shell ISE versus ...

    Dec 18, 2019 · Hello, I am new to Power Shell , and I have a question regarding running power shell script from power shell ISE versus running it from a my directory such as I double click on my power …

  7. Run PowerShell.exe - Version 2.0 Causes ISE to Hang

    Mar 1, 2018 · The ISE console is not for interactive console commands (.exe, etc). So, cmdlets and scripts only, PowerShell, as you are using it is calling the powershell.exe console host and it expects …

  8. How to save all output to a file when running PowerShell ISE Script

    Nov 24, 2020 · I’m a newbie of PowerShell, my question is that I wanted to run below commands and have all the output generated by them to be saved into one single .txt file. I know that when it’s one …

  9. Connect to exchange on-premise - PowerShell Help - PowerShell Forums

    Feb 28, 2018 · Connect to Exchange servers using remote PowerShell If you don't have the Exchange management tools installed, you can use Windows PowerShell on your local computer to create a …

  10. Connecting to Azure not working - PowerShell Forums

    May 26, 2025 · In PowerShell ISE I try to connect to my Azure environment with the command Connect-AzAccount -Tenant d7xxxx3-xxxx-4c45-8eb5-57fdfaxxxxce -Subscription MSDN-platforms. I tried it …