If you mean Active Directory witz AD, no we haven't.
I testet all alternatives, with and without local logon, witz basic, default and Credssp authentification. No succes and no output from task..
The thing make me powerless, is that i tested the remote executing directly in Powershell with same server, username and password and it worked.
Powershell-Code:
Invoke-Command -ComputerName $HOSTNAME$ -ScriptBlock { PATH/TO/REMOTESCRIPT } -credential $USERNAME$
After i execute the powershell script, i have to validate the password for this user and after this the remote script starts successfully.
So i think the problem in VC doesn't depend on Hostname,Username and password.
best regards
Eduard