About 50 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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 …

  4. 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.

  5. Learning and Development Services

    Learning and Development Services

  6. 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 …

  7. 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 …

  8. 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, …

  9. PowerShell.Invoke Method (System.Management.Automation)

    Invoke (IEnumerable, PSInvocationSettings) Invoke the Command synchronously and return the output PSObject collection.

  10. 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.