Endodave,

Here is some code that may help exclude the one computer from this script. Change it as needed...

 Code:
$COMPUTERNAME=@HOSTNAME

IF $COMPUTERNAME="BURRITO" OR $COMPUTERNAME="BURRITO.DOMAIN.DOM"
	$MSINTERNETEXPLORERSPSTATUS="VALID"
ENDIF