Hi All,
Background :
I am trying to execute the below powershell command on Windows 10 using Uipath.
Get-Content C:\BlankProcess\v1.txt
Challenge :
The command is working fine with Powershell Application (provided by Windows) but in UIpath (using Uipath invoke powershell activity)the command throws the below error
"An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.UnauthorizedAccessException: Access to the path ‘C:\Users\s112491\Desktop\RK\Powershell Process\BlankProcess3’ is denied.
"
Kindly find the attached xaml and exception trace and screensho in attachment.
P.S : I am running Uipath and Powershell application in admin mode.
Regards,
Rahul