About 490,000 results
Open links in new tab
  1. How to execute a powershell script available in remote machine?

    May 5, 2017 · How to make it to run the script available in remote machine? Updated: Actually this command " invoke-command -computer $MachineName -command { C:\hello.ps1 } " …

  2. Writing a Script Workflow | Microsoft Learn

    Aug 30, 2016 · The topics in this section explain how to write a workflow in the Windows PowerShell® scripting language; the same language you use to write functions and scripts in …

  3. Running Remote Commands - PowerShell | Microsoft Learn

    Mar 24, 2025 · Using the WS-Management protocol, Windows PowerShell remoting lets you run any Windows PowerShell command on one or more remote computers. You can establish …

  4. Github Action for running Powershell scripts on remote Windows server ...

    Mar 5, 2020 · Can you get to the remote machine via UNC paths? Really you should figure out how to do it outside on your local machine, then write up your solution in an Actions workflow. …

  5. Remotely Run a PowerShell Workflow - Scripting Blog [archived]

    Nov 5, 2014 · The domain controller, DC1, is the workflow server. It is the server that uses Windows PowerShell workflow to run commands on remote servers. I use the Invoke …

  6. about_Workflows - PowerShell | Microsoft Learn

    Sep 18, 2022 · How to run workflows. To run a workflow, use the following procedure. When the managed node is the local computer, this step isn't required. Otherwise, on the client …

  7. execute remote powershell script on remote server

    Mar 16, 2017 · I have a script that lives on server 1, and needs to be executed on server 1 using certain credentials. The ultimate solution will help with decrypting files. The script must …

  8. Powershell: Execute exe on remote server and capture output

    Sounds like your best bet here is to use PSExec to open a remote PowerShell console or command line from your local machine, which would be executing on the remote server. So, …

  9. Streamline Your Workflow: Using PowerShell for Basic Server ...

    Remote Management: PowerShell excels at managing remote servers, allowing administrators to control and configure machines across the network (or even in the cloud, like Azure) from a …

  10. PowerShell: How to execute PowerShell Scripts (*.ps1) on Remote ...

    Jan 13, 2025 · If the script is located on the remote computer, we must use the Scriptblock parameter. Here is an example: This command will call the script script.ps1 which is located …

  11. Some results have been removed
Refresh