About 973,000 results
Open links in new tab
  1. PowerShell Scripting - The Basics | Tutorials - Ten Forums

    May 13, 2018 · A PowerShell script is a collection of commands and cmdlets to be run in logical order, previous lines in script determining values and variables in command lines thereafter. …

  2. How to enable execution of PowerShell scripts? - Super User

    Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy. Enable running …

  3. How to Execute Powershell Script AS Powershell 7 from Command …

    May 28, 2020 · 9 When you run your script, it will run in the default OS Powershell host, and on Windows that will be the default OS version of Windows PowerShell, unless you specifically …

  4. Downloading Google Chrome using Powershell - Super User

    Oct 23, 2023 · Is it possible to download the latest version of Google Chrome using Powershell. I'm an IT Admin looking at putting a script together for our field techs. Since upgrading our …

  5. Run PowerShell script as a different user and elevated

    Jan 21, 2021 · Then execute the script elevated from that local copy instead. Execute the Start-Process Powershell a little differently than you were executing it for it to take the action of the …

  6. What is the ampersand sign (&) before commands in PowerShell?

    Feb 9, 2023 · The example below shows a script filename that contains spaces. When you try to execute the script, PowerShell instead displays the contents of the quoted string containing …

  7. Correct syntax to pass an argument to my parameter in a …

    Dec 9, 2022 · In this same script which defines the function, you also call the function with the named parameter but you have left out the variable to pass to the function on that call.

  8. How to enable PowerShell script execution? - Super User

    May 7, 2020 · How to enable PowerShell script execution? Ask Question Asked 5 years, 7 months ago Modified 4 years, 5 months ago

  9. Powershell Script to Extract Windows Product Key - Super User

    Aug 30, 2024 · Powershell Script to Extract Windows Product Key Ask Question Asked 1 year, 3 months ago Modified 1 year, 3 months ago

  10. How do I run multiple commands on one line in PowerShell?

    16 For PowerShell 5 (default install for Windows machines for the foreseeable future), you can of course use a semicolon to separate statements, but all statements will be executed by default …