I’m running a remote Windows Update task on about 100 computers. All using the same account (with administrative privileges).
On a few computers, I’m receiving the following error:
Windows Update: Error 1614: Failed to create remote working directory. Please check permissions on the target computer and verify your working directory path in Tools > Settings. HRESULT -2147024843: Path not found.
The account used has administrative privileges in those machines (confirmed).
I run a procmon on remote in a remote computer with this behavior, and try to run a “Check for Windows Update” task on BatchPatch (x91)
I see a lot of errors for process name ‘w3wp.exe’ (IIS) trying to access the folder “C:INETPUBWWWROOTC$PROGRAM FILESBATCHPATCH”, resulting in “PATH NOT FOUND ERROR”.
Anyone can help me?