Skip to content

Commit bdccf7d

Browse files
authored
Merge pull request #124220 from michaelmsonne/patch-4
Update extension-based-hybrid-runbook-worker.md
2 parents 4e686b1 + b488292 commit bdccf7d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/automation/troubleshoot/extension-based-hybrid-runbook-worker.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,25 @@ Jobs fail and go into a suspended state on the Hybrid Runbook Worker. The Micros
8383
When a system has UAC/LUA in place, permissions must be granted directly and not through any group membership and when user has to elevate permissions, the jobs begin to fail.
8484
8585
#### Resolution
86-
For Custom user on the Hybrid Runbook Worker, update the permissions in the following folders:
86+
For Custom user on the Hybrid Runbook Worker, update the permissions in the following folders and registry:
8787
88-
| Folder |Permissions |
88+
| Folder | Permissions |
8989
|--- | --- |
9090
| `C:\ProgramData\AzureConnectedMachineAgent\Tokens` | Read |
9191
| `C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows` | Read and Execute |
9292
93+
| Registry | Permissions |
94+
|--- | --- |
95+
| `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog` | Read |
96+
| `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2\Parameters` | Full access |
97+
| `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wbem\CIMOM` | Full access |
98+
| `HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SystemCertificates\Root` | Full access |
99+
| `HKEY_LOCAL_MACHINE\Software\Microsoft\SystemCertificates` | Full access |
100+
| `HKEY_LOCAL_MACHINE\Software\Microsoft\EnterpriseCertificates` | Full access |
101+
| `HKEY_LOCAL_MACHINE\software\Microsoft\HybridRunbookWorker` | Full access |
102+
| `HKEY_LOCAL_MACHINE\software\Microsoft\HybridRunbookWorkerV2` | Full access |
103+
| `HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\SystemCertificates\Disallowed` | Full access |
104+
| `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\PnpLockdownFiles` | Full access |
93105
94106
### Scenario: Job failed to start as the Hybrid Worker wasn't available when the scheduled job started
95107

0 commit comments

Comments
 (0)