Admin scripts run under a (domain) administrative context on an administrators computer and remotely access other computers, e.g.
code:
$comps=netview2()
for each $comp in $comps
$rc=writevalue('\\'+$comp+'\HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU,'RescheduleWaitTime',15,'REG_DWORD')
next

_________________________
There are two types of vessels, submarines and targets.