About 50 results
Open links in new tab
  1. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

    3 days ago · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.

  2. invoke operator - Kusto | Microsoft Learn

    Jan 29, 2025 · Learn how to use the invoke operator to invoke a lambda expression that receives the source of `invoke` as a tabular parameter argument

  3. Invoke-WebRequest (Microsoft.PowerShell.Utility) - PowerShell

    The Invoke-WebRequest cmdlet sends HTTP and HTTPS requests to a web page or web service. It parses the response and returns collections of links, images, and other significant HTML elements.

  4. Platform Invoke (P/Invoke) - .NET | Microsoft Learn

    May 10, 2024 · Learn how to declare, instantiate, and invoke delegates for scenarios that require dynamic method invocation, such as callback methods and custom sorting or filtering.

  5. Invoke-RestMethod (Microsoft.PowerShell.Utility) - PowerShell

    The Invoke-RestMethod cmdlet sends HTTP and HTTPS requests to Representational State Transfer (REST) web services that return richly structured data. PowerShell formats the response based to …

  6. Invoke-WebRequest and UTF-8 - Microsoft Q&A

    Mar 16, 2023 · $response = Invoke-WebRequest @request $content = [System.Text.Encoding]::UTF8.GetString($response.Content.ToCharArray()) Write-Host $content …

  7. Control.Invoke Method (System.Windows.Forms) | Microsoft Learn

    The Invoke method searches up the control's parent chain until it finds a control or form that has a window handle if the current control's underlying window handle does not exist yet.

  8. Invoke-Command (Microsoft.PowerShell.Core) - PowerShell

    The Invoke-Command cmdlet runs commands on a local or remote computer and returns all output from the commands, including errors. Using a single Invoke-Command command, you can run commands …

  9. Invoke-MgGraphRequest (Microsoft.Graph.Authentication)

    Invoke-MgGraphRequest issues REST API requests to the Graph API. It works for any Graph API if you know the REST URI, method, and optional body parameter. This command is especially useful for …

  10. MethodBase.Invoke Method (System.Reflection) | Microsoft Learn

    If you use the Invoke method to invoke M on an object of type B, then reflection will use the implementation given by class B. Even if the object of type B is cast to A, the implementation given …