Re: OSD Image Install CD with Static IP
- From: Johan Arwidmark <anonymous@xxxxxxxxxxxxxx>
- Date: Fri, 14 Jul 2006 21:18:46 +0200
Yes it is...
You can set ip, sub and default gateway via winbom.ini (but not dns)
dns can be set wih a simple vbscript (requires winpe 2005)
sample winbom.ini
[Factory]
WinBOMType=WinPE
Reseal=No
[WinPE]
Quiet=Yes
Restart=No
[WinPE.Net
StartNet = Yes
IPConfig = 192.168.16.250
Gateway = 192.168.16.2
Subnetmask = 255.255.255.0
[PnPDriverUpdate]
[PnPDrivers]
[NetCards]
[UpdateInis]
[FactoryRunOnce]
[Branding]
[AppPreInstall]
Sample script: setdns.vbs
On Error Resume Next
strComputer = "."
strDNSHostName = "client1"
strDNSDomain = "tslab.net"
arrDNSServerSearchOrder = Array("192.168.16.2", "192.168.16.3")
arrDNSDomainSuffixSearchOrder = Array("tslab.net")
Set objWMIService =
GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer
& "\root\cimv2")
Set objNicConf =
objWMIService.Get("Win32_NetworkAdapterConfiguration")
intEnableDNS = objNicConf.EnableDNS(strDNSHostName, strDNSDomain,
arrDNSServerSearchOrder, arrDNSDomainSuffixSearchOrder)
Note: some lines may have been wrapped by the newsreader
regards
Johan Arwidmark
Microsoft MVP - Setup/Deployment
On 14 Jul 2006 10:47:30 -0700, jcaswell@xxxxxxxxx wrote:
Is there any way that I can boot a client up using the OSD Image CD,
and then assign a static IP address before attempting to connect to the
SMS DP? We have a some systems on a network where there is no DHCP
server and all clients have static IP's.
.
- Follow-Ups:
- Re: OSD Image Install CD with Static IP
- From: jcaswell
- Re: OSD Image Install CD with Static IP
- References:
- OSD Image Install CD with Static IP
- From: jcaswell
- OSD Image Install CD with Static IP
- Prev by Date: Preserve MININT
- Next by Date: Re: Preserve MININT
- Previous by thread: OSD Image Install CD with Static IP
- Next by thread: Re: OSD Image Install CD with Static IP
- Index(es):
Relevant Pages
|
Loading