Need help w/sysprep 2.0 and auto-joining of domain
Results 1 to 3 of 3

Thread: Need help w/sysprep 2.0 and auto-joining of domain

  1. #1
    Registered User Raven's Avatar
    Join Date
    Nov 2000
    Location
    Indianapolis, IN - United States
    Posts
    327

    Need help w/sysprep 2.0 and auto-joining of domain

    Need help w/sysprep 2.0 and auto-joining of domain

    SYSPREP.INF file is below:

    ;SetupMgrTag
    [Unattended]
    OemSkipEula=Yes
    InstallFilesPath=C:\sysprep\i386
    [GuiUnattended]
    AdminPassword="xxxxxxxx"
    OEMSkipRegional=1
    TimeZone=40
    OemSkipWelcome=1
    EncryptedAdminPassword=NO
    [UserData]
    FullName="ATA Airlines Inc"
    OrgName="ATA Airlines Inc"
    ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    [TapiLocation]
    AreaCode=317
    LongDistanceAccess="317"
    CountryCode=1
    [Identification]
    JoinDomain="domainname"
    DomainAdmin="domain\username"
    DomainAdminPassword="password"
    [Networking]
    InstallDefaultComponents=Yes

    When I run sysprep, I use the Mini-Setup and Pre-Activated check boxes and then click Reseal.

    After I reboot the pc, the PC comes up to the box where I would put my computer name in. When supplied, it sits there until it times out and then asks me if I would like to join a domain later. I say join a domain later and then it finishes processing. After pc reboots, i can log in locally and join the domain with the exact account i am using in my sysprep.inf file..

    Any ideas...

    Thanks,
    Raven
    Raven

    Quote:
    --------
    "Dont whiz on the electric fence"
    - Ren & Stimpy.

  2. #2
    Registered User Cave_Dweller's Avatar
    Join Date
    Mar 2001
    Location
    Pennsylvania
    Posts
    355
    Raven,

    When setup stops to prompt you for a name, can you ping the PC? I'm wondering if the NIC isn't happy until after the reboot.

    If you can ping the machine, edit this and give it a try. It's similar to the one I use at work, except that we don't include the admin credentials because I was only able to get it to work if the password was not encrypted. This was created using "setupmgr.exe".

    ;SetupMgrTag
    [GuiUnattended]
    AdminPassword="Password"
    EncryptedAdminPassword=NO
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    OEMDuplicatorstring="Image Name"
    TimeZone=35

    [UserData]
    FullName="XXXXXXXXXXXXX"
    OrgName="XXXXXXXXXXXXX"
    ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    [TapiLocation]
    CountryCode=1
    Dialing=Tone
    AreaCode=111
    LongDistanceAccess="9"

    [Identification]
    JoinDomain=XXXX_domain
    DomainAdmin=Administrator
    DomainAdminPassword=domainpwd

    [Networking]
    InstallDefaultComponents=Yes

    [Unattended]
    TargetPath=\WINDOWS

    [Branding]
    BrandIEUsingUnattended=Yes

    [Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=0
    Never argue with an idiot. They drag you down to their level, then beat you with experience

  3. #3
    Registered User Raven's Avatar
    Join Date
    Nov 2000
    Location
    Indianapolis, IN - United States
    Posts
    327
    ok -- this is resolved...it was an issue with Novell equal to or greater than version 4.83 SP2...in these versions UNC Path Filtering is enabled...you MUST disable this before you can sysprep...

    Raven
    Raven

    Quote:
    --------
    "Dont whiz on the electric fence"
    - Ren & Stimpy.

Similar Threads

  1. [RESOLVED] auto logon to domain?
    By cminnick in forum Windows NT/2000
    Replies: 2
    Last Post: March 1st, 2001, 10:33 AM
  2. [RESOLVED] Auto Logout from from NT Domain
    By mascaren in forum Tech-To-Tech
    Replies: 0
    Last Post: March 20th, 2000, 02:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •