Windows error 0x80240037, -2145124297

Detailed Error Information

WU_E_NOT_SUPPORTED[1]

MessageThe functionality for the operation is not supported.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code55 (0x0037)

Questions

15votes
2answers

Windows Update 800F0922

I have a Windows Azure VM running Windows Server 2012 R2 that hasn't been able to install updates since April 2016. The "View update history" screen in the Control Panel lists hundreds of successive failures from constant attempts to install the updates on every machine restart. The Details window for [...] read more
windows-server-2012-r2
windows-update
3votes
2answers

Upgrading from Powershell 2.0 to Powershell 5.1

I'm stuck trying to upgrade from PS 2 to PS 5.1. I've been advised to download the WMF 5.1 to do this. I've run the pre-req script without issue. When the installer then runs, I get error code 0x80240037 (hardware not supported). I have colleagues here with the same hardware [...] read more
windows-7
powershell
2votes
2answers

Error when setting Windows Updates preferences from PowerShell

I tried following the suggestion here(How do I set Windows Update to never check for updates with PowerShell?), and it's very straight forward. Everything seems to be working until I get to the part where I need to actually change the NotificationLevel value. I get the following error: Exception setting [...] read more
windows
powershell
2votes
2answers

WSUS Content folder not retaining updates

I have been scratching my head now for a while over this issue and anything I do will not solve the problem The Problem: > WSUS' "WSUSContent" folder is self-deleting updates and reducing the overall > size to <5GB. The original size was over 300GB. Where have the updates gone? [...] read more
windows-server-2012
wsus
1vote
0answers

SCCM Software Update Installation Issue

I've deployed a group of Windows updates to a collection which has no maintenance window and it's works correcty and all devices are comliant excep one who do not getting the updates and showing "Client check passed/Active" state. I've tried to stop wuauserv service and delete "SoftwareDistribution" floder but it [...] read more
sccm
sccm-2012
sccm-2012-r2
sccm-2007
1vote
1answer

Server 2012 R2 stuck checking for updates from WSUS server

I have a 2012 R2 WSUS server, and many 2012 R2 clients. One of my servers only, completed installing a batch of updates, and now upon every check for updates, it gets stuck "Checking for updates". The last entry in the WindowsUpdate.log file is as below: 2016-12-14 16:13:46:201 732 5b0 [...] read more
windows-server-2012-r2
update
wsus
windows-update
0votes
0answers

Powershell, enable windows update error

I'm trying to configure windows update with the Microsoft.Update.AutoUpdate COM object with Powershell v4, on a Windows 2008 r2. I'm however running into a little trouble. When trying to set the NotificationLevel, I'm getting the following error (Note running with elevated permissions). $WUSettings = (New-Object -com "Microsoft.Update.AutoUpdate").Settings $WUSettings.NotificationLevel=4 $WUSettings.save() Output: [...] read more
powershell
windows-update
0votes
0answers

WSUS clients on remote site do not see any update

I've got a WSUS 3SP2 with all patchs on Windows 2008 R2. It updates all servers. all works but servers 2012R2 on a remote site. All others Win2012R2 on other sites works. In the site which have issue, there's only 3 2012R2 servers. There are seen by WSUS console, and [...] read more
wsus
0votes
1answer

I see my clients in AD but not in WSUS

I set up a WSUS but dont see any clients in the Unassigned Computers group. I can find my clients in the ADAC, when I select myWSUS (local) > computers. My group policy management got a domain myWSUS.local but I dont see the groups here, is this maybe the problem? [...] read more
active-directory
windows-server-2012
group-policy
groups
windows-service

Comments

Leave a comment

(plain text only)

Sources

  1. wuerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0