About 14,600,000 results
Open links in new tab
  1. Run powershell in new window - Stack Overflow

    Aug 9, 2013 · I would like to run new powershell window with parameters. I was trying to run following: powershell -Command "get-date" but everything happens in same console. Is there …

  2. powershell - Command to open a new terminal within a terminal …

    Jul 1, 2021 · To open another PowerShell console window from PowerShell (run help Start-Process for help; alias start works too): Start-Process powershell (Windows PowerShell) Start …

  3. Creating a DateTime object with a specific UTC DateTime in …

    I'm trying to create a DateTime object with a specific UTC timestamp in PowerShell. What's the simplest way to do this? I tried: Get-Date -Format (Get-Culture).DateTimeFormat.

  4. powershell - How to enter a multi-line command - Stack Overflow

    Jul 13, 2010 · Is it possible to split a PowerShell command line over multiple lines? In Visual Basic I can use the underscore (_) to continue the command in the next line.

  5. How to set PowerShell 7 as default and remove other versions

    Mar 2, 2021 · I want to set PowerShell 7 as the default shell. So when I shift right click in File Explorer and click on "Open PowerShell window here" in the context menu, I want …

  6. New way to specify Powershell 7 in Visual Studio Code?

    Sep 25, 2022 · Both methods relate to use of PowerShell 7 as the default general-purpose shell in Visual Studio Code's integrated terminal. By contrast, if you have the PowerShell extension …

  7. Powershell: Scheduled Task with Daily Trigger and Repetition Interval

    EDIT: Addressing the duplicate question. The question in the post "Powershell v3 New-JobTrigger daily with repetition" is asking the same. But as I commented earlier, none of the answers …

  8. Adding a newline (line break) to a Powershell script

    I have a script I am running in Powershell, and I want to be able to put a line in my resulting text file output between the ccript name and the script content itself. Currently, from the below, ...

  9. Update powershell to the latest revision - Stack Overflow

    Windows PowerShell can NOT be updated on demand (only indirectly, via Windows Update). Switching editions, from Windows PowerShell to PowerShell (Core) is more than just a fully …

  10. windows - How to upgrade PowerShell version - Stack Overflow

    Lately, firing up PowerShell, I noticed that there is a phrase that says: Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows So why not trying it following ...