I am using netset.exe in a syspreped Windowss 2000 SP4 image. I currently have the config file set to:
-----------------------------------------------------------
[Networking]
[NetAdapters]
Adapter01=Params.Adapter01
[Params.Adapter01]
InfID=*
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder= stuff here, stuff here, stuff here, stuff here, stuff here
EnableLMHosts=No
[params.TCPIP.Adapter01]
SpecificTo=adapter01
DNSDomain=Our.Domain
DNSServerSearchOrder=10.10.1.5
DHCP=no
IPAddress=999.999.999.999
SubnetMask=255.0.0.0
DefaultGateway=999.999.999.999
[NetServices]
MS_Server=params.MS_Server
[Params.MS_Server]
optimization=balance
[NetClients]
MS_MSClient=Params.MS_MSClient
[Params.MS_MSClient]
-----------------------------------------------------------
I want to enable Wake on LAN via this script, does anyone know how to do this?
Thanks
-----------------------------------------------------------
[Networking]
[NetAdapters]
Adapter01=Params.Adapter01
[Params.Adapter01]
InfID=*
[NetProtocols]
MS_TCPIP=Params.MS_TCPIP
[Params.MS_TCPIP]
AdapterSections=params.TCPIP.Adapter01
DNS=yes
DNSSuffixSearchOrder= stuff here, stuff here, stuff here, stuff here, stuff here
EnableLMHosts=No
[params.TCPIP.Adapter01]
SpecificTo=adapter01
DNSDomain=Our.Domain
DNSServerSearchOrder=10.10.1.5
DHCP=no
IPAddress=999.999.999.999
SubnetMask=255.0.0.0
DefaultGateway=999.999.999.999
[NetServices]
MS_Server=params.MS_Server
[Params.MS_Server]
optimization=balance
[NetClients]
MS_MSClient=Params.MS_MSClient
[Params.MS_MSClient]
-----------------------------------------------------------
I want to enable Wake on LAN via this script, does anyone know how to do this?
Thanks