You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2019. It is now read-only.
User has reported in our maillist that $MyInvocation throws NotImplementedException.
I've tried to reproduce but just getting empty output instead. Here's my example script I'm testing:
echo 1# To check if output works at all
echo $MyInvocation.MyCommand.Path# Should write current script name
echo $PSScriptRoot# Should write script directory