ok....

I'm going to use soon.exe to schedule the remote job
the remote job will be this kix script:
code:
$=setconsole("minimize")
if not %phonenumber%
$ans=0
while val($ans)<100 or val($ans)>250
$ans = xlsInputBox("Please enter your Phone extension number."+@crlf+"Only enter numbers, Example: 160","Collect Phone Extension")
loop
setm "PhoneNumber=(xxx) 345-7520 x$ans"
endif

and I will use WMIQuery("name","Win32_Environment",$remotepc,"name","PhoneNumber") to push script and/or update AD...
_________________________
How to ask questions the smart way <-----------> Before you ask