Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
 All Forums
 HALP! Questions on Windows and Windows Server
 Deployment: Windows and apps
 MDT ZTIWindowsUpdate

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Note: please do not cross-post.
Cross-postings will be deleted and ignored.
Thanks for helping to keep this forum junk-free!
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Stephen.ampe Posted - 02/28/2012 : 09:57:48 AM
Hello,

I get the following error after deploying a windows 7 pc
I want the updates installed from my wsus server during the process.

FAILURE (Err): -2147012866 0x80072EFE: Windows Update, search for updates. - ZTI ERROR - Non-zero return code by ZTIWindowsUpdate RC = 1

Can anyone help me resolve this issue?
10   L A T E S T    R E P L I E S    (Newest First)
Stephen.ampe Posted - 03/06/2012 : 09:59:54 AM
I got it to work.
Don't realy know how.
I think there was something wrong with the ZTIWindowsUpdate.wsf i restored the original file and it worked.

thanks for the effort Johan!
arwidmark Posted - 03/06/2012 : 07:50:52 AM
Can you post the real lines from ZTIGather.log? If you don't want to post publicly, email the logfile to me (alias = lastname and I'm using gmail)

/ Johan
Stephen.ampe Posted - 03/06/2012 : 04:06:32 AM
In the log I can see that the property for the WSUSServer is correct.
What else should I be looking for?
arwidmark Posted - 03/05/2012 : 8:15:41 PM
On the client, and depending on when you look for it, its in different locations. In a completed deployment the logs are in C:\Windows\Temp\DeploymentLogs.

/ Johan
Stephen.ampe Posted - 03/05/2012 : 08:59:21 AM
Where can I find the ZTIGather.log file? the client is connected to the company network.
So it should have access to the internet, mdt is able to initialize the windows update client.

2012-03-05 14:22:34:376 880 394 Agent *********** Agent: Initializing Windows Update Agent ***********
2012-03-05 14:22:34:376 880 394 Agent *********** Agent: Initializing global settings cache ***********
2012-03-05 14:22:34:376 880 394 Agent * WSUS server: <NULL>
2012-03-05 14:22:34:376 880 394 Agent * WSUS status server: <NULL>
2012-03-05 14:22:34:376 880 394 Agent * Target group: (Unassigned Computers)
2012-03-05 14:22:34:376 880 394 Agent * Windows Update access disabled: No

I see # AU is not configured yet in the log.

could this have anything to do with it?

arwidmark Posted - 02/29/2012 : 7:44:17 PM
What value is WSUSServer set to if you look in the ZTIGather.log file? Does the client have internet access? (to download the windows update agent, wuredist.cab and muauth.cab files).

What does the windowsupdate.log file say?

/ Johan
Stephen.ampe Posted - 02/29/2012 : 05:35:57 AM
I have changed the customsettings.ini
still no luck...
error has changed to:

ZTI ERROR - unhandled error returned by ZTIWindowsupdate: ongeldig hoofd in registersleutel
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdateTargetgroupenabled. (-2147024893 0x80070003)

The updatelog shows that the search for updates is where it goes wrong. could something be preventing this?

S
arwidmark Posted - 02/28/2012 : 11:06:26 AM
Remove the [WSUSSERVER] section, it's never called in the Priority values. It should look like this:

[Settings]
Priority=Default

[Default]
_SMSTSOrgName="****"
TaskSquenceID=0001 // i'm using 0002 though
BuildID=0001
WipeDisk=TRUE{
OSInstall=Y

SkipBDDWelcome=YES
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipPackageDisplay=YES
SkipSummary=YES
SkipProductKey=YES
SkipUserData=YES
UserDataLocation=NONE
SkipComputerName=NO
SkipDomainMembership=YES
SkipTimeZone=YES
SkipTaskSequence=NO
SkipLocaleSelection=YES

JoinDomain="****"
DomainAdmin="****"
DomainAdminPassword="****"
DomainAdminDomain="****"
DomainErrorRecovery=MANUAL
TimeZone=105
TimeZoneName=Romance Standard Time
UserLocale=nl-BE
InputLocale=0813:00000813
KeyboardLocale=0813:00000813
DeploymentType=NEWCOMPUTER
WSUSServer=http://"mywsusserver"


/ Johan
Stephen.ampe Posted - 02/28/2012 : 10:34:42 AM
J,

in the log i can see the windowsupdate request failing over and over again.
At the start of the log i also noticed wsus server: <NULL>
So it is unable to connect to it or it is not defined?

this is the customsettings.ini


[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
_SMSTSOrgName="****"
TaskSquenceID=0001 // i'm using 0002 though
BuildID=0001
WipeDisk=TRUE{
OSInstall=Y

SkipBDDWelcome=YES
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipPackageDisplay=YES
SkipSummary=YES
SkipProductKey=YES
SkipUserData=YES
UserDataLocation=NONE
SkipComputerName=NO
SkipDomainMembership=YES
SkipTimeZone=YES
SkipTaskSequence=NO
SkipLocaleSelection=YES

JoinDomain="****"
DomainAdmin="****"
DomainAdminPassword="****"
DomainAdminDomain="****"
DomainErrorRecovery=MANUAL
TimeZone=105
TimeZoneName=Romance Standard Time
UserLocale=nl-BE
InputLocale=0813:00000813
KeyboardLocale=0813:00000813
DeploymentType=NEWCOMPUTER

[WSUSSERVER]
WSUSServer=http://"mywsusserver"
arwidmark Posted - 02/28/2012 : 10:14:16 AM
Please post your customsettimgs.ini file. You can also review the WindowsUdpate.log for more information.

/ Johan

Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.11 seconds. Snitz Forums 2000