About 616,000 results
Open links in new tab
  1. 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.

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

  3. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

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

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

    The following example demonstrates the 'Invoke(Delegate)' method of 'Control class. A 'ListBox' and a 'Button' control are added to a form, containing a delegate

  5. Control.BeginInvoke Method (System.Windows.Forms)

    In addition to the InvokeRequired property, there are four methods on a control that are thread safe: Invoke, BeginInvoke, EndInvoke, and CreateGraphics if the handle for the control has …

  6. Invoke-GPUpdate (GroupPolicy) | Microsoft Learn

    The Invoke-GPUpdate cmdlet refreshes Group Policy settings, including security settings that are set on remote computers by scheduling the running of the Gpupdate command on a remote …

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

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

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

  10. Invoke-CimMethod (CimCmdlets) - PowerShell | Microsoft Learn

    This cmdlet is only available on the Windows platform. The Invoke-CimMethod cmdlet invokes a method of a CIM class or CIM instance using the name-value pairs specified by the Arguments …