Don't know if this has been done yet..But if you write to this value in the Registry, you do not have to go through the Internet Explorer Setup Wizard. No IEAK needed, if your users are on LAN/WAN. 
If you want to get PSGETSID - http://sysinternals.com/ntw2k/freeware/psgetsid.shtml
Check it out (untested with PSGETSID).
code:
$sid = SHELL"psgetsid \\@WKSTA -u @USERID"$RC = WriteValue("HKEY_USERS\"+$sid+"\Software\Microsoft\Internet Connection Wizard","Completed","01,00,00,00","REG_BINARY")
If using KIX 4.00 or 3.63 with AD Support, you should be able to simply do -
code:
$RC = WriteValue("HKEY_USERS\@SID\Software\Microsoft\Internet Connection Wizard","Completed","01,00,00,00","REG_BINARY")
What do you think?
- Kent
[ 11 August 2001: Message edited by: kdyer ]
[ 13 August 2001: Message edited by: kdyer ]
[ 13 August 2001: Message edited by: kdyer ]