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

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

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

  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 …

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

  6. Invoke-Expression (Microsoft.PowerShell.Utility) - PowerShell

    The Invoke-Expression cmdlet evaluates or runs a specified string as a command and returns the results of the expression or command. Without Invoke-Expression, a string submitted at the …

  7. Working with WMI - PowerShell | Microsoft Learn

    2 days ago · 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

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

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

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

  10. Invoke-WmiMethod (Microsoft.PowerShell.Management)

    The Invoke-WmiMethod cmdlet calls the methods of Windows Management Instrumentation (WMI) objects. New Common Information Model (CIM) cmdlets, introduced in Windows …