before implementing such have you checked
http://blogs.technet.com/sbs/archive...ike-co-uk.aspx
which I think is picked up by the SBS BPA, so if it hasn't been run,,,
www.sbsbpa.com.
"Brian Cryer" <not.here@localhost> wrote in message
news:...
> "Paul" <> wrote in message
> news:5E8056FE-CA5F-4E7D-8A12-...
>> Hi I have SBS2008 as a virtualmachine running inside hyper-v.
>>
>> The problem is that the SBS2008 machine which controls the internet etc.
>> loses the ability to resolve secondary domain names i.e. .co.uk etc. and
>> the
>> result is that you need to restart the DHCP service within a day
>> following a
>> reboot.
>> This is fine except that because it is a virtualmachine and that it is
>> set
>> to be backed up each night via the hyperv PC the hyper-v pc
>> closes/pauses?
>> the SBS2008 machine and I am forced to do this operation every day.
>> I was hoping to get a script or task set up to say restart the DHCP
>> Service
>> at say 7.30am every morning.
>
> Copy the following into a .cmd file and I think it should work (but I've
> not tested it):
>
> net stop "DHCP Server"
> net start "DHCP Server"
>
> I think that's it. All it is doing is stopping the "DHCP Server" service
> and then starting it again. Once you are happy that this does what you
> want then you can add it to the task schedular.
>
> Hope this helps.
> --
> Brian Cryer
> www.cryer.co.uk/brian