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

    May 13, 2018 · To find out more about PowerShell, scripting and cmdlets, see this excellent Microsoft support site: PowerShell Documentation | Microsoft Docs Remember that Bing is …

  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. PowerShell Scripting - Run a Script from Shortcut | Tutorials

    Nov 7, 2017 · One of many PowerShell security features is that you can't run a script simply by double clicking it's icon on desktop or in a folder. Doing so will by default open script in …

  4. How to Install or Uninstall Windows PowerShell ISE in Windows 10

    Dec 6, 2019 · How to Install or Uninstall Windows PowerShell ISE in Windows 10 The Windows PowerShell Integrated Scripting Environment (ISE) is a host application for Windows …

  5. 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 …

  6. PowerShell Scripting - Create USB Install Media for Windows 10

    Sep 20, 2018 · This tutorial contains a PowerShell script for creating a bootable USB Windows 10 install media. No additional third party tools is required. Tutorial will continue where …

  7. powershell - Scripting (automating) installation of a WSL distro ...

    Sep 23, 2025 · There are two solutions for fully scripting (automating) creation of the default user and thereby allowing for a fully automated installation of a WSL distro: Solution A [Preferable]: …

  8. How to create a new PowerShell project from Visual Studio?

    Feb 2, 2023 · 0 I am not sure if you are looking to develop powershell scripts in Visual Studio or create a powershell commandlet using C#. Visual Studio 2022 doesn't come with a project …

  9. Change PowerShell Script Execution Policy in Windows 10

    Feb 23, 2023 · How to Set PowerShell Script Execution Policy in Windows 10 The PowerShell script execution policies enables you to determine which Windows PowerShell scripts (if any) …

  10. Using powershell to run diskpart commands - Super User

    Jan 6, 2021 · DiskPart List disk Select disk 1 Clean Create partition primary Select partition 1 Active Format FS=NTFS quick Assign I want to know if I can write those lines to a text file and …