I am trying to use the following shell command and the return code is not as expected.
Code:
    Shell "CMD NETDOM MOVE " +$Computer +"DOMAIN:HSSOCS USERD:"+$User+" PASSWORDD:"+$Pass



According to the documentation if it was successfull it would return a 0, but I alway's get 0 return code even when it fails.
_________________________
Today is the tomorrow you worried about yesterday.