
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 …
What's New in SQL Server 2025 - SQL Server | Microsoft Learn
Nov 18, 2025 · Learn about new features for SQL Server 2025 (17.x), which gives you choices of development languages, data types, environments, and operating systems.
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 …
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.
Learning and Development Services
Learning and Development Services
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 …
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 Class (System.Management.Automation)
Provides a simple interface to execute a powershell command: Powershell.Create ().AddScript ("get-process").Invoke (); The above statement creates a local runspace using default configuration, …
PowerShell.Invoke Method (System.Management.Automation)
Invoke (IEnumerable, PSInvocationSettings) Invoke the Command synchronously and return the output PSObject collection.
Invoke pipeline activity - Microsoft Fabric | Microsoft Learn
Jan 27, 2026 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.