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

    Dec 17, 2025 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.

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

  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. Invoke-Sqlcmd (SqlServer) - SQL Server PowerShell | Microsoft Learn

    The Invoke-Sqlcmd cmdlet runs a script containing the languages and commands supported by the SQL Server SQLCMD utility. The commands supported are Transact-SQL statements and the subset of …

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

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

    For all other method calls, you should use one of the invoke methods to marshal the call to the control's thread. The delegate can be an instance of EventHandler, in which case the sender parameter will …

  7. Invoke-Expression (Microsoft.PowerShell.Utility) - PowerShell

    The Invoke-Expression cmdlet evaluates or runs a specified string as a command and returns the results of the expression or command. Without Invoke-Expression, a string submitted at the command line is …

  8. 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

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

  10. Invoke-WmiMethod (Microsoft.PowerShell.Management) - PowerShell

    The Invoke-WmiMethod cmdlet calls the methods of Windows Management Instrumentation (WMI) objects. New Common Information Model (CIM) cmdlets, introduced in Windows PowerShell 3.0, …