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