Launch-VsDevShell.ps1

Locates and imports a Developer PowerShell module and calls the Enter-VsDevShell cmdlet

Execute

Proxy execution

powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsWherePath {PATH_ABSOLUTE:.exe}

Execute binaries from the context of the signed script using the "VsWherePath" flag. — MITRE: T1216 — Privileges: User

Proxy execution

powershell -ep RemoteSigned -f .\Launch-VsDevShell.ps1 -VsInstallationPath "/../../../../../; {PATH:.exe} ;"

Execute binaries and commands from the context of the signed script using the "VsInstallationPath" flag. — MITRE: T1216 — Privileges: User