
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-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-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-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 …
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 …
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
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 …
Microsoft Stream service description - Service Descriptions
Apr 11, 2025 · Microsoft Stream is an enterprise video management service that lets people in your organization create, store, share, and view videos securely. Stream is deeply integrated within the …