About 4,370,000 results
Open links in new tab
  1. Starting Windows PowerShell - PowerShell | Microsoft Learn

    Mar 27, 2025 · This learning path introduces you to Windows PowerShell and provides an overview of the product’s functionality. It explains how to open and configure Windows …

  2. Getting Started with PowerShell - PowerShell | Microsoft Learn

    Aug 2, 2024 · This chapter focuses on finding and launching PowerShell and solving the initial pain points that new users experience with PowerShell. Follow along and walk through the …

  3. Start-Process (Microsoft.PowerShell.Management) - PowerShell

    You can use the parameters of Start-Process to specify options, such as loading a user profile, starting the process in a new window, or using alternate credentials.

  4. Connect to Exchange Online PowerShell | Microsoft Learn

    Jul 11, 2025 · This article contains instructions for how to connect to Exchange Online PowerShell using the Exchange Online PowerShell module with or without multifactor authentication (MFA).

  5. How to Create a PowerShell Tab in Windows PowerShell ISE

    Nov 20, 2025 · On the File menu, click New Remote PowerShell Tab to establish a session on a remote computer. A dialog box appears and prompts you to enter details required to establish …

  6. Keyboard Shortcuts for the Windows PowerShell ISE

    Nov 20, 2025 · Use the following keyboard shortcuts to perform actions in Windows PowerShell Integrated Scripting Environment (ISE). Windows PowerShell ISE is available as part of the …

  7. How to Write and Run Scripts in the Windows PowerShell ISE

    Nov 20, 2025 · How to create and run scripts You can open and edit Windows PowerShell files in the Script Pane. Specific file types of interest in Windows PowerShell are script files (.ps1), …

  8. Running Remote Commands - PowerShell | Microsoft Learn

    Dec 9, 2025 · By using the WS-Management protocol, Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish …

  9. about_Profiles - PowerShell | Microsoft Learn

    Sep 29, 2025 · To start PowerShell without profiles, use the NoProfile parameter of pwsh.exe, the program that starts PowerShell. To begin, open a program that can start PowerShell, such as …

  10. Running commands in the shell - PowerShell | Microsoft Learn

    Dec 1, 2025 · The PowerShell call operator (&) lets you run commands that are stored in variables and represented by strings or script blocks. You can use the operator to run any native …