Try this. If it does not work because ADSI is not there, you can DL it from the link in my previous post.
code:
$computer = GetObject("WinNT://@wksta,computer")
$service1 = $computer.GetObject("Service", "iisadmin")
$service2 = $computer.GetObject("Service", "w3svc")
$service2.Stop
$service1.Stop
$service1.Start
$service2.Start

_________________________
Home page: http://www.kixhelp.com/hb/