This method will bypass EVERY server type.

Code:

Dim $SRVR
$SRVR = ReadValue('HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions','ProductType')
If $SRVR<>'WinNT'
;Use the Exit to bypass functions or Quit to end the entire script.
Exit 10
EndIF