Skip to content

Commit 5f41385

Browse files
committed
minor edit - punctuation
1 parent c17ef45 commit 5f41385

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/automation/automation-windows-hrw-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ Modules that are installed must be in a location referenced by the `PSModulePath
248248
249249
1. Open PowerShell session in Administrator mode and run the following command:
250250
251-
```powershell-interactive
252-
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\HybridRunbookWorker\<AutomationAccountID>\<HybridWorkerGroupName>" -Force -Verbose
253-
```
251+
```powershell-interactive
252+
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\HybridRunbookWorker\<AutomationAccountID>\<HybridWorkerGroupName>" -Force -Verbose
253+
```
254254
1. Under **Process Automation**, select **Hybrid worker groups** and then your hybrid worker group to go to the **Hybrid Worker Group** page.
255255
1. Under **Hybrid worker group**, select **Hybrid Workers**.
256256
1. Select the checkbox next to the machine(s) you want to delete from the hybrid worker group.

articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,9 @@ New-AzConnectedMachineExtension -ResourceGroupName <VMResourceGroupName> -Locati
814814

815815
1. Open PowerShell session in Administrator mode and run the following command:
816816

817-
```powershell-interactive
817+
```powershell-interactive
818818
Remove-Item -Path "HKLM:\SOFTWARE\Microsoft\HybridRunbookWorker\<AutomationAccountID>\<HybridWorkerGroupName>" -Force -Verbose
819-
```
820-
819+
```
821820
1. Under **Process Automation**, select **Hybrid worker groups** and then your hybrid worker group to go to the **Hybrid Worker Group** page.
822821
1. Under **Hybrid worker group**, select **Hybrid Workers**.
823822
1. Select the checkbox next to the machine(s) you want to delete from the hybrid worker group.

0 commit comments

Comments
 (0)