Posted November 27, 2024Nov 27 FPCH Staff Does the remediation scripts and the execution envrionment support winget?Running this returns nothing: $version = winget --version | Out-String Have also tried to use the Start-Process approach:# Define the path to winget.exe $WingetPath = "C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\winget.exe" Start-Process -FilePath $WingetPath.... Is it even possible to get winget working in detection- and remediation scripts?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.