About 90 results
Open links in new tab
  1. about_Execution_Policies - PowerShell | Microsoft Learn

    Sep 24, 2025 · Describes the PowerShell execution policies and explains how to manage them.

  2. <execution> | Microsoft Learn

    Sep 13, 2024 · Learn more about: Parallel algorithms execute on an unspecified number of threads and divide the work into an unspecified number of data partitioning "chunks." The Windows thread pool …

  3. KB5103225: Intel OpenVINO Execution Provider update (version …

    The Intel OpenVINO Execution Provider is an execution provider used with ONNX Runtime / Windows machine learning to enable hardware accelerated inference on Intel platforms. It accelerates ONNX …

  4. Set-ExecutionPolicy (Microsoft.PowerShell.Security) - PowerShell

    The Set-ExecutionPolicy cmdlet changes PowerShell execution policies for Windows computers. For more information, see about_Execution_Policies. Beginning in PowerShell 6.0 for non-Windows …

  5. Use ExecutionLog and the ExecutionLog3 view in Reporting Services

    Dec 17, 2024 · See the report server execution log that's in Reporting Services, which contains information about reports on servers in native mode or a SharePoint farm.

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

    Nov 20, 2025 · Note The Windows PowerShell execution policy determines whether you can run scripts and load Windows PowerShell profiles and configuration files. The default execution policy, …

  7. Execution Plan Overview - SQL Server | Microsoft Learn

    Jan 26, 2026 · Learn about execution plans or query plans, which the Query Optimizer creates for the SQL Server Database Engine to run queries.

  8. Display and save Execution Plans - SQL Server | Microsoft Learn

    Jan 27, 2026 · Learn how to display execution plans and how to save execution plans to a file in XML format by using SQL Server Management Studio.

  9. Get-ExecutionPolicy (Microsoft.PowerShell.Security) - PowerShell

    To display the execution policies for each scope in the order of precedence, use Get-ExecutionPolicy -List. To see the effective execution policy for your PowerShell session use Get-ExecutionPolicy with …

  10. Install PowerShell 7 on Windows - PowerShell | Microsoft Learn

    Jun 13, 2026 · There are multiple ways to install PowerShell in Windows. Each install method is designed to support different scenarios and workflows. Choose the method that best suits your …

  11. ExecutionContext Class (System.Threading) | Microsoft Learn

    The ExecutionContext class provides the Capture and CreateCopy methods to get the execution context and the Run method to set the execution context for the current thread. An ExecutionContext that is …