08-24-2017 04:09 PM
Solved! Go to Solution.
02-06-2023 12:44 PM
For those that end up in this thread when searching for the error below, I've specified the exact solution you can apply. Note: the solution presumes all other deployment requirements are met.
Preliminary checks failed. Task Registering Error. The request is not supported. (Exception from HRESULT: 0x80070032)
On Windows 10.0+ machines (10, 11, 2019, 2022), execute the following PowerShell script as admin on your deployment targets if you're receiving the error above.
Set-NetFirewallRule -DisplayGroup "Remote Scheduled Tasks Management" -Enabled True
Depending on your deployment Run Mode, you may also receive a different error, with the same solution. Run mode SYSTEM results in:
Preliminary checks failed. Task Registering Error. The task has been configured with an unsupported combination of account settings and run time options. (Exception from HRESULT: 0x80041314)
01-31-2019 08:33 PM
JacobH wrote:
oh no! did you not run the testconnection.exe "connection tester" that Bruce B. suggested? I forgot to mention it as I assumed you most likely did... it would have told you that...
Scanning TCP ports..
135 open (EPMAP)
139 closed (NetBIOS Session Service)
445 closed (SMB)
Checking Task Scheduler
Task was successfully scheduled
Task ran successfully
Task Deleted
01-31-2019 08:13 PM
01-31-2019 08:24 PM
JacobH wrote:
hmm. without spending too much time... try this one?
Windows Firewall > 'Remote Scheduled Tasks Management'
01-31-2019 07:17 PM
01-31-2019 08:08 PM
JacobH wrote:
Sweet - look for the 'allow remote task scheduler' or something like that... I can't remember I'll have to google it if you can't find it... its related to task scheduler though.
Once you find it, post what it is here?
01-31-2019 06:43 PM
01-31-2019 07:14 PM
JacobH wrote:
Throwing it out there... could be a lot of things (I don't use deployment anymore)
Is the task scheduler service running on these machines (you can look it up in lansweeper)...?
Is there a firewall running on the windows 10 boxes?
Were these windows 10 machines imaged from a single source image?
Do you have any that work for windows 10 - compare build numbers?
Are these desktops, laptops, both?
Does the account have 'Log on as Batch' permissions? Local Policies->User Rights Assignment. In the list of Policies right-click on Log on as batch job and select Properties. Click Add User or Group… and add the user that needs to run
01-31-2019 06:01 PM
11-26-2018 05:36 PM
08-28-2017 11:30 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now