Hello All,
I am trying to resolve issue with two servers which was migrated from physical one to Vm hyper-v. Everything looks fine with except of windows update s. Every time when I ran windows update I am getting error: "CODE 80072EE2 Windows update encountered an unknown problem". I was perfectly sure that this is problem with connection to windows update service. Both servers are in Workgroup and both of them don't have any configuration in local group policy I mean option for "Specify intranet Microsoft Update service location" is set as not configured. However when I look into windowsupdate.log then I see that server is trying to connect to some old WSUS server I suppose was used when server was located in old environment and now don't have connection to:
########### AU: Initializing Automatic Updates ###########
# WSUS server: http://wsus.xx.nl
# Detection frequency: 22
# Approval type: Scheduled (User preference)
# Scheduled install day/time: Every day at 3:00
# Auto-install minor updates: No (Policy)
# Power management is turned off through policy
Setting AU scheduled install time to 2013-01-27 02:00:00
*********** Report: Initializing static reporting data ***********
* OS Version = 6.1.7601.1.0.196880
* OS Product Type = 0x00000007
* Computer Brand = Microsoft Corporation
* Computer Model = Virtual Machine
* Bios Revision = 090004
* Bios Name = BIOS Date: 03/19/09 22:51:32 Ver: 09.00.04
* Bios Release Date = 2009-03-19T00:00:00
* Locale ID = 1043
Successfully wrote event for AU health state:0
Initializing featured updates
Found 0 cached featured updates
Successfully wrote event for AU health state:0
Successfully wrote event for AU health state:0
AU finished delayed initialization
Triggering AU detection through DetectNow API
Triggering Online detection (interactive)
#############
## START ## AU: Search for updates
#########
<<## SUBMITTED ## AU: Search for updates [CallId = {2C9DC788-A807-4708-AFFD-EC03D834795E}]
WARNING: Send failed with hr = 80072ee2.
WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
WARNING: PTError: 0x8024000b
WARNING: GetConfig_WithRecovery failed: 0x8024000b
WARNING: RefreshConfig failed: 0x8024000b
WARNING: RefreshPTState failed: 0x8024000b
WARNING: PTError: 0x8024000b
WARNING: Reporter failed to upload events with hr = 8024000b.
###################################
WSUS is somehow set on the system but I have no idea where is it.
Help, please