I tried to download the source code with PowerShell.
My download folder name is Dynamics.365.BC.Spring2019.29537.NA.DVD.
Following Waldo.be Forum instructions, I have the following command line :
$ArtifactUrl = 'be' | % { Get-BCArtifactUrl -US $_ -Spring2019.29537 }
But I have got an error below.
Get-BCArtifactUrl : The 'Get-BCArtifactUrl' command was found in the module 'BcContainerHelper', but the module could
not be loaded. For more information, run 'Import-Module BcContainerHelper'.
At line:1 char:27
+ $ArtifactUrl = 'be' | % { Get-BCArtifactUrl -US $_ -Spring2019.29537 ...
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-BCArtifactUrl:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CouldNotAutoloadMatchingModule
Please advise! Thank you!