I am trying to write a Kix script that will add our '.aInternet' group to the local Administrators group on the Local PC.

I have tried the following:
SHELL '%ComSpec% /c net localGroup Administrators "$Domain\.aInternet" /Add'

That didn't seem to work.

Thanks