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

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

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

  6. Use Microsoft Graph PowerShell authentication commands

    Jul 11, 2025 · Invoke Connect-MgGraph before any commands that access Microsoft Graph. This cmdlet obtains the access token using the Microsoft Authentication Library (MSAL) under the hood …

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

  8. PowerShell.Invoke Method (System.Management.Automation)

    Invoke (IEnumerable, PSInvocationSettings) Invoke the Command synchronously and return the output PSObject collection.

  9. Working with WMI - PowerShell | Microsoft Learn

    Feb 6, 2026 · Cmdlet Invoke-CimMethod 1.0.0.0 Cmdlet New-CimInstance 1.0.0.0 Cmdlet New-CimSession 1.0.0.0 Cmdlet New-CimSessionOption 1.0.0.0

  10. Annotatable Class (Microsoft.EntityFrameworkCore.Infrastructure)

    Base class for types that support reading and writing annotations. This type is typically used by database providers (and other extensions). It is generally not used in application code.