Intune Deploy - AppID not found #68
Replies: 2 comments 11 replies
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
I am running powershell -ExecutionPolicy bypass -File winget-install.ps1 -AppIDs Google.Chrome -LogPath "C:\temp\logs" I have the same issue "APP does not exist on Winget Repository! Check spelling." Log: 06:33:21 - ### 12/20/2022 - NEW INSTALL REQUEST ### 06:33:22 - Start Google.Chrome processing... 06:33:22 - Confirm-Exist:> The result for comparison is False 06:33:22 - -> Google.Chrome does not exist on Winget Repository! Check spelling. 06:33:23 - ### END REQUEST ### |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to make the winget-install script run with Intune. I can verify it's deploying, but according to the log file it's not finding the app. If I run the command from powershell, it works fine.
"%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File winget-install.ps1 -AppIDs "Notepad++.Notepad++" -LogPath "C:\temp\logs"
LOG:
08:13:58 - ### 11/8/2022 - NEW INSTALL REQUEST ###
08:13:58 - Using following Winget Cmd: C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.18.2691.0_arm64__8wekyb3d8bbwe\winget.exe
08:13:58 - Start 7zip.7zip processing...
08:13:58 - -> Notepad++.Notepad++ does not exist on Winget Repository! Check spelling.
08:13:58 - Notepad++.Notepad++ processing finished!
08:13:59 - ### END REQUEST ###
Any ideas what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions