
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.
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 …
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 …
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 …
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 …
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 …
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 …
PowerShell.Invoke Method (System.Management.Automation)
Invoke (IEnumerable, PSInvocationSettings) Invoke the Command synchronously and return the output PSObject collection.
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
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.