About 50 results
Open links in new tab
  1. 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. …

  2. 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. If no appropriate …

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

  4. Invoke-Sqlcmd (SqlServer) - SQL Server PowerShell

    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. Use the Invoke SSIS Package activity in a pipeline (Preview ...

    Apr 3, 2026 · Learn how to run SQL Server Integration Services (SSIS) packages in a Data Factory pipeline in Microsoft Fabric by using the Invoke SSIS Package activity.

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

    May 10, 2024 · P/Invoke is a technology that allows you to access structs, callbacks, and functions in unmanaged libraries from your managed code. Most of the P/Invoke API is contained in two …

  8. Marshalling Data with Platform Invoke - .NET Framework

    Mar 11, 2026 · Marshal data with platform invoke in .NET. See a list of data types used in Windows APIs and C-style functions, and find their .NET managed type equivalents.

  9. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

    Apr 7, 2026 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.

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

    Invokes the method or constructor reflected by this MethodInfo instance.