About 542,000 results
Open links in new tab
  1. 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.

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

  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. MethodInvoker.Invoke Method (System.Reflection) | Microsoft Learn

    public object? Invoke(object? obj, object? arg1); Public Function Invoke (obj As Object, arg1 As Object) As Object Parameters obj Object The object on which to invoke the method. If the method is static, …

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

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

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

  8. Invoke-WebRequest with currently logged in user credentials ...

    May 12, 2023 · I'm not sure how to go about authenticating as the current user (which is an AAD account) logged into Windows via Invoke-WebRequest in PowerShell though. I'm assuming I need to …

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

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

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