Skip to content

Commit b9298d8

Browse files
committed
New inputs incorporated
1 parent 35a9ac5 commit b9298d8

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ Jobs for Hybrid Runbook Workers run under the local **System** account.
4040

4141
**PowerShell 7.1**
4242

43-
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
43+
To run PowerShell 7.1 runbooks on a Windows Hybrid Worker, install *PowerShell* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
44+
Ensure to add the PowerShell file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
4445

4546
**Python 2.x, Python 3.x upto 3.8**
4647

47-
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
48+
To run Python 2.x and Python 3.x runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](automation-hrw-run-runbooks.md).
49+
Ensure to add the Python file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
4850

4951
**PowerShell 7.2**
5052

@@ -54,19 +56,21 @@ After PowerShell 7.2 installation is complete, create an environment variable wi
5456

5557
**Python 3.10**
5658

57-
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *python.exe* on the Hybrid Worker. See [Installing Python on Windows]()
59+
To run Python 3.10 runbooks on a Windows Hybrid Worker, install *python.exe* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html)
5860

5961
After Python 3.10 installation is complete, create an environment variable with Variable name as python_3_10_path and Variable value as location of the executable *python.exe*. Restart the Hybrid Runbook Worker after environment variable is created successfully.
6062

6163
#### [Agent-based Hybrid Workers](#tab/win-agt-hrw)
6264

6365
**PowerShell 7.1**
6466

65-
Ensure to add the *pwsh.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
67+
To run PowerShell 7.1 runbooks on a Windows Hybrid Worker, install *PowerShell* on the Hybrid Worker. See [Installing PowerShell on Windows](https://learn.microsoft.com/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3).
68+
Ensure to add the PowerShell file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
6669

6770
**Python 2.x, Python 3.x upto 3.8**
6871

69-
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
72+
To run Python 2.x and Python 3.x runbooks on a Windows Hybrid Worker, install *Python* on the Hybrid Worker. See [Installing Python on Windows](https://docs.python.org/3/using/windows.html).
73+
Ensure to add the Python file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
7074

7175
---
7276

@@ -83,6 +87,7 @@ Ensure to add the *python.exe* file to the PATH environment variable and restart
8387
8488
**Python 2.x, Python 3.x upto 3.8**
8589

90+
To run Python 2.x and Python 3.x runbooks on a Linux Hybrid Worker, install *python.exe* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
8691
Ensure to add the *python.exe* file to the PATH environment variable and restart the Hybrid Runbook Worker after the installation.
8792

8893
**PowerShell 7.2**
@@ -95,7 +100,7 @@ Restart the Hybrid Runbook Worker after an environment variable is created succe
95100

96101
**Python 3.10**
97102

98-
To run Python 3.10 runbooks on a Linux Hybrid Worker, install *python.exe* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux]()
103+
To run Python 3.10 runbooks on a Linux Hybrid Worker, install *python.exe* on the Hybrid Worker. For more information, see [Installing Python 3.10 on Linux](https://docs.python.org/3/using/unix.html).
99104

100105
After Python 3.10 installation is complete, create an environment variable with **Variable name** as *python_3_10_path* and **Variable value** as location of the executable *python.exe* file. Restart the Hybrid Runbook Worker after environment variable is created successfully.
101106

0 commit comments

Comments
 (0)