Viewing 2 posts - 1 through 2 (of 2 total)
Replying to my own question. Basically this can be done the following way:
<#--Get the path where the script is running--#>
$scriptRoot = Split-Path (Resolve-Path $myInvocation.MyCommand.Path)
<#--Assuming all the common helper libraries are...
July 17, 2014 at 5:06 am
#1730193
This is the solution I am also following currently. Thanks a lot 🙂
July 3, 2014 at 5:32 am
#1726751