Interesting, but yes we do see 1332 errors for shorter group names as is the case in the following snippet:

code:
 If InGroup ("CorpExchangeUsers") = 1
Call $Netlogon + "ProfMod.exe >nul"
$Status = " OK "
Else
$Status = " N/A "
EndIf