So I want to run a powershell script located on my azure virtual machine via the task run powershell on target machine within the release tool in team services.
However I get the following error
System.Management.Automation.RuntimeException: An object at the specified path C:\Users\ADMIN~1.USE does not exist. ---> System.Management.Automation.RuntimeException: An object at the specified path C:\Users\ADMIN~1.USE does not exist.
2016-08-31T10:21:37.0192754Z ##[error] --- End of inner exception stack trace ---
I have also ran Enable-PSremoting on the virtual machine
Any help would be great
Thanks