About 1,220,000 results
Open links in new tab
  1. Microsoft.PowerShell.Host Module - PowerShell | Microsoft Learn

    This section contains the help topics for the cmdlets that are installed with the PowerShell Microsoft.PowerShell.Host module. The Host module contains cmdlets that manage data from host …

  2. PowerShell/src/Microsoft.PowerShell.ConsoleHost/host/msh ... - GitHub

    In this case the real entry executable should be the 'pwsh' // or 'pwsh.exe' within the tool folder which should be the path right before the '\.store', not what // PSHome is pointing to. pshome = pshome …

  3. NuGet Gallery | Microsoft.PowerShell.ConsoleHost 7.5.3

    Scripting, automation, and development tools for professionals working with PowerShell.

  4. Get-Host - PowerShell - SS64.com

    This gets a reference to the current console host version not the underlying engine. if you are running a standard Microsoft Powershell host, then they will be the same thing, but if using a different host like …

  5. Windows PowerShell Host Quickstart - learn.microsoft.com

    Dec 18, 2023 · To host Windows PowerShell in your application, you use the System.Management.Automation.PowerShell class. This class provides methods that create a …

  6. How to Use Get-Host to Better Understand Your PowerShell

    Dec 27, 2023 · The Get-Host cmdlet in PowerShell provides detailed technical insights into the current host environment you are working in. With Get-Host, you can programmatically access things like …

  7. Console Host Implementation | PowerShell/PowerShell | DeepWiki

    This page documents the architecture and implementation of the PowerShell Console Host, which is responsible for the interactive shell experience, command-line argument processing, user input/output,

  8. Microsoft.PowerShell.Host | PowerShell Module - Alya Consulting

    The Microsoft.PowerShell.Host module is a PowerShell module that provides cmdlets and functionality for managing and manipulating the PowerShell host environment.

  9. windows-powershell-host-quickstart.md - GitHub

    To host Windows PowerShell in your application, you use the System.Management.Automation.PowerShell class. This class provides methods that create a …

  10. Host Application Samples - PowerShell | Microsoft Learn

    Sep 17, 2021 · The host is the component of Windows PowerShell that provides communications between the user and the Windows PowerShell engine. For more information about custom hosts, …