About 5,110,000 results
Open links in new tab
  1. powershell - oh-my-posh windows terminal first time installation …

    Mar 25, 2025 · 0 I was customizing my Windows Terminal for my new PC from scratch. I ran into a couple of issues installing oh-my-posh, first from this 3rd party tutorial and later when …

  2. What does the "@" symbol do in PowerShell? - Stack Overflow

    Dec 12, 2008 · I've seen the @ symbol used in PowerShell to initialise arrays. What exactly does the @ symbol denote and where can I read more about it?

  3. How do you run a SQL Server query from PowerShell?

    Dec 7, 2011 · 13 There isn't a built-in "PowerShell" way of running a SQL query. If you have the SQL Server tools installed, you'll get an Invoke-SqlCmd cmdlet. Because PowerShell is built …

  4. Windows PowerShell: changing the command prompt

    Learn how to customize the PowerShell command prompt with examples and tips for creating a personalized and efficient working environment.

  5. python - 'virtualenv' won't activate on Windows - Stack Overflow

    0 To install a virtual environment in Windows PowerShell only, but to activate, you'll need to run Windows PowerShell as an Administrator: pip install virtualenv virtualenv %Name of virtual …

  6. How to install AWS CLI through PowerShell script? - Stack Overflow

    2 I am trying to check if aws cli is installed already, and install it if not present, I can't find any source on how to install it through PowerShell script

  7. Powershell Supply values for the following parameters:

    Jul 11, 2023 · 3 Whenever a call to a PowerShell command doesn't supply arguments (values) to all of its mandatory parameters (parameters that must be given values in order for the …

  8. Create a progress bar in a GUI window in Powershell

    Mar 15, 2023 · I use the code shown below to display a progress bar in my PowerShell script. It works, but it progress bar is displayed it in the PowerShell console. However, I would like to …

  9. How can I use the curl command in PowerShell? - Stack Overflow

    I am using the curl command in PowerShell to post the comment on the Bitbucket pull request page through a Jenkins job. I used the below PowerShell command to execute the curl …

  10. Windows sandbox and Powershell : how to make script executable …

    Aug 1, 2022 · powershell -executionpolicy RemoteSigned -command "start powershell {-noexit -File C:\users\WDAGUtilityAccount\Documents\Scripts\script.ps1}" Step 5: Update …