About 377,000 results
Open links in new tab
  1. 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?

  2. windows - How to run a PowerShell script - Stack Overflow

    How do I run a PowerShell script? I have a script named myscript.ps1 I have all the necessary frameworks installed I set that execution policy thing I have followed the instructions on this …

  3. List of all colors available for PowerShell? - Stack Overflow

    Dec 12, 2013 · I am searching for a list of all colors I can use in PowerShell. Since we need to provide names and no hexnumbers, it's hard to figure out if a color exists or not, at least if you …

  4. How to Install PowerShell 7 in Windows 8, Windows 10, and …

    May 4, 2023 · How to Install PowerShell 7.0 in Windows 7, Windows 8, and Windows 10 Microsoft has announced the Generally Available (GA) release of PowerShell 7.0 on March 4, 2020. …

  5. Use DISM to Repair Windows 10 Image | Tutorials - Ten Forums

    Jul 29, 2022 · How to See Full Details about a Windows 10 ISO file B) Type the command below you want to use into the elevated PowerShell, press Enter, and go to step 8 below. (see …

  6. Check BitLocker Drive Encryption Status in Windows 10

    Oct 10, 2020 · To Check Status of BitLocker in PowerShell Note The Get-BitLockerVolume command provides the following information about a drive on the PC: VolumeType = Data or …

  7. Running a command as Administrator using PowerShell?

    Sep 12, 2016 · 34 You can create a batch file (*.bat) that runs your powershell script with administrative privileges when double-clicked. In this way, you do not need to change anything …

  8. Enable or Disable Windows PowerShell 2.0 in Windows 10

    Nov 7, 2019 · How to Enable or Disable Windows PowerShell 2.0 in Windows 10 Windows PowerShell is a task-based command-line shell and scripting language designed especially for …

  9. Can I get "&&" or "-and" to work in PowerShell? - Stack Overflow

    The quickest way to real frustration when learning PowerShell is to start by thinking that it is just an expanded CMD or bash. It has a fundamentally different model, epecially when it comes to …

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