
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. …
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 …
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 …
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 …
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.
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 …
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 …
MethodBase.Invoke Method (System.Reflection) | Microsoft Learn
Invokes the method or constructor reflected by this MethodInfo instance.
Invoke-AzVMRunCommand (Az.Compute) | Microsoft Learn
Invoke a run command on the VM. This command invokes a run command 'RunShellScript' that executes a script block on a remote Windows VM named 'vmname'. The script block way allows you …
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.