
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2017 04:09 PM
Preliminary checks failed. Task Registering Error. The request is not supported. (Exception from HRESULT: 0x80070032) Credential:(Correct user) Share:(correct Share)
I have noticed Win10 is very different out of the box than Win7 but am hoping for a bit of help clearing this up.
Solved! Go to Solution.
- Labels:
-
General Discussion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2019 12:58 PM
Pity that Deployment requirements does not mention it at all!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 01:27 AM
https://www.lansweeper.com/forum/yaf_postst16033_Need-to-Enable-RemoteAdmin-Locally-Despite-Already-Enabled.aspx#post54005

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 12:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2019 06:56 PM
I've had some VMs that were acting very dodgy (think on W10 1709), passing a connection test one time and two second later failing on random things. Running the service with my admin credentials fixed it (so did updating to 1809).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 02:44 PM
It's a test of google-fu unless someone else has run into the specific issue on these or other push deployment applications forums.
Do keep us posted if you figure it out - you have me curious now, and it might come in handy if i ever use deployment again (I do sometimes for emergency, super-targeted stuff like vulnerable HP sound card driver fixes, and audit requests where I pipe scripts to files on a network share, etc.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2019 11:48 AM
I recently discovered that firewall rule, enabled it and seems to be a fix for me. What is strange though is that on the Windows 10 machines where deployments were already working, I've checked some and that rule is not enabled. Yet the deployments were working! So it's a bit hit and miss but at least we've got a possible solution for the individual ones that fail.
The majority of windows 10 machines for us are fine, it's a minority that are failing. But nothing obvious linking them, like build number etc.
The TestConnection.exe, I had already tried that (from the server) and like MGuzak, everything passed. The tasks are created, they just don't start.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2019 09:15 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2019 08:31 PM
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
