CarlosAndreuLlaneras

Results 2 comments of CarlosAndreuLlaneras

Hi I am facing the same problem. I have a script that uses "$MyInvocation.InvocationName" to retrieve the path of my script and since I updated to the latest version, this...

@vadhbka In the meanwhile I am using "_$ScriptPath = Split-Path -Parent $PSCommandPath_" instead of "_$ScriptPath = Split-Path $MyInvocation.InvocationName_". It works for me. Regards