About 714,000 results
Open links in new tab
  1. Invoke a function using Power Platform - Power Apps

    Feb 26, 2025 · Learn how to invoke a function from an app, flow, code, or from another function in Power Apps.

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

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

  4. Avoid using Invoke-Expression - PowerShell | Microsoft Learn

    Nov 17, 2022 · When a string from an untrusted source such as user input is passed directly to Invoke-Expression, arbitrary commands can be executed. Always consider a different, more …

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

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

  7. Invoke-Item (Microsoft.PowerShell.Management) - PowerShell

    The Invoke-Item cmdlet performs the default action on the specified item. For example, it runs an executable file or opens a document file in the application associated with the document file type.

  8. Invoke-CimMethod (CimCmdlets) - PowerShell | Microsoft Learn

    This cmdlet is only available on the Windows platform. The Invoke-CimMethod cmdlet invokes a method of a CIM class or CIM instance using the name-value pairs specified by the Arguments …

  9. Invoke pipeline activity - Microsoft Fabric | Microsoft Learn

    Dec 17, 2025 · Learn how to add an Invoke pipeline activity to a pipeline and use it to run another pipeline.

  10. Powersehell command invoke-sqlcmd command is looking for an …

    Oct 7, 2024 · Hi there, We heavily use PowerShell scripts to query Microsoft SQL Server databases on Windows 2016 machines using a command invoke-sqlcmd -ServerInstance …