Locates and imports a Developer PowerShell module and calls the Enter-VsDevShell cmdlet
Execute binaries from the context of the signed script using the "VsWherePath" flag.
powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsWherePath {PATH_ABSOLUTE:.exe}
Execute binaries and commands from the context of the signed script using the "VsInstallationPath" flag.
powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsInstallationPath "/../../../../../; {PATH:.exe} ;"