Skip to content

Commit 5f95f60

Browse files
authored
Update powershell-job-script-cmdlets-not-working.md
1 parent e92cb5e commit 5f95f60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

support/azure/automation/runbooks/powershell-job-script-cmdlets-not-working.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Troubleshoot runbook execution issues when using PowerShell
2+
title: Troubleshoot Runbook Execution Issues When Using PowerShell
33
description: Describes some runbook execution issues that occur when you use PowerShell in Azure Automation and provides solutions to them.
4-
ms.date: 06/10/2025
4+
ms.date: 06/13/2025
55
ms.reviewer: adoyle, v-weizhu
66
ms.service: azure-automation
77
ms.custom: sap:Runbook not working as expected
88
---
99
# Troubleshoot runbook execution issues when using PowerShell in Azure Automation
1010

11-
This article provides guidance for diagnosing and resolving runbook execution issues that occur when using PowerShell scripts or cmdlets in Azure Automation.
11+
This article provides guidance on diagnosing and resolving runbook execution issues that occur when using PowerShell scripts or cmdlets in Azure Automation.
1212

1313
> [!NOTE]
1414
> Azure Automation enables recovery of runbooks deleted in last 29 days. You can restore a deleted runbook by running a PowerShell script as a job in your Automation account. For more information, see [Restore deleted runbook](/azure/automation/manage-runbooks#restore-deleted-runbook).
1515
1616
## Limitations and known issues with PowerShell runbooks
1717

18-
PowerShell runbooks are built on Windows PowerShell. You can edit their code directly by using the text editor in the Azure portal. You can also use an offline text editor and then [import the runbooks](/azure/automation/manage-runbooks) into Azure Automation. The PowerShell version is determined by the **Runtime version** specified.
18+
PowerShell runbooks are built on Windows PowerShell. You can edit their code directly by using the text editor in the Azure portal. You can also use an offline text editor and then [import the runbooks](/azure/automation/manage-runbooks#import-a-runbook-) into Azure Automation. The PowerShell version is determined by the **Runtime version** specified.
1919

2020
**Limitations:**
2121

@@ -38,7 +38,7 @@ PowerShell runbooks are built on Windows PowerShell. You can edit their code dir
3838
$ProgressPreference = "Continue"
3939
```
4040

41-
- When you use the [ExchangeOnlineManagement](/powershell/exchange/exchange-online-powershell) module version 3.0.0 or later, you can experience errors.
41+
- When you use the [ExchangeOnlineManagement](/powershell/exchange/exchange-online-powershell) module version 3.0.0 or later, you might experience errors.
4242

4343
To resolve this issue, make sure that you explicitly upload the `PowerShellGet` and `PackageManagement` modules.
4444

0 commit comments

Comments
 (0)