This will quit the logon script for ANY type of Microsoft Server
 

Code:
Dim $IsServer
$IsServer = ReadValue('HKLM\SYSTEM\CurrentControlSet\Control\ProductOptions', 'ProductType')
If $IsServer<>'WinNT'
Quit 10
EndIf