dovrebbe essere che:
nel tuo comando net use \\192.168.2.182 miapassword /user:dominio\mionomeutente
manca il volume a cui vuoi accedere
prova a scrivere net use h: \\192.168.2.182\c$ /u:dominio\utente password /persistent:YES
nota: ho messo H: mettiquello che vuoi che non sia già utilizzato, ho messo c$ per accedere a c , nel caso metti la share esistente , ho messo persistent:YES cosi rimane perpetua.