I accidentally deleted the user's computer that was sent by wsus for updates, and failed to report for the update. Is there a way to report for the update again on the server client?

ALANYANG 1 Reputation point
2020-11-19T06:45:54.867+00:00

The client side is Windows Server 2016, and an error message appears in his windowsupdatelog as follows:

Windows Update logs are now generated using ETW (Event Tracing for Windows).

Please run the Get-WindowsUpdateLog PowerShell command to convert ETW traces into a readable WindowsUpdate.log.

For more information, please visit http://go.microsoft.com/fwlink/?LinkId=5183452020-11-19 10:37:13:914 3708 2cb8 Misc =========== Logging initialized (build: 7.4.7600.226, tz: +0800) ===========

2020-11-19 10:37:13:914 3708 2cb8 Misc = Process: d:\dcd5ae639fe195333362961397\wusetup.exe

2020-11-19 10:37:13:836 3708 2cb8 Setup Windows Update Client standalone setup : resource dll path is d:\dcd5ae639fe195333362961397\zhTW\wusetup.exe.mui

2020-11-19 10:37:13:929 3708 2cb8 Setup Evaluating CBS package "d:\dcd5ae639fe195333362961397\WUClient-SelfUpdate-Core-TopLevel.cab"

2020-11-19 10:37:14:445 3708 2cb8 Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:37:14:445 3708 2cb8 Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:37:14:445 3708 2cb8 Setup Evaluating CBS package "d:\dcd5ae639fe195333362961397\WUClient-SelfUpdate-ActiveX.cab"

2020-11-19 10:37:14:461 3708 2cb8 Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:37:14:461 3708 2cb8 Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:37:14:461 3708 2cb8 Setup Evaluating CBS package "d:\dcd5ae639fe195333362961397\WUClient-SelfUpdate-Aux-TopLevel.cab"

2020-11-19 10:37:14:570 3708 2cb8 Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:37:14:570 3708 2cb8 Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:37:31:039 3708 2cb8 Setup wusetup has finished. Exit code is 307. Reboot is NOT needed

2020-11-19 10:42:28:055 6448 2c6c Misc =========== Logging initialized (build: 7.4.7600.226, tz: +0800) ===========

2020-11-19 10:42:28:055 6448 2c6c Misc = Process: d:\fd719e56a7334910f647e0bf46f9\wusetup.exe

2020-11-19 10:42:27:962 6448 2c6c Setup Windows Update Client standalone setup : resource dll path is d:\fd719e56a7334910f647e0bf46f9\zhTW\wusetup.exe.mui

2020-11-19 10:42:28:055 6448 2c6c Setup Evaluating CBS package "d:\fd719e56a7334910f647e0bf46f9\WUClient-SelfUpdate-Core-TopLevel.cab"

2020-11-19 10:42:28:337 6448 2c6c Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:42:28:337 6448 2c6c Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:42:28:337 6448 2c6c Setup Evaluating CBS package "d:\fd719e56a7334910f647e0bf46f9\WUClient-SelfUpdate-ActiveX.cab"

2020-11-19 10:42:28:352 6448 2c6c Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:42:28:352 6448 2c6c Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:42:28:352 6448 2c6c Setup Evaluating CBS package "d:\fd719e56a7334910f647e0bf46f9\WUClient-SelfUpdate-Aux-TopLevel.cab"

2020-11-19 10:42:28:399 6448 2c6c Handler FATAL: UH: 0x80070307: CreatePackage failed in CCbs::CreatePackage

2020-11-19 10:42:28:399 6448 2c6c Setup WARNING: Failed to evaluate applicability, will try to install anyway, error = 0x80070307

2020-11-19 10:42:30:477 6448 2c6c Setup wusetup has finished. Exit code is 307. Reboot is NOT needed

Windows Server Setup
Windows Server Setup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
243 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Teemo Tang 11,366 Reputation points
    2020-11-20T02:25:11.49+00:00

    Check the is blog foe help.
    Accidentally deleted WSUS Computer/Computer Group from WSUSAdmin Console
    https://blogs.msmvps.com/athif/2005/09/26/accidentally-deleted-wsus-computercomputer-group-from-wsusadmin-console/
    Besides, if the settings on the client-side is not changed, then, you don't need to worry about that, the clients will show up in the WSUS console automatically later.
    If some of them not show up, then, reset SUSClientID of the affected clients:
    1). In cmd, net stop wuauserv
    2). Delete the value in registry key " SusClientId " and "SusClientIDValidation" locates in:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate
    3). In cmd, net start wuauserv
    wuauclt.exe /resetauthorization /detectnow

    -------------------------------------------------------------------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments