Howard, you made my day. Not only that your script works great, it also showed me where my mistake was. After changing my script like this

$OU = GetObject($ADsPath)
$UserObj = $OU.Create("Group","cn=$GRPName")

it works also. Thanks a lot for your help.