Die Suche ergab 3 Treffer

von Warrang
26 Apr 2013, 16:30
Forum: Free Support
Thema: Deploy client - Winexe
Antworten: 3
Zugriffe: 2727

Re: Deploy client - Winexe

I resolv it, I needed to add the domain before the username :

Code: Alles auswählen

net use O: \\ip\share\ /persistent:no /u:DOMAIN.FR\user pass
von Warrang
26 Apr 2013, 12:03
Forum: Free Support
Thema: Deploy client - Winexe
Antworten: 3
Zugriffe: 2727

Re: Deploy client - Winexe

I tried it with another way :

I did :

Code: Alles auswählen

 winexe -U Admin%pass //ip "cmd.exe"
And :

Code: Alles auswählen

net use O: \\ip\share\ /persistent:no /u:user pass
And my error is :
The system error 1312 has occured

A specified logon session does not exist. It may already be over.
von Warrang
23 Apr 2013, 09:11
Forum: Free Support
Thema: Deploy client - Winexe
Antworten: 3
Zugriffe: 2727

Deploy client - Winexe

Hi everybody! I didn't found any community for ask my question about Winexe..So I try it here! The opsi-deploy-client-agent script use it,and I would like to make my own script to deploy the opsi client.But I have a problem with the winexe command: winexe -U Admin%pass//$ip "cmd.exe /K net use ...