Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPwsh
1.192.33
Public/VS/Get-VSPath.ps1
function
Get-VSPath
{
&
"${env:ProgramFiles(x86)}\microsoft visual studio\installer\vswhere.exe"
-latest
-prerelease
-find
**\devenv.exe
}