The following Resource kit command works perfect when I access the workstation with administrator account:
>INSTSRV SU “E:\SUSS.EXE -INSTALL“

But the following syntax for the same command doesn’t work when I access the workstation with a user account not in the administrators group with passing the administrator user account & passowrd to the functio Parameters:
>INSTSRV SU “E:\SUSS.EXE -INSTALL –A administrator –P Adminpassword “

I am getting the following error massage “you are not authorized to do this –
please contact your system administrator”

Please help