Jump to content

user cant logon to domain after using autologon feature


Recommended Posts


Well newsid supports batch scripting, so there's a start. Then you can modify your boot process by changing the default logins and calling runonce scripts. Not sure how to join a computer to the domain using a script tho.

the newsid support batch scripting? example?

thanks

Link to comment
Share on other sites

You need to do a registry import that puts in that the EULA was accepted for the SID Changer, or else it won't be unattended. You can info on how to do that on MS or technet forums, which was where I found it. Here is a line from one of my batch files:

newsid /a /n

http://technet.microsoft.com/en-us/sysinte...s/bb897418.aspx

Link to comment
Share on other sites

Further to the point, why are you using a DVD when you are on a domain, why not use RIS, WDS or ALTIRIS even?

Just curious...

probably because im a newbie at this and not familiar with those three. can you give me any more info on WDS or ALTRIS?

Link to comment
Share on other sites

Further to the point, why are you using a DVD when you are on a domain, why not use RIS, WDS or ALTIRIS even?

Just curious...

probably because im a newbie at this and not familiar with those three. can you give me any more info on WDS or ALTRIS?

WDS = Windows Deployment Services. There are a multitude of topics in this, the Vista and WinPE sections of this forum. Check the stickies. WDS goes hand in hand with WAIK or OPKT.

Altiris (imo) is the greatest software invention to ever grace a corporate network. Unlike WDS, it isn't free (or free with your purchased Server license) but it is the most robust client management program I have ever used. I was very fond of it before it was purchased by Symantec, but afaik they haven't destroyed it.

http://www.altiris.com/

Link to comment
Share on other sites

see the beginning of this thread

So what you have listed in the first post is all the winnt.sif has?

There has to be something else going on that you need to use that sid program for all your new installs...

that is what i have in that section of the winnt.sif. if you'd like, i can post the whole winnt.sif?

Link to comment
Share on other sites

Yes, please post the whole sif file minus passwords and product keys.

; Generated by nLite 1.4.5 mod by FB

[Data]

AutomaticUpdates="Yes"

Autopartition=0

UnattendedInstall="Yes"

MsDosInitiated=No

[unattended]

UnattendMode=FullUnattended

UnattendSwitch="Yes"

OemSkipEula="Yes"

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

Repartition=Yes

OemPreinstall=Yes

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

[Display]

Xresolution=1024

Yresolution=768

BitsPerPel=32

[systemRestore]

MaximumDataStorePercentOfDisk=10

[GuiUnattended]

EncryptedAdminPassword="No"

AutoLogon="Yes"

AutologonCount=1

AdminPassword="..........."

TimeZone=035

OEMSkipRegional=1

OemSkipWelcome=1

[shell]

CustomDefaultThemeFile="%WinDir%\Resources\Themes\Luna.theme"

[Components]

[userData]

ProductKey="........................."

ComputerName=TEST

FullName="immu"

OrgName="........... Inc"

[RegionalSettings]

LanguageGroup=1

Language= "0409"

[Networking]

InstallDefaultComponents="No"

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

MS_PSched=params.MS_PSched

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

AdapterSections=params.MS_TCPIP.Adapter1

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

IPAddress=192.168.0.1

DHCP="No"

SubnetMask=255.255.255.0

WINS="No"

NetBIOSOptions=0

[params.MS_NWIPX.Adapter1]

SpecificTo=Adapter1

NetworkNumber=00000000

PktType=0xFF

[identification]

DomainAdmin=administrator

DomainAdminPassword="............"

JoinDomain=".............."

[GuiRunOnce]

;

; Edited by DriverPacks BASE 8.05

; http://www.driverpacks.net/

;

command9="%SystemDrive%\DPsFnshr.exe"

command0="%SystemDrive%\install\install.cmd"

"regedit /s %SystemDrive%\install\legal.reg"

;

"regedit /s %SystemDrive%\install\wall.reg"

Link to comment
Share on other sites

From what I can see in this file, all newly setup PC's join the domain with the same computer name of TEST?

At what point do you rename the PC?

yes, that is a problem. i cant get that naming part automated. so i take the com puter off the domain, put in workgroup, rename computer and sid with newsid, reboot,. put the computer back on domain

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...