updates from standalone WSUS
Hi, I want to connect client into standalone WSUS server during build and capture task sequence. I did this: 1. use MDT package which was created during MDT integration 2. create package with only customsettings.ini with [Settings] WSUSServer=http://172.16.44.101:8530 3. add these steps into build and capture task sequence (after step setup windows and configmgr) - Use Toolkit Package (select MDT package) - Gather (select package with customsettings.ini and setup rules file: customsettings.ini) - run command line ("cscript.exe %SCRIPTROOT%\ZTIWindowsUpdate.wsf") it stops on Gather step with this message: The task sequence execution engine failed executing the action (Gather) in the group (Build the Reference Machine) with the error code 1 Action output: uest for "\\eesk-server-01.eltek.local\SMSPKGD$\NO100053" No credentials available for connecting to "\\eesk-server-01.eltek.local\SMSPKGD$\NO100053". See whether the share has already been connected. Connecting to "\\eesk-server-01.eltek.local\SMSPKGD$\NO100053" Successfully connected to "\\eesk-server-01.eltek.local\SMSPKGD$\NO100053" Resolved source to '\\eesk-server-01.eltek.local\SMSPKGD$\NO100053' Command line for extension .exe is "%1" %* Set command line: Run command line Working dir '\\eesk-server-01.eltek.local\SMSPKGD$\NO100053' Executing command line: Run command line Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. Process completed with exit code 1 Command line returned 1Entering ReleaseSource() for \\eesk-server-01.eltek.local\SMSPKGD$\NO100053reference count 1 for the source \\eesk-server-01.eltek.local\SMSPKGD$\NO100053\ before releasing Released the resolved source \\eesk-server-01.eltek.local\SMSPKGD$\NO100053\. The operating system reported error 1: Incorrect function. If I use only MDT package and then commandline with "cscript.exe %SCRIPTROOT%\ZTIWindowsUpdate.wsf" it works fine but I am not able to specify wsus server and it downloading updates from Internet Thanks and regards, MK
April 7th, 2011 5:51am

If I remeber correct, you cant use the IP address to specify the WSUSServer. You need to use the FQDN (and the port number). But I always use the Software Update Point, so I'm not sure if this will have any effect when you are using a standard WSUS Server. Ronni Pedersen | Configuration Manager MVP | Blog: http://ronnipedersen.com/ | Twitter @ronnipedersen
Free Windows Admin Tool Kit Click here and download it now
April 7th, 2011 6:25am

it didn't help there is something wrong with the gather step when I disable this step in task sequence everything is fine but the updates are downloaded from internet.
April 7th, 2011 7:55am

found the problem everything was OK except MDT package (old version, win7 unsupported image) found problem via: cscript.exe ZTIGather.wsf /debug:true /debugcapture running from commandline
Free Windows Admin Tool Kit Click here and download it now
April 7th, 2011 10:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics